Mon, 17 Feb 2003 18:22:54 +0000Pasting a task in a text editor: #29730 BLD200302180100
lebedkov@netbeans.org [Mon, 17 Feb 2003 18:22:54 +0000] rev 3139
Pasting a task in a text editor: #29730

Mon, 17 Feb 2003 14:24:30 +0000Use the COMMON_PARENT variable to determine the correct relative
mentlicher@netbeans.org [Mon, 17 Feb 2003 14:24:30 +0000] rev 3138
Use the COMMON_PARENT variable to determine the correct relative
path for returned files.
This is a fix of issue #27726.

Mon, 17 Feb 2003 13:11:33 +0000just another workaround
jbecicka@netbeans.org [Mon, 17 Feb 2003 13:11:33 +0000] rev 3137
just another workaround

Mon, 17 Feb 2003 12:50:52 +0000reimplemented isLeaf()
jbecicka@netbeans.org [Mon, 17 Feb 2003 12:50:52 +0000] rev 3136
reimplemented isLeaf()

Mon, 17 Feb 2003 09:24:34 +0000selecting node before accessing in
jbecicka@netbeans.org [Mon, 17 Feb 2003 09:24:34 +0000] rev 3135
selecting node before accessing in

Mon, 17 Feb 2003 09:15:44 +0000* Fix bug related to suggestion cache which caused items to
tor@netbeans.org [Mon, 17 Feb 2003 09:15:44 +0000] rev 3134
* Fix bug related to suggestion cache which caused items to
not get cleared when the document was edited after having
been set from the cache
* Fix javaparser module:
- don't add "create method" suggestions when the target
class is in package java.* or javax.*
- fix confirmation panel double-line separators
- add suggestion check which helps identify usage of "size"
when you should use "length" and vice versa
* PMD fixes:
- add autofix to remove imports that are in the same
package, or classes in java.lang.
- make confirmation panel more specific
- upgrade to PMD-NetBeans 0.70 and PMD 1.03
- change build script
- set priority on suggestions, since PMD rules
now provide this attribute
* Change API to include medium-high and medium-low priorities,
such that we can properly reflect priorities on PMD rules.
Since "normal-high" didn't sound right, I renamed "NORMAL"
to "MEDIUM" as well, which resulted in having to modify
many other modules as well.

Sat, 15 Feb 2003 08:29:13 +0000* During HTML export, allow icons to be exported as well. This BLD200302170100
tor@netbeans.org [Sat, 15 Feb 2003 08:29:13 +0000] rev 3133
* During HTML export, allow icons to be exported as well. This
takes the Image objects and exports them as .png files in the
same directory as the exported HTML, and refers to these files
from the HTML. (This relies on ImageIO, which is only present
in JDK1.4 and on. Therefore, this functionality is only enabled
for JDK1.4.)

Sat, 15 Feb 2003 05:44:55 +0000* Implement a document suggestion cache. This makes switching back
tor@netbeans.org [Sat, 15 Feb 2003 05:44:55 +0000] rev 3132
* Implement a document suggestion cache. This makes switching back
and forth between files "immediate" once the suggestions have been
computed in the first place. The suggestions are immediately posted.
* Fix HTML Rewrite action such that it can operate on not-yet-open
data objects (it opens the document before processing it.)

Fri, 14 Feb 2003 19:02:25 +0000Edit build.xml to add an nbinstaller task.
pswisnov@netbeans.org [Fri, 14 Feb 2003 19:02:25 +0000] rev 3131
Edit build.xml to add an nbinstaller task.
Split clearcase profile XML files in two to provide a unix and
win32 version.

Fri, 14 Feb 2003 11:33:19 +0000Ignoring language and country
jbecicka@netbeans.org [Fri, 14 Feb 2003 11:33:19 +0000] rev 3130
Ignoring language and country