Top "Customization" questions

Modifying the default state of an application to suit a user's preferences or to address the unique requirements of a particular objective.

How to exclude private members from StyleCop rule SA1600

Does anyone know how to change the StyleCop rule SA1600 that says elements must be documented so that it only …

customization static-analysis stylecop
Skinning Java desktop applications?

Does anybody know a way to "skin" Java desktop applications. (Like Winamp skins, or skins for MirandaIM)? I don't want …

java swing customization look-and-feel skin
NSTextField - White text on black background, but black cursor

I've setup an NSTextField with text color as white, and the background color as (black despite not rendering the background …

objective-c macos cocoa customization nstextfield
Modifying Window Button Colors in Mac OS X

How can I modify the red/yellow/green window buttons for close/minimize/zoom in Mac OS X? There must …

macos user-interface colors customization titlebar
How to treat my custom emacs theme as a "safe theme"?

I'm new to Emacs. So, I'm using emacs 24 and solarized color theme. When Emacs starts up, it prompt me with "…

emacs editor themes elisp customization
Problems extend change_form.html in django admin

I'm trying to extend the change_form.html template of one of my models to include some information on the …

django templates django-admin customization
How can I change Delphi's 'Run' and 'Add Breakpoint' shortcut keys?

How can I change the IDE keyboard shortcuts in Delphi? I want to change "Run" from F9 to F5 and "…

delphi keyboard-shortcuts customization
How to exactly remove the punctuation when using R with tm package

Update: I think I may have a workaround to solve this problem, just to add one code :dtms = removeSparseTerms(dtm,0.1) …

r customization text-mining tm punctuation
How to modify application settings in a custom Android ROM?

here's my problem : I've already done some research with Google, Stack Overflow and XDA Developers forums but I didn't even …

android settings customization cyanogenmod rom
Is there a way to disable or modify Xcode's code completion?

I have unchecked both "Show arguments in pop-up list" and "Insert argument placeholders for completions" in Xcode Code Sense preferences, …

xcode settings customization code-completion