2
votes
2answers
177 views
Howto hide a preference page in an eclipse RCP
I have an eclipse rcp and want to hide the security and help prerence pages. How can I do that?
0
votes
1answer
11 views
PreferenceActivity NullPointer Error
I keep getting nullpointer exception when i switch to my preferenceactivity. I have no idea what wrong but i keep getting a error when i load in my preference which is done programmitically.
public …
0
votes
0answers
21 views
What is the suffix called in this example: HelloWorld.exe_Url_sbgzldmathiegtnjmnawytpet03ycanv?
Hello,
I have a question about the very long random looking suffix that is appended to directories created in the AppData folder when saving user preferences from a C# .NET Windows forms application.
…
0
votes
2answers
223 views
Using java.util.prefs.Preferences in Jython
I seem to be having trouble storing Java preferences using a Jython script. If in Jython 2.5 beta I use:
clazz = Class.forName('mypackage.myclass')
prefs = Preferences.userNodeForPackage(clazz);
# or …
2
votes
2answers
18 views
Easily select default usings for project namespaces and subamespaces
Is there an easy way in Visual Studio to assign default usings when i make a new file in a certain (sub)namespace in my project?
2
votes
2answers
985 views
Where are Java preferences stored on Mac OS X?
On Windows, the Java preferences, which you access in your application from java.util.prefs.Preferences are stored in the registry. Where are those stored on Mac OS X?
0
votes
1answer
18 views
Using NSUserDefaults from javascript webapp
Hi!
I need to store and access preferences (like colour, etc.) from a javascript webapp.. Is there some webkit access to the NSUserDefaults? (or maybe CFPreferences ?)
2
votes
2answers
72 views
Correct way to restore Firefox preferences when Add-On uninstalled by external application
I have written an application suite on Windows which amongst other things installs a Firefox add-on which once run modifies the Firefox network preferences by interfacing with nsIPrefService.
The …
9
votes
6answers
539 views
Tab Vs Space preferences in Vim
Vim is very accommodating when it comes to tab Vs. space preferences. As I understand it, the tabstop setting indicates the width of a tab character. The shiftwidth setting specifies how many columns …
0
votes
0answers
33 views
iPhone SDK: Preferences
I wanted an entire page of text(multiple lines) in my settings similar to the one on iphone:
settings->general settings->About->Legal
I have not been able to do so. I tried entering title in …
3
votes
2answers
83 views
SOAP or REST as a Client
I see multiple questions asking which is better, SOAP or REST from the development of the Web Service itself. However, not a lot of discussion of the pros/cons from the client perspective. If you were …
2
votes
4answers
143 views
Setting Vim whitespace preferences by filetype
At my work, I am required to follow the house style for indentation, which goes as follows:
2 spaces when coding html and ruby
tabs when coding javascript, with tabwidth=4 recommended
What is the …
2
votes
8answers
197 views
More vs Less Functions
I had a little argument, and was wondering what people out there think:
In C++ (or in general), do you prefer code broken up into many shorter functions, with main() consisting of just a list of …
0
votes
1answer
25 views
How to store simple name value pairs in an ldap directory
I'm creating a user repository ldap backend for a series of web applications sharing the same users. I would like to store preference information in this ldap location. This way everything related …
2
votes
2answers
266 views
Can you put a button in the Preferences for your iPhone app?
I'm building an iphone app, and I wanna use the iPhone's built in Preferences stuff. It looks like I put options in there, but I'm interested in putting a Reset button in the Prefs. I see that …
