ide.cfg flags (was: Netbeans 3.4 rc 1)

SMITH, David -Syntegra-UK wrote:

> Is there somewhere that lists all the flags that can be set in ide.cfg?

There is no such thing as an exhaustive list, since any piece of code

might have some undocumented switches, logging level flags, etc.

The release notes will list major flags that a significant number of

users might be interested in.

-Jesse

--

Jesse Glick <mailto:jesse.glick@sun.com> x22801

NetBeans, Open APIs <http://www.netbeans.org/>

[538 byte] By [Glick,Jesse] at [2007-11-25 16:50:16]
# 1
Hi,> The release notes will list major flags that a significant number of> users might be interested in.I'm interested, but I think it would be better if the settings can bemodified in the options-menu.Thanks,Thorsten
Sch&#;fer,Thorsten at 2007-7-2 23:47:55 > top of Java-index,Archived Forums,Sun ONE Studio 4...
# 2

Thorsten Schäfer wrote:

>

>>The release notes will list major flags that a significant number of

>>users might be interested in.

>

> I'm interested, but I think it would be better if the settings can be

> modified in the options-menu.

All stable and supported settings are already modifiable there. -J-D

flags are reserved for prototype switches, experimental hacks, and other

things which might appear or disappear at whim. Some users may want to

try them, but no one is going to really document them or guarantee their

behavior.

-Jesse

--

Jesse Glick <mailto:jesse.glick@sun.com> x22801

NetBeans, Open APIs <http://www.netbeans.org/>

Glick,Jesse at 2007-7-2 23:47:55 > top of Java-index,Archived Forums,Sun ONE Studio 4...
# 3

--Original Message--

From: Jesse Glick [mailto:jesse.glick@sun.com]

Sent: Wednesday, July 31, 2002 12:51 PM

To: nbusers@netbeans.org

Subject: Re: ide.cfg flags (was: Netbeans 3.4 rc 1)

Thorsten Schäfer wrote:

>

>>The release notes will list major flags that a significant number of

>>users might be interested in.

>

> I'm interested, but I think it would be better if the settings can be

> modified in the options-menu.

All stable and supported settings are already modifiable there. -J-D

flags are reserved for prototype switches, experimental hacks, and other

things which might appear or disappear at whim. Some users may want to

try them, but no one is going to really document them or guarantee their

behavior.

[SK] : ok, how about documenting (!!) them somwehere on the devHome page,

with a disclaimer? the idea is to allow newbie hackers to easily knwo what's

hackable. no need to support this.

Sumit.

Kishore,Sumit at 2007-7-2 23:47:55 > top of Java-index,Archived Forums,Sun ONE Studio 4...
# 4

Read through the netbeans source ;o) and found the following system properties

retrieved from System.getProperty(), using a literal String (in quotes), and

that is related to netbeans, meaning no java.version, os.name and so on.

Less than I thought.

Meaning.... for you to find out.

Niclas

"autoupdate.show.url"

"netbeans.buildnumber"

"netbeans.cache.layers"

"netbeans.close"

"netbeans.debug.exceptions"

"netbeans.debug.form"

"netbeans.debug.form.full"

"netbeans.debugger.jpda.transport"

"netbeans.debug.heap"

"netbeans.debug.requests"

"netbeans.debug.smartSteppingInfo"

"netbeans.debug.smartSteppingTimeout"

"netbeans.debug.threads"

"netbeans.dnd.enabled"

"netbeans.exec"

"netbeans.form.use_idelaf"

"netbeans.frames.activate.delay"

"netbeans.full.hack"

"netbeans.kill"

"netbeans.kill"

"netbeans.osenv"

"netbeans.popup.linuxhack"

"netbeans.screen.insets"

"netbeans.screen.rect"

"netbeans.slow.system.clipboard.hack"

"netbeans.tab.close.button.enabled"

"netbeans.taskbar.height"

"netbeans.windows"

"netbeans.workspaces.noload"

"netbeans.xml.FastSAXParserFactoryImpl"

"org.netbeans.core.output.OutputTabTerm.timerMode"

"org.netbeans.log.startup"

"org.netbeans.modules.web.war.debug"

"org.netbeans.modules.web.war.trace"

"org.openide.actions.HelpAction.DEBUG"

"org.openide.ErrorManager"

"org.openide.major.version"

"org.openide.major.version"

"org.openide.specification.version"

"org.openide.version"

On Thursday 01 August 2002 01:14, Jesse Glick wrote:

> SMITH, David -Syntegra-UK wrote:

> > Is there somewhere that lists all the flags that can be set in ide.cfg?

>

> There is no such thing as an exhaustive list, since any piece of code

> might have some undocumented switches, logging level flags, etc.

>

> The release notes will list major flags that a significant number of

> users might be interested in.

>

> -Jesse

Hedhman,Niclas at 2007-7-2 23:47:55 > top of Java-index,Archived Forums,Sun ONE Studio 4...