Wed, 16 Jul 2008 18:09:52 -0700 Tor Norbye 139190: javax.swing.text.BadLocationException: Invalid offset=907 not within <0, 892>
Wed, 16 Jul 2008 16:51:26 -0700 Tor Norbye Fix 132306 - don't try to task scan huge files
Wed, 16 Jul 2008 16:19:27 -0700 Tor Norbye Move HtmlFormatter parameter from completion request and analyzer scan request, and into the HTML getter calls where it belongs
Wed, 16 Jul 2008 07:48:47 -0700 Tor Norbye GSF: Automatically handle cleanup of files deleted outside the IDE.
Tue, 15 Jul 2008 14:19:00 -0700 Tor Norbye Fix GSF such that during startup indexing, ALL files that register an interest in a file get a chance to index it.
Tue, 15 Jul 2008 09:51:00 -0700 Tor Norbye 132137: NullPointerException at org.netbeans.modules.gsf.GsfDataLoader$1.createFormat
Tue, 15 Jul 2008 07:44:54 -0400 Jesse Glick Automated merge with http://hg.netbeans.org/main/
Mon, 14 Jul 2008 17:03:35 -0700 Tor Norbye Test fix
Mon, 14 Jul 2008 17:00:33 -0700 Tor Norbye Add a configuration object to the structure scanner interface which lets navigator implementations specify whether their contents should be name sorted, filtered, and/or expanded on file open in the navigator. This replaces some hardcoded mimetype logic in GSF. It also lets the new JSON mimetype avoid filtering, and finally we no longer expand ALL nodes in HTML/JSP/RHTML files - only the first level nodes are exposed on open. Should help a bit with performance.
Mon, 14 Jul 2008 16:51:49 -0700 Tor Norbye Move JSON to its own mimetype
Mon, 14 Jul 2008 22:19:45 -0400 Jesse Glick Killing sgml-indent-step.
Sat, 12 Jul 2008 14:41:09 +0200 Martin Adamek Automated merge with http://hg.netbeans.org/main
Fri, 11 Jul 2008 12:14:59 -0700 Quy Nguyen Remove javascript.libraries.api module
Wed, 09 Jul 2008 13:55:16 -0700 Quy Nguyen Merge after pull from local repository
Sat, 12 Jul 2008 14:23:24 +0200 Martin Adamek Find usages of Java classes in Groovy
Tue, 08 Jul 2008 19:24:52 -0700 Quy Nguyen Use gsfpath.api.ClassPath to find web root for javascript libraries
Mon, 07 Jul 2008 09:32:16 +0200 Milan Kubec Automated merge with http://hg.netbeans.org/core-main
Sun, 06 Jul 2008 12:48:01 -0700 Tor Norbye Add an "isFilterable" attribute to the code completion result which you can use
Sat, 05 Jul 2008 12:24:55 -0700 Tor Norbye YAML improvements: Handle embedded Ruby (ERb) sections such that Ruby parser
Thu, 03 Jul 2008 14:34:22 +0200 Radek Matous #138376 Find Usages searches only in open files
Thu, 03 Jul 2008 15:50:26 +0200 Milan Kubec #138128, #137737: strings replaced by constants; info message provided in new file wizard panel
Mon, 30 Jun 2008 10:40:50 -0700 Tor Norbye GSF-based YAML editor
Mon, 30 Jun 2008 11:04:33 +0200 Martin Krauskopf trivial: confusing parameter name
Sun, 29 Jun 2008 12:41:51 -0700 Tor Norbye 138552: IllegalArgumentException when creating project
Fri, 27 Jun 2008 19:59:19 -0700 Tor Norbye Some simple name changes in an incremental parsing class (EditHistory)
Fri, 27 Jun 2008 19:56:39 -0700 Tor Norbye Incremental parsing documentation
Fri, 27 Jun 2008 16:02:46 -0700 Tor Norbye Incremental Parsing Support in GSF.
Fri, 27 Jun 2008 15:56:46 -0700 Tor Norbye Update Pair class
Thu, 26 Jun 2008 14:07:36 -0700 Tor Norbye Remove the RepositoryUpdater code which was trying to show progress when indexing
Wed, 25 Jun 2008 23:16:35 +0200 Martin Adamek #137405: Unresolved Java classes if groovy class is open on IDE start
Tue, 24 Jun 2008 11:37:56 -0700 Tor Norbye 137925: navigator etc needs to understand the new Rails test syntax
Tue, 24 Jun 2008 12:45:55 +0200 Vita Stejskal #136988 (fixed): correcting dependency versions of the editor.util library
Mon, 23 Jun 2008 15:09:48 -0700 Tor Norbye 137927: NullPointerException at org.openide.nodes.AbstractNode.setIconBaseWithExtension
Thu, 19 Jun 2008 18:01:43 -0700 Tor Norbye 137534: ClassNotFoundException while editing .js file
Wed, 18 Jun 2008 13:17:36 -0700 Tor Norbye 136097: "Auto Popup Completion Window" setting ignored at startup
Tue, 17 Jun 2008 16:31:49 +0200 Martin Adamek Merge
Mon, 16 Jun 2008 09:42:07 -0700 Tor Norbye Add net.java.dev.nbpython.editor as a friend
Tue, 17 Jun 2008 16:16:58 +0200 Martin Adamek Restricting direct access to parser. Switching to Source.runUserActionTask()
Sat, 14 Jun 2008 21:46:00 +0200 Vita Stejskal fixing broken project metadata
Sat, 14 Jun 2008 16:58:37 +0200 Vita Stejskal preventing deadlock discovered in tests
Fri, 13 Jun 2008 17:42:14 +0200 Vita Stejskal merging with main
Fri, 13 Jun 2008 11:58:25 +0200 Martin Adamek GSF indexing in Grails projects
Fri, 13 Jun 2008 11:20:22 +0200 Martin Adamek Temporary workaround for registration of Java SE project classpath as GSF classpath
Thu, 12 Jun 2008 19:33:27 +0200 Vita Stejskal no 'Editor Settings' node in advanced options dialog
Thu, 12 Jun 2008 15:48:08 +0200 Vita Stejskal merging with main
Wed, 11 Jun 2008 14:22:33 -0700 Tor Norbye Improve GSF unit test infrastructure so less work is required in language clients to test their features
Wed, 11 Jun 2008 12:55:54 +0200 Radek Matous Automated merge with file:///home.local/rmatous/work/netbeans/main
Tue, 10 Jun 2008 11:40:59 -0700 Tor Norbye Remove a lot of unused bundle keys, some unused parser annotation registrations etc and some
Tue, 10 Jun 2008 10:39:26 -0700 Tor Norbye Implement GsfDataNode.getLookup() as suggested by warnings in the console
Tue, 10 Jun 2008 10:30:14 -0700 Tor Norbye 131974: GSF uses deprecated editor.highlights module
Mon, 09 Jun 2008 15:50:52 -0700 Tor Norbye Link tweaks
Mon, 09 Jun 2008 15:34:58 -0700 Tor Norbye Arch answers for GSF API
Wed, 11 Jun 2008 12:51:25 +0200 Radek Matous new module php.refactoring, deps. on other modules, impl. of find usages
Sun, 08 Jun 2008 19:32:13 -0700 Tor Norbye Fix some typos
Sat, 07 Jun 2008 15:31:34 -0700 Tor Norbye GSF documentation
Fri, 06 Jun 2008 08:57:32 +0200 Vita Stejskal merging with main
Wed, 04 Jun 2008 13:33:48 -0700 Tor Norbye Support for truncated code completion results
Wed, 04 Jun 2008 14:33:22 +0200 Vita Stejskal updating module deps to match latest editor and editor.lib
Wed, 04 Jun 2008 09:03:04 +0200 Vita Stejskal merging with main
Mon, 02 Jun 2008 16:55:18 -0700 Tor Norbye Modify the GSF Code Completion support such that clients can request code completion