[Fwd: CVS update: MODIFIED: usertasks ...]
Tor Norbye <[email protected]>
| Newsgroups | gmane.comp.java.netbeans.modules.tasklist.devel |
|---|---|
| Organization | Sun Microsystems, Inc |
| Message-ID | <1041664405.7481.592.camel@proto> |
I discovered most people on dev@tasklist are not on the CVS notification alias (I don't blame you, those commit messages can get pretty large). But I thought you might be interested to see what's added to the trunk so you can decide when to update your builds etc. So from now on I'll forward my CVS commit messages - without the diffs, just the log message - to this alias (except for updates for cosmetic changes, ports to the 34 branch, updates to the web pages, etc.) -- Tor -----Forwarded Message----- To: [email protected] Subject: CVS update: MODIFIED: usertasks ... Date: 04 Jan 2003 07:16:04 +0000 User: tor Date: 03/01/03 23:16:04 Modified: usertasks manifest.mf Added: core/src/org/netbeans/modules/tasklist/core ConfPanel.form ConfPanel.java Log: - Implement http://tasklist.netbeans.org/issues/show_bug.cgi?id=29722 Persist expansion state for category nodes - and expand errors by default - Improved confirmation dialogs for pmd and javaparser. Shows before & after views of the source code. Shows PMD rule details. - The PMD library sometimes throws RunTimeExceptions when it's having trouble parsing - I guess it wasn't intended to be run on uncompileable/incomplete classes. So swallow those exceptions. - The "Fix" confirmation dialog "shows" suggestions in the editor; this commit adds code to unshow these annotations when the fix dialog is dismissed. - Rev manifest versions to update daily alpha builds