ruby/src/org/netbeans/modules/ruby/AstUtilities.java
Sun, 08 Dec 2013 11:39:16 -0600 Too much stuff in one commit. Rename blocks now follows language semantics. Removal of more ASTPath consumers
Sun, 24 Nov 2013 15:46:13 -0600 hmm should have renamed this before last commit
Sun, 24 Nov 2013 15:33:07 -0600 Start typing Arity
Sun, 24 Nov 2013 13:10:10 -0600 Fix 7.4 changes to rhtmlkit so that it properly completes keypresses in ruby nested expressions. Kill some more AstPath usages. Bump to newer jrubyparser
Thu, 21 Nov 2013 16:40:13 -0600 Tons o stuff
Wed, 15 May 2013 16:57:13 -0500 Dump of more API changes against non-updated jruby-parser. I will not push until this is stable
Wed, 27 Mar 2013 15:29:43 -0500 locally green for unit tests
Wed, 20 Mar 2013 13:54:13 -0500 More fixes in Ruby Editor and corrected tests
Mon, 18 Mar 2013 15:12:02 -0500 Lots of fixes for 1.9 parser
Wed, 13 Mar 2013 14:14:36 -0500 Massive changes for 1.9 parser
Mon, 04 Mar 2013 17:09:35 -0600 Update to use newer jruby-parser (which fixes most obvious 1.9 syntax bugs). Also defaults to 1.9 mode if it cannot figure out version. 2.0 mode is not supported but it will load in 1.9 mode (was 1.8 mode)
Mon, 17 May 2010 14:16:07 -0400 Updated copyright headers. [61]
Tue, 04 May 2010 09:56:40 +0200 #109575: flaky behaviour of autocompletion when using test/spec
Thu, 08 Apr 2010 13:54:10 +0200 #180622 - alias :<=> :"foo" causes syntax error
Fri, 26 Mar 2010 09:43:40 +0100 #182786 and #182803
Thu, 25 Feb 2010 15:12:50 +0100 #180723 - Rails 3 support
Thu, 25 Feb 2010 15:11:39 +0100 #181203 - Includes / extends w/ multiple args in Base.class_eval not indexed
Wed, 27 Jan 2010 16:21:01 +0100 #179921 - AR::Base methods not correctly indexed
Tue, 05 Jan 2010 16:23:31 +0100 #179005: Go to source not working for passing Shoulda tests
Mon, 04 Jan 2010 17:16:59 +0100 Refactored resolving test names to a separate class (preparing for 179005)
Thu, 26 Nov 2009 13:12:01 +0100 #177612: Method aliases created using 'alias' keyword not indexed
Wed, 25 Nov 2009 14:05:34 +0100 #177572: Add support for define_method
Thu, 12 Nov 2009 17:41:41 +0100 #176627: AWT thread blocked for 65551 ms.
Tue, 03 Nov 2009 16:06:24 +0100 #175961: Constants w/o qualifiers not shown in code completion
Tue, 03 Nov 2009 13:33:04 +0100 Fixed a few type inference related issues:
Mon, 26 Oct 2009 15:27:11 +0100 Fixed a couple of incorrect type inference cases in code completion for chained methods
Fri, 23 Oct 2009 07:51:23 +0200 #175206: Incorrect exit points highlightning in methods
Thu, 22 Oct 2009 10:47:02 +0200 #175150: AssertionError: Invalid param (DSymbolNode, (StrNode))
Tue, 20 Oct 2009 13:37:50 +0200 Fixed AE for cases where a param for alias_method is a constant
Tue, 20 Oct 2009 12:35:52 +0200 #174961: Method aliases not indexed (affects CC, navigation)
Fri, 16 Oct 2009 10:19:22 +0200 #174672: cattr_* not handled (CC, navigation)
Mon, 12 Oct 2009 17:03:03 +0200 Fixed #174364 and 174363
Mon, 05 Oct 2009 16:20:09 +0200 #164141: [67cat] [other] Go To Declaration Doesn't List Named Scope
Wed, 30 Sep 2009 19:03:18 +0200 Copyright change merge
Fri, 25 Sep 2009 14:02:54 +0200 Upadate licenses to have up to date year
Fri, 25 Sep 2009 10:03:41 +0200 Avoid printStackTrace with BLEs
Fri, 25 Sep 2009 09:32:40 +0200 #173024: BadLocationException : Invalid offset=9082 not within <0, 8901>
Tue, 22 Sep 2009 16:33:41 +0200 #172776: Navigation for helper :class_name
Wed, 26 Aug 2009 15:34:26 +0200 Navigation to model classes from ActiveRecord association declarations
Fri, 21 Aug 2009 09:15:30 +0200 #124318: Autocompletion for attr_reader/attr_writer/attr_accessor generates @ before name of field
Wed, 19 Aug 2009 16:47:23 +0200 #169369: Exception: Expected RubyParseResult, but got org.netbeans.modules.ruby.rhtml.RhtmlParser$FakeParserResult@48221d
Wed, 19 Aug 2009 13:21:46 +0200 #170263: AssertionError at org.netbeans.modules.parsing.api.ParserManager$UserTaskAction.<init>
Mon, 20 Jul 2009 16:04:32 +0200 #168745: Go to declaration doesn't work for attr_accessor (part 2)
Thu, 16 Jul 2009 16:30:21 +0200 #165449: Parser does not recognize self as a return value
Mon, 29 Jun 2009 15:23:32 +0200 #167536: Hovering with the mouse over an ActiveRecord delete_all method in a debug session seems to invoke the statement
Wed, 13 May 2009 14:09:06 +0200 #164970: AssertionError at org.netbeans.modules.ruby.AstUtilities.getRoot
Mon, 27 Apr 2009 15:10:47 +0200 #163656 related, doesn't fix the root cause but avoids throwing exception (logs a warning instead)
Fri, 03 Apr 2009 17:11:54 +0200 Switched the editing infrastructure to use the jruby-parser project
Wed, 25 Feb 2009 14:04:59 +0100 #157533: preferring Snapshot over Document when indexing (eg. it significantly reduces the amount of memory needed for indexing and increases speed)
Fri, 20 Feb 2009 12:50:36 +0100 no code completion for snapshot parts that can't be traced back to a document; the question really is if we need to use BaseDocument at all, ideally IMO this all could be done from Snapshot and Snapshot based lexer
Tue, 27 Jan 2009 13:43:10 +0100 merging with http://hg.netbeans.org/main
Wed, 21 Jan 2009 11:30:11 +0100 GSF -> CSL: fixing AstUtilities#getForeignNode, thus some 'go to declaration'
Thu, 15 Jan 2009 15:20:44 +0100 Automated merge with http://hg.netbeans.org/jet-parsing-api
Thu, 15 Jan 2009 14:15:30 +0100 GSF -> CSL: more tests pass
Thu, 15 Jan 2009 13:28:51 +0100 GSF -> CSL: ruby.editing tests compilable (IndexedElementTest commented out for now). Next phase is to make them pass.
Thu, 15 Jan 2009 15:19:58 +0100 merging with http://hg.netbeans.org/main
Mon, 12 Jan 2009 16:55:56 +0100 Initial GSF -> CSL migration phase. Sources are compilable (not test sources yet).
Fri, 23 Jan 2009 15:35:40 +0100 #151652: Shoulda testing support
Wed, 14 Jan 2009 16:34:52 +0100 #151652: Shoulda testing support
Mon, 05 Jan 2009 18:41:33 +0100 Check for methods with empty body