Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Eclipse Platform » Setting Preferences by "-plugincustomization" runtime option
Setting Preferences by "-plugincustomization" runtime option [message #296807] Tue, 03 January 2006 14:59
Eclipse UserFriend
Originally posted by: "Wolfgang.Haug[NO_SPAM]".vector-consulting.de

There is an eclipse runtime option called "-plugincustomization".
Using this option you can override the default settings.

I tried this, my ini file contains the following content:

#my.ini----------------
org.eclipse.ui.ide/EXIT_PROMPT_ON_CLOSE_LAST_WINDOW=false
org.eclipse.ui.views.problem/markerLimit=1000;
org.eclipse.jdt.ui/org.eclipse.jdt.ui.PackageExplorer.Librar yFilter=true
#-----------------------

When I start my eclipse with this ini file, the
EXIT_PROMPT_ON_CLOSE_LAST_WINDOW is set, as it is defined in my ini.
But the two other entries seems to be without any effect.
The Markerlimit of the Problemview is not set to 1000,
and the PackageExplorer Filter ist not set.

What's wrong here?

Wolfgang
Previous Topic:ExceptionInInitializerError in Dialog
Next Topic:[Databinding] Follow discussion
Goto Forum:
  


Current Time: Thu Sep 19 05:41:23 GMT 2024

Powered by FUDForum. Page generated in 0.03321 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top