customization

Which are the GNU Emacs modes/extensions you can't live without?

I have been using GNU Emacs for as long as I can remember. The Emacs modes I use regularly are: Tramp Template Color-theme Python VCS SLIME Paredit Uniquify RCIRC Org Which ones do you use? ...

Post Build Events Customization In Visual Studio

Hi Is there a way to customize the post build event macros, I would like to move the new assembly to a sub folder in the same directory named by the version of the assembly i.e. copy $(TargetDir)$(TargetFileName) $(TargetDir)$(ASSEMBLYVERSION)\$(TargetFileName) However there is no such 'macro'. Sort of building a executable to get ver...

Can multiple custom checkin policies for TFS be in the same assembly?

I am implementing multiple custom checkin policies for TFS and I am wondering if they all need to be in the same assembly or if I have to put each one in its own assembly. ...

Make Visual Studio understand CamelCase when hitting ctrl and cursor keys

Is there a way that I can configure Visual Studio 2008 to understand CamelCase? Specifically, I'd like to be able to get ctrl + right or left cursor to take me to a subsection of a variable or type name. i.e., if my cursor was at the start of this line: LongNamedExampleClass longNamed = new LongNamedExampleClass(); and I hit ctrl + ...

How do I change the scrollbar color in emacs?

Is it possible to change the scrollbar color in emacs? (Note: Not XEmacs) If it matters, I'm running emacs 22 on Ubuntu 8.10. ...

Is it possible to customize error display in powershell?

I find the standard Powershell display of errors (red text, multi-line display) a bit distracting. Is it possible to customize this? ...

Any way to make break point symbols be on top in the vertical ruler in Eclipse?

The problem is that search results overlap and make it hard to see whether I've set a break point or not. Any ideas how to remedy this? I can't seem to find a customizable order of which symbols are displayed on the vertical ruler. ...

Flexible design - customizable entity model, UI and workflow

Hi All, I want to achieve the following aspects in the software I am building: 1. Customizable entity model 2. Customizable UI 3. Customizable workflow I have thought about an approach to achieve this, I want you to review this and make suggestions: Entity objects should be plain objects and will hold just data Separate Entity model ...

output window to file (visual studio 2005)

in visual studio 2005 how can i save whats written to the out put window to file (i cant change the code writing to the output window and it writes a lot i just want to save the output window content to file) thank you Arik ...

Programatically enforce capitalization in Visual Studio 2008?

What is the easiest way to programatically force capitalization of keywords in Visual Studio 2008? We work with a proprietary command delimited language (like HTML). We are attempting to migrate from an older editor to Visual Studio 2008. Our coding standards are to capitalize the commands. The old editor is customized to recognize t...

Line completion with custom commands

Hi, my Python program can be launched with a range of different options (or subcommands) like: $ myProgram doSomething $ myProgram doSomethingElse $ myProgram nowDoSomethingDifferent I want it to use auto-completion with so that if i type "myProgram d" it returns "myProgram doSomething" and if i type "myProgram n" it renders "myProgr...

.Net Master Page Perfomance

I'm looking for some help on my discussion. We're discussing two solutions to a customization problem. One uses (nested) master-pages. One master page per customized page. Plus there is a standard master page for all pages. The second uses a standard page, which redirects to the custom page if it exists. My question is, which is m...

Can I use SPACE as mapleader in VIM?

Hello, From http://items.sjbach.com/319/configuring-vim-right I got that you were supposed to be able to use SPACE as the mapleader in vim. I've tried but it does not seem to work. Anyone who have made it work? Tried: let mapleader = <space> Thanks, -Martin ...

.NET resources hierarchy unrelated to culture

I have some string resources, e.g. a user welcome string. By default it should be "Hello", but for customer X it should be "Greetings". I'd like to use .NET's resources implementation, and have the strings sit in constants or in files or wherever I like, plus the hierarchy model fits my needs: customer X's resources override the user we...

How do you handle form customizations for different customers?

In our application we sometimes have to make minor GUI modifications for different customers: One customer has an input field the others don't have. Another customer has all default fields but one of the optional input fields is mandatory. A third customer has the default fields, but one field has its caption changed A fourth customer ...

Customizing an Admin form in Django while also using autodiscover

I want to modify a few tiny details of Django's built-in django.contrib.auth module. Specifically, I want a different form that makes username an email field (and email an alternate email address. (I'd rather not modify auth any more than necessary -- a simple form change seems to be all that's needed.) When I use autodiscover with a...

PropertyGrid - TypeConverters for database name/value pairs

I'm using a PropertyGrid to display information about various classes(at Runtime). The information comes from a database and thus has several look-ups that are represented by numbers (1=Red, 15=Green etc). One of the columns is in milliseconds and I would like to present the user with option of selecting the unit (1 hour=3600000, 1 day...

How do I have emacs load a font from a file?

In the interest of making my emacs setup more portable, I'd like to be able to set the current font by specifying a file rather than a font name, i.e. "Load ~/config/myfont.ttf and use size 12". Is there a way to do that in my .emacs? All the instructions I've found assume the font is already installed on the system. I'm using the XFT su...

Flex 3.0 : Showing data in the legend of a Pie Chart

Hi, I'm a newbie to Adobe Flex 3.0. I need to show data within the Pie Chart Legend, alongside the colored markers. I have a few vague ideas about how to go about it. (Maybe I would have to write my custom legendMarkerRenderer.) Could anybody give any pointers? There aren't many examples on the net regarding this. Thanks in advance! P....

How do you extend article document class in LaTeX?

I don't really need a lot of changes to the default article document class. All I want is: redefine page margins (I want them to be the same on all pages, but different from the default values); use title page; add more elements on the title page (title, author and date is not enough for me, I want company and company logo to be on the...