Top "Settings" questions

Settings may refer to the tweaking which can be used to help improve the user-experience or performance etc.

Maven command to determine which settings.xml file Maven is using

How do I use maven command line to determine which settings.xml file Maven is picking up?

maven command-line maven-2 settings
What's the best practice using a settings file in Python?

I have a command line script that I run with a lot of arguments. I have now come to a …

python parsing configuration yaml settings
Specify JDK for Maven to use

I am trying to build a Hudson plugin I've modified and it requires jdk1.6. This is fine, but I don't …

maven-2 settings java pom.xml
ConfigurationManager.AppSettings - How to modify and save?

It might sound too trival to ask and I do the same thing as suggested in articles, yet it doesn't …

c# .net appsettings configurationmanager settings
IntelliJ: Never use wildcard imports

Is there a way to tell IntelliJ never to use wildcard imports? Under 'Settings > Code Style > Imports', I …

java intellij-idea settings
Changing Vim indentation behavior by file type

Could someone explain to me in simple terms the easiest way to change the indentation behavior of Vim based on …

file vim settings indentation
Google Chrome: This setting is enforced by your administrator

I recently updated my Chrome browser and noticed something very weird. Many fields in the Settings have been disabled. "This …

google-chrome settings administrator
Equivalent to 'app.config' for a library (DLL)

Is there an equivalent to app.config for libraries (DLLs)? If not, what is the easiest way to store configuration …

c# .net dll settings app-config
maven "cannot find symbol" message unhelpful

This is a really simple question, and it's probably a setting somewhere I don't know about, but Google is being …

java maven compiler-errors settings
Creating a simple configuration file and parser in C++

I am trying to create a simple configuration file that looks like this url = http://mysite.com file = main.exe …

c++ file parsing configuration settings