Fri, 30 Dec 2005 19:32:52 +0000Clean targets were missing, meaning builds on an existing CVS checkout were not BLD200601021900
jglick@netbeans.org [Fri, 30 Dec 2005 19:32:52 +0000] rev 6711
Clean targets were missing, meaning builds on an existing CVS checkout were not
quite the same as those on a fresh checkout.

Fri, 30 Dec 2005 16:45:53 +0000Fixing an NPE.
jlahoda@netbeans.org [Fri, 30 Dec 2005 16:45:53 +0000] rev 6710
Fixing an NPE.

Fri, 30 Dec 2005 16:37:49 +0000Fixing the build.
jlahoda@netbeans.org [Fri, 30 Dec 2005 16:37:49 +0000] rev 6709
Fixing the build.

Fri, 30 Dec 2005 07:41:09 +0000Correcting declared compile-time dependencies to match what the compiler BLD200512301900
jglick@netbeans.org [Fri, 30 Dec 2005 07:41:09 +0000] rev 6708
Correcting declared compile-time dependencies to match what the compiler
actually needs, in preparation for #59792. In some cases this reveals API usage
flaws. Typically corrections consist of
1. Undeclared usage of packages from lib/*.jar or core/*.jar.
2. Usage of a public class which extends an inaccessible class.
3. Usage of a constant from an inaccessible class (inlined, so irrelevant at runtime).
4. Unused dependencies which would have been illegal had they been used.
Module authors are strongly encouraged to review the new ide/golden/*.txt and
try to properly fix some of the problematic cases (e.g. #2, #3).

Fri, 30 Dec 2005 05:41:32 +0000Removing some unused imports, and inaccessible inlined constants, in preparation
jglick@netbeans.org [Fri, 30 Dec 2005 05:41:32 +0000] rev 6707
Removing some unused imports, and inaccessible inlined constants, in preparation
for #59792 (enforced public packages during build).

Wed, 28 Dec 2005 02:05:17 +0000no message
sandipchitale@netbeans.org [Wed, 28 Dec 2005 02:05:17 +0000] rev 6706
no message

Wed, 28 Dec 2005 02:03:29 +0000Use combobox for selecting a register.
sandipchitale@netbeans.org [Wed, 28 Dec 2005 02:03:29 +0000] rev 6705
Use combobox for selecting a register.

Tue, 27 Dec 2005 20:48:51 +0000Improving tests.
jlahoda@netbeans.org [Tue, 27 Dec 2005 20:48:51 +0000] rev 6704
Improving tests.

Tue, 27 Dec 2005 17:41:32 +0000Added support for Registers 0 through 9 and A through Z. Cut to, Copy to and Paste from register is supported. The registers are implemented using Code Templates named "REG_" + register name.
sandipchitale@netbeans.org [Tue, 27 Dec 2005 17:41:32 +0000] rev 6703
Added support for Registers 0 through 9 and A through Z. Cut to, Copy to and Paste from register is supported. The registers are implemented using Code Templates named "REG_" + register name.
Ctrl+J R X is the shortcut for Cut to Register action.
Ctrl+J R C is the shortcut for Copy to Register action.
Ctrl+J R V is the shortcut for Paste from Register action.
Moved the Create Template and Show Templates actions to Edit menu.

Tue, 27 Dec 2005 15:06:28 +0000Fixing an error detection problem, adding logging.
jlahoda@netbeans.org [Tue, 27 Dec 2005 15:06:28 +0000] rev 6702
Fixing an error detection problem, adding logging.