Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

15
votes
8answers
224 views

I'm new to OOP/PHP. What's the practicality of visibility and extensibility in classes?

I'm obviously brand new to these concepts. I just don't understand why you would limit access to properties or methods. It seems that you would just write the code according to intended results. Why ...
15
votes
10answers
5k views

Designing extensible software (plugin architecture)

I need some resources that talk about how to design your software to be extensible, i.e. so that other people can write add-ons/plug-ins that adds functionality to it. What do you recommend? Any ...
14
votes
7answers
331 views

How extensible should code actually be?

I've just started a new job and one of the things my new boss talked to me about was code longevity. I've always coded to make my code infinently extensible and adaptable. I figured that if someone ...
12
votes
4answers
3k views

Writing C# Plugin System

Ok, tried google, really no help. Tried searching for previous question here, nothing similar/in C#. I'm trying to write a plugin system to provide some extensibility to an application of mine so ...
11
votes
3answers
2k views

Tool in Visual Studio 2008 for helping with Localization

Does anyone have any recommendations of tools that can be of assistance with moving literal values into resource files for localization? I've used a resharper plugin called RGreatX but was wondering ...
10
votes
7answers
1k views

Suggestions for Adding Plugin Capability?

Is there a general procedure for programming extensibility capability into your code? I am wondering what the general procedure is for adding extension-type capability to a system you are writing so ...
9
votes
3answers
2k views

Powershell inside Visual Studio

Does anyone know of a way I can run a powershell within Visual Studio. By that I mean, have an interactive powershell prompt in a tool window? Kindness, Dan
9
votes
3answers
7k views

MEF: a replacement for PRISM?

To what extent, if any, is MEF a replacement for PRISM?
7
votes
2answers
70 views

HTML Validator that is extensible

Several validators, such as the one by the W3C, can validate an HTML (or XHTML) page against the W3C spec. Are there any validators that are extensible? That is, I'd like to not only validate ...
7
votes
1answer
768 views

Extensible WPF application - MEF, MAF or simple loading?

(I know about the other MEF/MAF questions but this is a more specific problem) I want to create a WPF application that will basically be just a simple add-in host, GUI and settings. All of the actual ...
7
votes
0answers
437 views

After 17 years is it too late to fix C++ runtime extensibility? [closed]

The 1992 to 1993 timeframe was pivotal and fateful for C++. In the '92/'93 time frame I worked on a plugin architecture for Aldus PageMaker, which was coded in C++. PageMaker was built on a C++ OOP ...
7
votes
3answers
2k views

VimL Script language: what is an acceptable alternative? [closed]

Problem: One of my favorite aspects of Vim is its flexibility. One of my least favorite is the VimL script language itself. I know everyone has his or her own preference for languages and editors, so ...
6
votes
2answers
259 views

VS 2010 Extensibility: Create a extension to automatically wrap selected text (code) in comments and adding a comment above it

I am trying to develop an extension that will work similar to the Comment toolbar button in VS 2010 ... but I want to mark all text as Commented Out and put a comment above it. Heres an example. I ...
6
votes
1answer
391 views

How to create custom project that inherits from c# using MPF?

Using Visual Studio's Managed Package Framework, how can I inherit from C# so I can have C# property pages and C# project items? I've tried making a flavored project, but it was limited in terms of ...
5
votes
2answers
703 views

How to Develop Dynamic Plug-In Based Functionality in C#

I've been looking around for different methods of providing plug-in support for my application. Ideally, I will be creating a core functionality and based on different customers developing different ...
5
votes
5answers
497 views

Plugin-like architecture in .NET

I'm trying to implement a plug-in like application. I know there are already several solution out there but this is just going to be proof of the concept, nothing more. The idea would be to make the ...
5
votes
2answers
201 views

Extending visual studio

I want to write an AddIn for visual studio (2010). My goal is to add a menuitem to the context menu of all .cs files in the solution explorer. Or maybe just to context menu of the code window, ...
5
votes
2answers
332 views

