Fri, 02 Oct 2009 13:00:04 -0700 Tor Norbye 173320: syntax error not detected for "if cond" without colon
Fri, 02 Oct 2009 12:57:26 -0700 Tor Norbye 172993: javax.swing.text.BadLocationException: Invalid offset=298 not within <0, 291>
Fri, 02 Oct 2009 12:56:32 -0700 Tor Norbye 172986: javax.swing.text.BadLocationException: Invalid offset=-23 not within <0, 25>
Thu, 01 Oct 2009 13:56:42 +0200 psunb Removed files merged into Quickref topic and two redundant files
Thu, 01 Oct 2009 13:29:17 +0200 psunb Added legal and copyright notices to python help, merged topics into newly created quickref topic
Tue, 29 Sep 2009 15:27:28 +0200 psunb Automated merge with http://hg.netbeans.org/main/
Sun, 27 Sep 2009 13:25:11 -0400 Jesse Glick Incremented specification versions in trunk.
Tue, 15 Sep 2009 13:46:50 +0200 David Strupl Issue: 171616 Althought the issue is invalid this commit tries to fix the editor
Tue, 29 Sep 2009 15:18:55 +0200 psunb adding legal info to python help
Fri, 04 Sep 2009 11:27:42 +0200 Miloslav Metelka #166027 - Fix and clean up editor actions.
Sat, 29 Aug 2009 14:20:43 -0400 Jesse Glick Do not declare test deps for a kind of tests you do not actually have.
Thu, 27 Aug 2009 16:16:38 +0200 Erno Mononen Navigation support for the string values following :class_name and :class symbols
Mon, 03 Aug 2009 16:26:42 -0400 Jesse Glick Javadoc syntax error.
Wed, 29 Jul 2009 09:59:28 +0200 Jan Jancura #167148: IllegalArgumentException: URL must be a folder URL (append '/' if necessary): file:/C:/Documents%20and%20Settings/oscar.uribe/Mis%20documentos/NetBeansProjects/pimec/PimecInvoiceManagement/build/gener
Mon, 27 Jul 2009 10:50:27 -0400 Jesse Glick netbeans.org modules should not include standalone or suite metadata.
Sat, 25 Jul 2009 16:38:22 -0700 Rohan Ranade Fix for IZ#151663 - Help button on Platform Manager should bring up online help showing Python Platforms topic
Fri, 24 Jul 2009 12:32:39 -0700 Rohan Ranade Fix for IZ#150814 - Font Chooser dialog has all button labels and dialog title in lower case
Tue, 21 Jul 2009 15:21:28 -0700 Rohan Ranade Automated merge with http://hg.netbeans.org/main
Thu, 16 Jul 2009 17:26:11 -0400 Jesse Glick Deprecating Utilities.replaceString.
Thu, 16 Jul 2009 10:56:41 -0700 Rohan Ranade Fix for #168649 - NumberFormatException when changing debugger console font
Wed, 15 Jul 2009 12:49:39 -0700 Rohan Ranade Fix for IZ#156364 - Unnecessary semicolon on new module template code
Tue, 14 Jul 2009 15:42:01 +0200 Marek Slama #161497: Fix old GsfTaskProvider name.
Mon, 13 Jul 2009 10:14:12 -0700 Tor Norbye Fix such that instant rename on an attribute will open the Full Rename refactoring dialog. + test.
Thu, 09 Jul 2009 13:46:08 +0200 Milan Kubec #163528: typos in template files for formating preview
Wed, 08 Jul 2009 06:17:37 +0400 ffjre Automated merge with main-silver
Wed, 08 Jul 2009 00:24:44 +0400 ffjre Automated merge with main-silver
Tue, 07 Jul 2009 22:27:27 +0200 ffjre Merge of http://hg.netbeans.org/core-main/
Tue, 07 Jul 2009 11:30:35 -0400 Jesse Glick #139700: deleting obsolete XTest build & config files.
Tue, 07 Jul 2009 17:49:58 +0530 Amit Saha #153490 NetBeans Python OLH fixes
Tue, 07 Jul 2009 17:22:30 +0530 Amit Saha #153492 NetBeans Python OLH fixes
Mon, 06 Jul 2009 16:18:29 -0700 Tor Norbye 168064: NoClassDefFoundError: org/python/antlr/ModuleParser
Wed, 01 Jul 2009 08:20:46 +0200 Jaroslav Tulach #166658: Merge of work on declarative actions
Mon, 29 Jun 2009 17:55:11 +0530 Amit Saha #165718 Added dependency of Python samples on python.kit; minor tweaks to samples and plugin description
Sun, 28 Jun 2009 16:30:26 +0200 Jaroslav Tulach WTF man? I don't understand why one defines a file and also hides it in the same layer
Fri, 26 Jun 2009 19:56:44 +0200 Jaroslav Tulach Projects need also dependency on Utilities UI, as right now the super class of various cookies is from that module
Wed, 24 Jun 2009 14:13:16 -0700 Tor Norbye Update the bundled Jython (used for execution, not parsing) to the final 2.5.0 version. Also change the build
Wed, 24 Jun 2009 13:03:49 -0700 Tor Norbye Update the bundled Python parser to a version based on the final Jython 2.5.0 version released last week + special 2.6 parser construct fixes by Frank Wierzbicki.
Wed, 24 Jun 2009 12:59:15 -0700 Tor Norbye Update unit test to track a lexer change around June 1 where empty documents have a newline
Sun, 14 Jun 2009 23:16:23 +0200 Jaroslav Tulach More actions from experimental and alpha-nbms module set registered in Actions/ folder
Sat, 13 Jun 2009 21:30:19 +0200 Jaroslav Tulach Fixing majority of actions in netbeans.org sources to define itself in Actions/ folder and then use .instance file to reference itself from Menu, Toolbar, etc.
Fri, 29 May 2009 15:26:23 +0200 Jan Lahoda Replacing uses of deprecated methods o.o.text.Line.show(int)/(int, int) with their non-deprecated counterparts.
Mon, 25 May 2009 16:22:19 -0700 Martin Ryzl makes detection of python 3.0 possible
Mon, 25 May 2009 14:31:51 +0200 Tonda Nebuzelsky Increasing spec versions in trunk after moving 6.7 into a separate repository.
Thu, 21 May 2009 15:28:53 +0200 mentlicher #163769 - Using DialogBinding.bindComponentToDocument instead of DialogBinding.bindComponentToFile to have correct code-completion.
Wed, 20 May 2009 07:32:30 +0400 ffjre Automated merge with http://hg.netbeans.org/ruby-main
Wed, 20 May 2009 01:33:23 +0400 ffjre Automated merge with http://hg.netbeans.org/ruby-main
Tue, 19 May 2009 23:09:55 +0200 ffjre Automated merge
Tue, 19 May 2009 18:37:55 +0200 ffjre Automated merge
Tue, 19 May 2009 19:56:45 +0400 ffjre Automated merge with http://hg.netbeans.org/ruby-main
Tue, 19 May 2009 13:08:00 +0200 ffjre Automated merge
Tue, 19 May 2009 13:30:14 +0400 ffjre Automated merge with http://hg.netbeans.org/ruby-main
Tue, 19 May 2009 10:02:39 +0200 Erno Mononen #156673: Code coverage not working with rspec - no tests are run
Mon, 18 May 2009 23:16:34 -0400 Jesse Glick #165149: registerExternalRoots occasionally called >1x per SourcesHelper.
Mon, 18 May 2009 21:07:31 -0400 Jesse Glick Providing a proper display name etc.
Thu, 14 May 2009 00:27:32 +0400 ffjre Automated merge with http://hg.netbeans.org/main
Tue, 12 May 2009 13:19:35 -0700 Tor Norbye 160894: Code completion for private methods
Wed, 13 May 2009 14:36:39 +0200 Tomas Zezula Fixing s set of race conditions which seem to be case of #155233
Mon, 11 May 2009 10:21:46 -0700 Tor Norbye 164823: NullPointerException at org.netbeans.modules.python.editor.options.FmtOptions$CategorySupport.refreshPreview
Wed, 22 Apr 2009 23:32:46 -0500 Allan Davis Automated merge with http://hg.netbeans.org/main
Wed, 22 Apr 2009 22:58:47 -0500 Allan Davis issue 155452: Fixed platform Manager NPE