Tagged Questions
The ide-customization tag has no wiki summary.
19
votes
3answers
4k views
How do I disable zoom on control-scroll in Visual Studio 2010?
Visual Studio 2010 adds a zoom setting on the bottom left of the text editor (to the left of the horizontal scroll bar) and also adopts the control + mouse scroll idiom for zooming in and out.
The ...
9
votes
2answers
413 views
Integrating a Custom Compiler with the Visual Studio IDE
Background: I want to create a custom VB compiler, extending the "original" compiler, to handle my custom compile-time attributes.
Question: after I've created my custom compiler and I've got an ...
4
votes
2answers
311 views
How can I customize the text editor or color tag parts of my code in Visual Studio?
How do I customize, extend the text editor, or color tag parts of my code?
I would like Visual Studio to color code parts of my code. Can I use #region and give it a color?
Is there any way to make ...
3
votes
1answer
389 views
Cannot customize Solution Explorer project context menu in VS 2010
I'm trying to customize that context menu which comes up when you right click the project in the Solution Explorer.
When I goto: Tools - Customize - Commands - Context Menu (radio button) - Project ...
2
votes
1answer
160 views
Never hide tabs in Eclipse? I would like to have smaller tabs also
I cant find anything related in the settings while searching "tabs". I dont care about the hiding feature so much, because I always loose the context, when all the sudden a tab disappears. The order ...
2
votes
2answers
76 views
Moving an arbitrary setting to a toolbar in Visual Studio
I want to be able to modify a certain setting of Visual Studio right from the toolbar.
Specifically, the number of parallel builds (Tools | Options | Projects and Solutions | Build and Run | maximum ...
1
vote
2answers
117 views
User-created Programming Fonts: Possible?
I really hate all my options with programming fonts. I have fairly particular tastes though:
I prefer non-monowidth, since in my opinion there's no reason for the characters to be in columns.
I prefer ...
1
vote
1answer
144 views
how to change text “Eclipse” to some other text say “AshuEclipse” in the Header left hand corner?
How to change text "Eclipse" to some other text say "AshuEclipse" in the Header left hand corner?
Note: I dont want ot change the header to show workspace ,but I want to change the word Eclipse ...
1
vote
1answer
311 views
Ms SharePoint 2007 Template Customization
After downloading the free templates from Microsoft's site I want to combine some features of two templates together. For example, there is a "Contact Management" template and a "Marketing Site" ...
0
votes
1answer
19 views
Custom Project Directory from Android New Project Wizard in Eclipse
I would like to know how to create a customized directory structure template that will be created each time I start a new project. Rather than having to create files, and folders over and over, is ...
0
votes
1answer
24 views
How to customize the method templates in Visual Studios
Is there a way to customize/edit the default template of the event handling methods in Visual Studios 2008/2010 such that upon creation, the event handler already has a try/catch block in it?
the ...
0
votes
1answer
161 views
light-weight cross-platform customizable IDE
what is the most light-weight IDE that provides only the bare-bones services such as a project concept, a gui and document management facilities that can be fully customized!? I know Visual Studio has ...