Wed, 26 May 2004 14:29:56 +0000fixed bug #40997 - Incorrect lines for TODOs with enabled "Skip Tasks BLD200405261800
rypacek@netbeans.org [Wed, 26 May 2004 14:29:56 +0000] rev 4672
fixed bug #40997 - Incorrect lines for TODOs with enabled "Skip Tasks
Outside Comments"
I didn't understand the role of index in counting
the line number, but a common sense tells me that the counting should
start from the start not from some index, no matter what it is.

Wed, 26 May 2004 13:14:40 +0000Do not block the current thread by an information message when the FS property is not found.
mentlicher@netbeans.org [Wed, 26 May 2004 13:14:40 +0000] rev 4671
Do not block the current thread by an information message when the FS property is not found.
Also load the message from resource bundle.
This is a fix of issue #43880.

Wed, 26 May 2004 13:02:44 +0000Added Project UI API to classpath.
jskrivanek@netbeans.org [Wed, 26 May 2004 13:02:44 +0000] rev 4670
Added Project UI API to classpath.

Wed, 26 May 2004 13:01:50 +0000#43882: new output window.
jglick@netbeans.org [Wed, 26 May 2004 13:01:50 +0000] rev 4669
#43882: new output window.

Wed, 26 May 2004 12:59:44 +0000ComponentGeneratorPanel modified to select destination package from current project.
jskrivanek@netbeans.org [Wed, 26 May 2004 12:59:44 +0000] rev 4668
ComponentGeneratorPanel modified to select destination package from current project.

Wed, 26 May 2004 12:56:26 +0000Merge TopComponent opened in AWT EQ; lock on created file object has to be released.
jskrivanek@netbeans.org [Wed, 26 May 2004 12:56:26 +0000] rev 4667
Merge TopComponent opened in AWT EQ; lock on created file object has to be released.

Wed, 26 May 2004 10:07:48 +0000Do not get selected nodes from global selection. Instead the nodes selected
mentlicher@netbeans.org [Wed, 26 May 2004 10:07:48 +0000] rev 4666
Do not get selected nodes from global selection. Instead the nodes selected
in the ExplorerPanel inside the Customizer are grabbed.
This is a fix of issue #37050.

Wed, 26 May 2004 09:33:27 +0000bugfix#43795 - changed mnemonics
rgregor@netbeans.org [Wed, 26 May 2004 09:33:27 +0000] rev 4665
bugfix#43795 - changed mnemonics

Wed, 26 May 2004 09:10:02 +0000bugfix#43787- mnemonics changed
rgregor@netbeans.org [Wed, 26 May 2004 09:10:02 +0000] rev 4664
bugfix#43787- mnemonics changed

Wed, 26 May 2004 08:46:14 +0000Added horizontal fill and weightx for checkboxes.
mentlicher@netbeans.org [Wed, 26 May 2004 08:46:14 +0000] rev 4663
Added horizontal fill and weightx for checkboxes.
This is necessary so that the component is stretched and WEST anchor is taken into account.