Top "Preferences" questions

The java.

Cocoa - Notification on NSUserDefaults value change?

Let's say I have a key @"MyPreference", with a corresponding value stored through NSUserDefaults. Is there a way to be …

cocoa notifications preferences
Using a theme for preferences screen

I want the change the look of the preferences screen for an app I am working on. On some phones …

android themes preferences
How import eclipse code style to intellij idea?

I have org.eclipse.jdt.core.prefs file, which contains eclipse code style, but I can import to intellij idea …

eclipse intellij-idea preferences
How to make Sublime Text 3 opening your last file/folder when started?

I'm on Mac running Yosemite. I use Sublime Text 3. In my default Settings, I have it like this : "hot_exit": …

sublimetext sublimetext3 preferences
Preferences without deprecated methods

I'm trying to (correctly) implement a preferences screen, but the problem is that all the methods used to read preferences …

android preferences preferenceactivity
Sublime 3 toggle comment command doesn't work in Windows

I've edited the file Preferences > Key Bindings User, and added this: [ { "keys": ["ctrl+/"], "command": "toggle_comment", "args": { "block": false } }, { "…

keyboard-shortcuts sublimetext3 preferences
Preference API storage

If I use the Preference API to store user or system preferences, where are they stored on Windows and Unix?

java preferences
Android ADT Plugin doesn't show up in Eclipse

I'm using Windows 7 and installed the 64 bit version of Eclipse 3.5.2. I then installed the Android ADT plugin, but when I …

android windows-7 eclipse-plugin preferences adt
View an Android App's shared preferences?

When I am working on my app in eclipse, is there a way to see the changes I make to …

android debugging sdk sharedpreferences preferences
Android: Using Switch Preference pre API level 14

Pre-API Level 14 there is no switch preference. If I use preferences.xml to create my preference screen is there some …

android preferences