Architecture for extension/plugin communication

Once the problem of loading plugins is solved (in .NET through MEF in out case), the next step to solve is the communication with them. The simple way is to implement an interface and use the plugin ...
5
votes
3answers
431 views

Which static analysis tool for Java is easiest to extend?

Which static analysis tools for Java has easiest extension mechanism. I checked PMD But the process of writing custom rules appears to be very involved. Specifically, I want to know whether there is ...
4
votes
2answers
94 views

Visual Studio Extensibility Package not looking at correct project

I have created a new VS 2010 extensibility package. So far, all I want to do is have the user press a button and fill a listview with the entire contents of the solution. I have the following code: ...
4
votes
1answer
96 views

Question on VS Extensibility Architecture (Package API/ Visual Studio Library)

Recently I found the above displayed Visual Studio Extensibility Platform chart from microsoft. Most of the things are clear to me. However, I am wondering about the Package API and the VSL ...
4
votes
2answers
334 views

What are the inner workings of the Selenium waitFor mechanism?

I am trying to customize the behavior of Selenium's click command, (via user-extentions.js), by intercepting calls to doClick(locator). Basically I need to delay click actions whenever our ...
4
votes
1answer
468 views

Extending VS 2010: to include additional items on Right Click context menu (add) on solution explorer?

I wish to create an additional item on the context sensitive right click "ADD" on the solution explorer in vs 2010. Basically it currently looks like this New Item Existing Item New Folder Add ...
4
votes
1answer
209 views

Custom Output => List of Errors interpretation in VS2008 IDE

