Top "Settings" questions

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

How to set default editor tab in Eclipse?

I'm using the HTML editor resp. the Structured Text Editor in Eclipse. It always opens in the tab Visual/Source: …

eclipse settings
custom visual studio 2013 theme

I installed Visual Studio 2013, set it to dark theme, and imported settings for son of obsidian style. And now it …

visual-studio-2013 themes settings
OSError: [Errno 18] Invalid cross-device link

I'm working with django 1.6.5 and python 2.7. I have import feature in my app and I get error: OSError: [Errno 18] Invalid …

python django database settings backend
Where are the Visual Studio settings stored?

I'm using visual studio 2013. The company I work for has changed domain names (eg from abc.com to ayebecee.com) …

visual-studio visual-studio-2013 settings user-profile
Visual Studio: reset user settings when debugging

In a C# Winforms-App I have several user settings stored. Is there an easy way to clear those settings each …

c# visual-studio-2008 settings reset
Maven private remote repository setup

I'm trying to set up a private remote repository for our team. Now the repository serves the following with so …

maven repository settings nexus archiva
AttributeError: 'Settings' object has no attribute 'ROOT_URLCONF'

Following on from my last question Error: No module named psycopg2.extensions, I have updated my mac OS to Mountain …

python django settings localhost attributeerror
How to use Winmerge with Git Extensions?

I'm using Git Extensions and it pre-installs and sets up KDiff as the diff tool to solve merge conflicts. I'm …

git settings winmerge git-extensions
Joomla database settings

What is the file, where database setting are stored in Joomla CMS? Like server, user name, database name and password? …

php database configuration joomla settings
What's the official way of storing settings for python programs?

Django uses real Python files for settings, Trac uses a .ini file, and some other pieces of software uses XML …

python settings