Tue, 01 Apr 2008 14:30:00 -0700 Tor Norbye * Fix bug where many elements in the code completion popup did not show up as private
Mon, 31 Mar 2008 10:17:37 -0700 Tor Norbye Fix bug in GSF for computing quickfixes in embedded files
Sat, 29 Mar 2008 11:15:27 -0700 Tor Norbye Fix CSS selector completion and HTML id/class completion for Prototype and JQuery; jsdoc tag completion in comments. Tests.
Fri, 28 Mar 2008 23:13:53 -0700 Tor Norbye JavaScript browser compatibility, and GSF task cancellation for some source tasks
Fri, 28 Mar 2008 09:10:37 -0700 Tor Norbye 128985: Appearance of the HTML navigator
Fri, 28 Mar 2008 13:18:03 +0100 Marek Fukala #128038 - html navigator should be divided into nodes according to embedded languages
Wed, 26 Mar 2008 19:54:55 -0700 Tor Norbye JRuby 1.1RC3 update
Fri, 21 Mar 2008 16:16:43 -0700 Tor Norbye * During startup indexing, look at the size of files and don't attempt
Thu, 20 Mar 2008 20:17:28 -0700 Tor Norbye A bunch of JavaScript and GSF changes:
Mon, 17 Mar 2008 16:08:06 +0100 Michal Zlamal Revert of #d54bd12bad21
Sun, 16 Mar 2008 21:33:35 +0100 ffjre Automated merge
Sun, 16 Mar 2008 19:02:57 +0100 ffjre Automated merge
Sat, 15 Mar 2008 17:05:10 -0700 Tor Norbye Fix RHTML editing: insert handling and comment toggling.
Sat, 15 Mar 2008 12:25:01 -0700 Tor Norbye Handle javascript preindexing errors
Fri, 14 Mar 2008 17:27:08 -0700 Tor Norbye A lot of JavaScript improvements: type inference for return values; completion on compound expressions; support for jsdoc @namespace, @class, and @extends; Support for deprecations via @deprecated (strikethrough on code completion and in the navigator), better JQuery support, show parameter types in navigator and in the documentation - and for parameter hints.
Thu, 13 Mar 2008 20:22:11 -0700 Tor Norbye Add some logging to RepositoryUpdater to try to figure out why indexing doesn't finish
Thu, 13 Mar 2008 15:34:57 -0700 Tor Norbye Fix 2 bugs:
Thu, 13 Mar 2008 16:38:47 +0100 Vita Stejskal filter out nonexistent (null) highlighting attributes
Thu, 13 Mar 2008 13:55:58 +0100 Vita Stejskal #129708 - improving new text boxes in instant rename
Wed, 12 Mar 2008 14:55:54 +0100 Vita Stejskal syncing with java versions of the camel-case classes to fix #128642 and others
Mon, 10 Mar 2008 17:25:04 -0700 Tor Norbye Fix 129036
Mon, 10 Mar 2008 12:37:19 -0700 Tor Norbye Port retouche fix to gsf to fix leak related to the editor listener (see issue 129435)
Sat, 08 Mar 2008 11:46:40 +0100 Martin Adamek Automated merge with http://hg.netbeans.org/main
Wed, 05 Mar 2008 19:19:21 -0700 Tor Norbye Update JRuby from 1.0.3 to JRuby 1.1RC2. (We've bundled JRuby 1.1RC1 before, but that was not used for the in-IDE parser; we've now upgraded all the Ruby related moduel code to use the 1.1 codeline.).
Sat, 08 Mar 2008 11:41:12 +0100 Martin Adamek Adding python.editor to friends
Tue, 04 Mar 2008 16:11:58 -0700 Tor Norbye NPE check
Sun, 02 Mar 2008 23:48:54 +0300 Vladimir Kvashin Automated merge with http://hg.netbeans.org/main
Sun, 02 Mar 2008 21:12:38 +0100 Petr Pisl Adding dependency for php development tools
Sun, 02 Mar 2008 23:01:40 +0300 Vladimir Kvashin Automatic merge
Fri, 29 Feb 2008 11:24:54 -0800 Tor Norbye Use hideAll instead of hideCompletion() and hideDocumentation() to try to hide the completion tooltip as well
Fri, 29 Feb 2008 11:47:30 +0100 Radek Matous merge
Fri, 29 Feb 2008 11:37:26 +0100 Radek Matous adjusting the dependencies -> openide.filesystems spec.7.7
Fri, 29 Feb 2008 11:38:45 +0100 Vita Stejskal following up on #108161 and adding text framing support to instant rename actions in java and GSF
Thu, 28 Feb 2008 14:48:19 +0100 Petr Pisl Initial commit of php editor and correcting php build.
Sun, 02 Mar 2008 22:57:54 +0300 Vladimir Kvashin Automatic merge
Wed, 27 Feb 2008 15:08:12 +0100 Radek Matous merge
Wed, 27 Feb 2008 09:08:20 +0100 Radek Matous used FileUtil.addFileChangeListener in ClassPath
Mon, 25 Feb 2008 17:33:30 +0100 Radek Matous #128234 used new api FileUtil.addFileChangeListener, removeFileChangeListener, refreshAll
Wed, 27 Feb 2008 12:48:04 +0100 Marek Fukala #128086 - Module dir name mismatch - css editor module moved to css.editor; codebase updated accordingly
Mon, 25 Feb 2008 13:47:29 -0800 Tor Norbye Fix issue 128289
Mon, 25 Feb 2008 13:46:27 -0800 Tor Norbye Fix Navigate menu label -- issue 128302
Mon, 25 Feb 2008 09:13:13 +0100 Jan Lahoda Automated merge with http://hg.netbeans.org/main
Sun, 24 Feb 2008 11:20:20 -0800 Tor Norbye NPE fix
Sat, 23 Feb 2008 16:50:12 -0800 Tor Norbye Implement code completion for JavaScript
Sun, 24 Feb 2008 22:19:43 +0100 Jan Lahoda Spelling.
Fri, 22 Feb 2008 19:21:43 -0800 ludo adding ejs editor as a friend.
Fri, 22 Feb 2008 11:41:27 -0800 Tor Norbye 128083: Incorrect module dir name
Thu, 21 Feb 2008 15:24:21 -0800 Tor Norbye Handle ElementHandles more efficiently
Thu, 21 Feb 2008 01:35:18 -0800 Tor Norbye These files should have been removed as part of 76bcf372d6c4
Thu, 21 Feb 2008 01:17:06 -0800 Tor Norbye Add GSF-based JavaScript, HTML and CSS editors; rev GSF to handle embedding, fast indexing, etc.
Thu, 14 Feb 2008 16:36:52 -0500 Jesse Glick Correcting duplicated files and folders in various layers.
Wed, 07 May 2008 16:06:11 +0200 Vita Stejskal moving preferences default values to editor.lib (private package) and bridging SettingsDefaults to it
Wed, 07 May 2008 14:42:15 +0200 Vita Stejskal moving preferences names to editor.lib (private package) and bridging SettingsNames, ExtSettingsNames to it
Mon, 05 May 2008 15:35:16 +0200 Vita Stejskal cleaning up
Mon, 05 May 2008 14:14:06 +0200 Vita Stejskal bridging 'indentEngine', 'formatter' and 'rendering-hints'
Mon, 05 May 2008 11:42:53 +0200 Vita Stejskal bridging complex value settings through setting factories; tests
Wed, 30 Apr 2008 15:32:32 +0200 Vita Stejskal no change; testing the repo
Wed, 30 Apr 2008 14:57:10 +0200 Vita Stejskal BaseOptions now directly use Preferences appropriate for their mime type; BaseOptions related settings initializators are no longer processed
Wed, 30 Apr 2008 11:59:12 +0200 Vita Stejskal tests
Mon, 28 Apr 2008 12:24:07 +0200 Vita Stejskal changes in registered initializers will reset loaded preferences