Top "Settings" questions

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

Open wireless settings from app

I want to open the Settings-> Wireless & networks directly from my application. How can I do that?

android networking settings wireless
Store Dictionary<string,string> in application settings

I have a dictionary of strings that i want the user to be able to add/remove info from then …

c# .net-3.5 dictionary settings
Reloading configuration without restarting application using ConfigurationManager.RefreshSection

Has anyone got this working in a web application? No matter what I do it seems that my appSettings section (…

c# asp.net performance settings
Call the official *Settings* app from my app on iPhone

At one point in my app, I would like to redirect the user to the official Settings app. If possible, …

iphone objective-c settings url-scheme
In IntelliJ on OS X, how do you clear out all global setting info, licensing etc. (external to any project)

I am having some low level issues with IntelliJ on my mac, I really want to just zero everything out …

macos settings intellij-idea
MySQL too long varchar truncation/error setting

I have two MySQL instances. The 1st one truncates strings on insert when data is too long. The 2nd one …

mysql settings varchar
PyCharm IDE how can I change font size with out zooming with mouse scroll

As title says, how can I change the font size in editor by some value. I like the scrolling thing, …

ide settings pycharm
avoid string printed to console getting truncated (in RStudio)

I want to print a long string to the RStudio console so that it does not get truncated. > paste(1:300, …

r rstudio settings output-formatting
Where is the data for Properties.Settings.Default saved?

In my WPF application, I click on Settings.settings in the Solution Explorer and enter a StringCollection variable with a …

c# wpf settings
Storing the secrets (passwords) in a separate file

What's the simplest way to store the application secrets (passwords, access tokens) for a Python script? I thought it'd be …

python configuration settings