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.

Tue, 27 Dec 2005 09:08:23 +0000Fixing hardcoded absolute paths.
jlahoda@netbeans.org [Tue, 27 Dec 2005 09:08:23 +0000] rev 6701
Fixing hardcoded absolute paths.

Tue, 27 Dec 2005 09:02:14 +0000Upgraded by the IDE.
jlahoda@netbeans.org [Tue, 27 Dec 2005 09:02:14 +0000] rev 6700
Upgraded by the IDE.

Tue, 27 Dec 2005 08:58:24 +0000Refactoring for LaTeX, not perfect yet but more or less works.
jlahoda@netbeans.org [Tue, 27 Dec 2005 08:58:24 +0000] rev 6699
Refactoring for LaTeX, not perfect yet but more or less works.