I have a "database solution" project in VS2008 - it generates SQL for more than one DB vendor from some sort of templates. In order to save time, I also have a tool in VS2008 configured (a Python ...
4
votes
4answers
397 views

A guide to Boo's metaprogramming and extensibility features?

I'm interested in learning about Boo's more powerful features such as syntactic macros, parser support (Ometa?), compiler pipeline, etc. My impression is that these areas have been in flux and ...
4
votes
5answers
1k views

What add-in/workbench framework is the best .NET alternative to Eclipse RCP?

I'm looking for a plugin-based application framework that is comparable to the Eclipse Plugin Framework, which to my simple mind consists of: a core plugin management framework (Equinox / OSGI), ...
4
votes
6answers
921 views

Best (free) way to store data? How about updates to the file system?

I have an idea for how to solve this problem, but I wanted to know if there's something easier and more extensible to my problem. The program I'm working on has two basic forms of data: images, and ...
3
votes
4answers
152 views

Extending Visual Studio's “Code Snippet” functionality

When I write a test method, I type "testm", hit tab and magically see: [TestMethod] public void MethodName() { } When I type the methodName it is highlighted (can't show that here) as a "field" ...
3
votes
2answers
185 views

How to add custom statistics to a TFS 2010 build?

I want to integrate the execution of a custom tool to our build (say CLOC, to gather LOCs by language) in TFS 2010. I know I can do that by creating a custom activity that I can then integrate into a ...
3
votes
1answer
173 views

Are there any Build tools designed with Mercurial in mind?

I've just moved a large project out of a legacy version control system, and into Mercurial. I'm now faced with the task (opportunity!) of overhauling my old build system to work with this new source ...
3
votes
1answer
637 views

Asp.Net Mvc3, MEF, Plugin Implementations

Has anyone been able to create an Asp.Net Mvc plug-in implementation using MEF (or some other IoC tools) that does NOT require the Razor views to be compiled into dll's? Ideally, I'd like to be able ...
3
votes
3answers
455 views

Get file path from Visual Studio editor

I'm developing a Visual Studio Package, written in C#. How do I get the full path of the active editor programatically?
3
votes
2answers
219 views

HWnd of Visual Studio 2010

Is there a way to get the HWnd pointer to the top window of Visual Studio 2010 from a VSIX extension? (I would like to change the title of the window).
3
votes
1answer
268 views

Writing VS2010 Extension

I'd like to create an extension for Visual Studio 2010. The functionalities I need are these: Add a context menu item for Project (when user right clicks project name in his solution, he'll get my ...
3
votes
1answer
371 views

WCF Same IParameterInspector for all operations on a service

I have implemented a custom IParameterInspector and I want to have it execute for every single operation on my service. My understanding is that IParameterInspector implementations can only be used ...
3
votes
1answer
119 views

Creating a custom FTP Server in .NET?

Suppose I want to create a "custom" FTP server, that is: It will look like a standard FTP server to the outside world It will actually serve data from either in-memory streams of data (dynamically ...
3
votes
1answer
289 views

Integrate language service (MPF) and editor extension (MEF)

Does anybody the correct way to integrate a languageService (MPF) with an editor extension (MEF) in Visual Studio 2010. Where to implement the member completion, syntax highlight, quick info, etc.? ...
3
votes
2answers
292 views

Visual Studio 2010 SDK Scan Source files in project

I'm working with the 2010 SDK and I am trying to figure out how to tie into VS in someway that I have a background process running that is constantly analyzing .CS files in the current project and ...
3
votes
1answer
165 views

Definitive list of service providers in Visual Studio 2010?

VS2010 has made it easy to write extensions via MEF exports and imports. However, if you want to do anything useful you have to know what service provider(s) you need to implement your super awesoem ...
3
votes
3answers
345 views

A scripting engine for Ruby?

I am creating a Ruby On Rails website, and for one part it needs to be dynamic so that (sorta) trusted users can make parts of the website work differently. For this, I need a scripting language. In a ...
3
votes
1answer
570 views

Writing a Visual Studio extension for a custom designer

So, I've got something I want to try out. The idea is to have a visual designer that works as a Visual Studio Extension, I want to be able to drag out event handlers and wire up behaviors, anyone ...
3
votes
3answers
505 views

Basic MEF workflow/usage

I'm looking to a framework which will allow me to have a simple plugin system in my .NET application. It seems MEF is the framework which Microsoft is endorsing, and will become part of .NET 4 (it ...
3
votes
2answers
6k views

Visual Studio 2008 Plug-in / Add-in development - Getting Started

hey guys, in relation to this stackoverflow question, how would I go about creating my own Visual Studio 2008 plug-in. I've checked the Visual Studio Developer Centre on MSDN, but the amount of info ...
3
votes
7answers
263 views

Extensibility without Open-Source

My company is currently in the process of creating a large multi-tier software package in C#. We have taken a SOA approach to the structure and I was wondering whether anyone has any advice as to how ...
3
votes
6answers
493 views

Adding Plugin Support : Interface or Base class to inherit?

I'm adding plugin support to my .NET application. A base class sounds reasonable to me, so people can inherit it and override certain calls as well can keep the default functionality or can use some ...
3
votes
3answers
1k views

How to deploy Visual Studio add-ins via ClickOnce?

Is is possible to deploy VS add-ins using ClickOnce? How can I do it?
3
votes
10answers
1k views

Using Word 2007 as CMS page editor

I have been searching for several hours but i couldn't find anything about this... Basically I would like to create a template or plug-in for word 2007 that would allow someone to create new pages for ...
3
votes
2answers
2k views

VS2010 Extensibility - how different is it?

A question to those of you who already looked at VS2010. How big are the changes that add-in developers will have to make in order to get their add-ins working under VS2010?
3
votes
4answers
3k views

Visual Studio Extensibility: Adding existing folders to a project

I'm trying to use Visual Studio 2008's extensibility to write an addin that will create a project folder with various messages in it after parsing an interface. I'm having trouble at the step of ...
3
votes
3answers
929 views

How to extend project properties page?

Is it possible to add a custom tab to a project properties page in the Visual Studio 2008? What I want to do is to be able to add a custom tab to properties page for the projects created from default ...

1 2 3 4 5