ruby.refactoring/src/org/netbeans/modules/refactoring/ruby/RubyElementCtx.java
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
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
Mon, 17 May 2010 14:16:07 -0400 Updated copyright headers. [61]
Fri, 12 Feb 2010 15:50:37 +0100 #180661 - Bogus "inferred type" for classes in doc popup
Thu, 22 Oct 2009 11:40:30 +0200 #175189: Go to Decl doesn't work for 'super'
Fri, 25 Sep 2009 14:02:54 +0200 Upadate licenses to have up to date year
Thu, 03 Sep 2009 13:17:01 +0200 More exact type inferencing for rename refactoring in call invocations
Thu, 03 Sep 2009 12:28:45 +0200 Fix type inferring for non-empty lhs
Thu, 03 Sep 2009 11:03:15 +0200 Enhanced rename refactoring to handle all the methods in the same hierarchy
Wed, 02 Sep 2009 16:34:15 +0200 Handle overridden methods in rename refactoring
Mon, 31 Aug 2009 14:12:15 +0200 #171160: Rename method is failing
Thu, 09 Jul 2009 08:55:49 +0200 Fixed build
Fri, 19 Jun 2009 15:24:37 +0200 Various indexing and TI related improvements and fixes
Tue, 05 May 2009 17:41:53 +0200 Various performance improvments in editing, mostly TI related
Fri, 03 Apr 2009 17:11:54 +0200 Switched the editing infrastructure to use the jruby-parser project
Mon, 12 Jan 2009 16:55:56 +0100 Initial GSF -> CSL migration phase. Sources are compilable (not test sources yet).
Mon, 22 Dec 2008 12:12:47 +0100 More on method type inference:
Wed, 17 Dec 2008 13:59:46 +0100 Switching infrastructure to the RubyType abstraction which might represent none, one or more real Ruby Types => more type safety and (preparing for) easier type manipulation among the codebase.
Fri, 12 Dec 2008 11:29:49 +0100 More TI works:
Thu, 20 Nov 2008 15:05:12 +0100 #153238: RubyTypeAnalyzer inferencing multiple types. Partial IfNode type inference.
Tue, 18 Nov 2008 14:54:04 +0100 RubyMimeResolver.RUBY_MIME_TYPE moved to RubyUtils.
Wed, 08 Oct 2008 15:56:00 -0700 141780: Code completion missing classes from MRI
Tue, 26 Aug 2008 14:01:39 -0700 145151: StringIndexOutOfBoundsException: String index out of range: 3159
Fri, 22 Aug 2008 12:51:00 -0700 Repackage the modified Ruby and JavaScript parsers in the IDE from their
Wed, 20 Aug 2008 20:49:45 -0700 141793: AssertionError at org.netbeans.core.startup.layers.ArchiveURLMapper.getURL
Thu, 24 Jul 2008 08:10:31 -0700 137143: Find Usages: Module Ruby Refactoring threw NPE
Fri, 30 May 2008 15:41:33 -0700 Renamed a bunch of Ruby editor classes to have a Ruby prefix such that they don't get confused
Wed, 05 Mar 2008 19:19:21 -0700 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.).
Fri, 22 Feb 2008 11:41:27 -0800 128083: Incorrect module dir name
Thu, 21 Feb 2008 15:24:21 -0800 Handle ElementHandles more efficiently
Thu, 21 Feb 2008 01:17:06 -0800 Add GSF-based JavaScript, HTML and CSS editors; rev GSF to handle embedding, fast indexing, etc.
Fri, 07 Dec 2007 18:46:50 +0000 Various API changes and code reorganization:
Fri, 16 Nov 2007 01:06:46 +0000 Import
Fri, 16 Nov 2007 01:02:55 +0000 122076: Find Usages on a constant declaration generates an NPE
Tue, 30 Oct 2007 14:39:36 +0000 Move retouche-forked code from packages named "retouche" to "gsfret" to avoid confusion.
Mon, 15 Oct 2007 23:24:34 +0000 113814: Alt-F7 gives error dialog "Cannot rename here" if text selected
Sat, 06 Oct 2007 10:21:49 +0000 Signature change
Tue, 02 Oct 2007 12:43:06 +0000 Dual-licensing CDDL GPL
Fri, 28 Sep 2007 20:47:09 +0000 Rewrite a lot of the RHTML handling to address threading problems.
Thu, 30 Aug 2007 23:05:58 +0000 Fix bug in call type scanning (which meant true., false. and nil. code completion was broken). Move into a separate class (prior to more important bug fix). Add lots of unit tests.
Tue, 03 Jul 2007 22:26:50 +0000 Move Ruby module in CVS from scripting/ruby to ruby/