ruby/src/org/netbeans/modules/ruby/RubyDeclarationFinder.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, 20 Mar 2013 13:54:13 -0500 More fixes in Ruby Editor and corrected tests
Wed, 13 Mar 2013 14:14:36 -0500 Massive changes for 1.9 parser
Fri, 07 Dec 2012 09:45:26 -0600 Missed logic in conversion to make getRubyTokenSequence thread safe
Wed, 05 Dec 2012 13:57:59 -0600 Thread safety for findDeclaration()
Mon, 17 May 2010 14:16:07 -0400 Updated copyright headers. [61]
Thu, 08 Apr 2010 13:54:10 +0200 #180622 - alias :<=> :"foo" causes syntax error
Tue, 23 Mar 2010 14:55:33 +0100 Avoiding unnecessary index queries when getting methods
Mon, 07 Dec 2009 13:27:32 +0100 #178227 - Go to declaration doesn't work for some partial files
Thu, 26 Nov 2009 13:12:01 +0100 #177612: Method aliases created using 'alias' keyword not indexed
Thu, 22 Oct 2009 11:40:30 +0200 #175189: Go to Decl doesn't work for 'super'
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 15:00:44 +0200 Avoiding unnecessarily recreating index
Fri, 25 Sep 2009 10:32:36 +0200 Avoid printStackTrace(ble) in places where it can rightly happen (when doc is not locked)
Tue, 22 Sep 2009 16:33:41 +0200 #172776: Navigation for helper :class_name
Mon, 21 Sep 2009 16:08:55 +0200 #172692: Go to Decl doesn't work for template => "a_template.rhtml"
Mon, 21 Sep 2009 15:26:12 +0200 Additional fix for #172679; enable also for other classes than controllers
Mon, 21 Sep 2009 15:07:41 +0200 #172679: Go to decl for :action => "some_action" etc works only in RHTML
Tue, 15 Sep 2009 15:56:40 +0200 Fixed go to decl for "render :partial => .."
Thu, 10 Sep 2009 16:02:57 +0200 Avoid creating new index when not needed (speeds up things)
Thu, 27 Aug 2009 16:16:38 +0200 Navigation support for the string values following :class_name and :class symbols
Wed, 26 Aug 2009 15:34:26 +0200 Navigation to model classes from ActiveRecord association declarations
Mon, 24 Aug 2009 16:02:55 +0200 Minor tweak, store known targets in class variable
Tue, 21 Jul 2009 15:19:32 +0200 #106926: Go-to-declaration doesn't work on some symbols
Mon, 20 Jul 2009 13:05:44 +0200 #168745: Go to declaration doesn't work for attr_accessor (part 1)
Thu, 09 Jul 2009 08:27:32 +0200 Type assertions for method return types
Fri, 03 Jul 2009 16:28:37 +0200 #160978: [67cat] NullPointerException at org.netbeans.modules.ruby.AstPath.find
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:16:46 +0200 Automated merge with http://hg.netbeans.org/ruby-main
Fri, 03 Apr 2009 17:11:54 +0200 Switched the editing infrastructure to use the jruby-parser project
Fri, 27 Mar 2009 10:54:44 +0100 #158206: moving generaly useful findRoots methods from GsfUtilities to QuerySupport in Parsing & Indexing API
Thu, 05 Mar 2009 10:36:23 +0100 Fixed getTestDeclaration
Wed, 18 Feb 2009 15:13:03 +0100 fixing compilation errors after the last pull from main-silver
Tue, 17 Feb 2009 16:24:17 +0100 Automated merge with http://hg.netbeans.org/main-silver
Mon, 26 Jan 2009 08:56:59 +0100 RubyUtils#isRubyStubsURL
Thu, 15 Jan 2009 14:15:30 +0100 GSF -> CSL: more tests pass
Thu, 15 Jan 2009 13:31:38 +0100 Automated merge with http://hg.netbeans.org/jet-parsing-api/
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.
Wed, 14 Jan 2009 16:47:09 +0100 Automated merge 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).
Thu, 05 Feb 2009 11:23:44 +0100 #152703: Actions in context menu of a test in Ruby Test Result tree do not work
Wed, 14 Jan 2009 14:10:11 +0100 #151652: Shoulda testing support
Mon, 22 Dec 2008 12:12:47 +0100 More on method type inference:
Wed, 17 Dec 2008 15:32:21 -0800 Fix 155236: Add document read locks around document accesses
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.
Tue, 16 Dec 2008 13:25:30 +0100 Go to Constant declaration does not work for constants declared withing local scope.
Sat, 13 Dec 2008 00:19:21 +0100 Go to Declaration does not recognize obviously right choice. Likely my regression. Adding regression test.
Fri, 12 Dec 2008 11:29:49 +0100 More TI works:
Mon, 08 Dec 2008 18:54:53 +0100 Introducing RubyDeclarationFinderHelper. RubyBaseDeclarationFinder is now generified to relax individual DeclarationFinders. The RDFH and RBDF might be merged again in the future, when RubyDeclarationFinder refactoring is completed.
Mon, 08 Dec 2008 16:55:57 +0100 Implementation of 'Go to Declaration' for constant. Refactoring DeclarationFinder into smaller parts with base class. Fixing IndexedConstant signature, and other related tweaks.
Thu, 27 Nov 2008 09:41:14 +0100 Preventing NPE during code-completion in the block upon unknown expression
Thu, 20 Nov 2008 15:05:12 +0100 #153238: RubyTypeAnalyzer inferencing multiple types. Partial IfNode type inference.
Tue, 18 Nov 2008 10:46:37 +0100 #142760 - Added new elements to declarative MIME resolver DTD. The name element to check file names and the pattern element to check file content. Procedural resolvers ShellScriptResolver, RubyMimeResolver, CndSniffyMIMEResolver and PhpMimeResolver were rewritten using these new features.