Thu, 06 Aug 2009 04:28:42 +0800 Caoyuan Deng Replace KeystrokeHandler.findMatching by BracesMatcher
Thu, 06 Aug 2009 03:25:13 +0800 Caoyuan Deng Automated merge with http://hg.netbeans.org/main/contrib
Thu, 06 Aug 2009 03:24:53 +0800 Caoyuan Deng Fixed: always return None in LexUtil#getTokenSequence
Wed, 05 Aug 2009 20:01:06 +0200 Milos Kleint refactoring
Wed, 05 Aug 2009 19:43:01 +0200 Milos Kleint one more import form supported - org.package.{foo, bar}
Wed, 05 Aug 2009 18:56:48 +0200 Milos Kleint make compilable
Wed, 05 Aug 2009 18:41:45 +0200 Milos Kleint Automated merge with http://hg.netbeans.org/main/contrib
Wed, 05 Aug 2009 18:39:23 +0200 Milos Kleint fixes- when package is imported, rather update the class than inserting new import
Wed, 05 Aug 2009 15:01:56 +0200 Milos Kleint when package is imported, rather update the class than inserting new import
Wed, 05 Aug 2009 13:46:29 +0200 Milos Kleint only sort when looking for closest match
Wed, 05 Aug 2009 12:10:08 +0200 Milos Kleint only apply the import if we know the location
Wed, 05 Aug 2009 11:59:03 +0200 Milos Kleint remove commentedout code
Wed, 05 Aug 2009 11:58:04 +0200 Milos Kleint merge conflicts
Wed, 05 Aug 2009 11:46:58 +0200 Milos Kleint in some basic scenarios, adds the import to the correct place
Tue, 04 Aug 2009 21:49:46 +0200 Milos Kleint actually add the import, at wrong place though for now
Tue, 04 Aug 2009 21:05:04 +0200 Milos Kleint error with fix shows up
Tue, 04 Aug 2009 15:39:52 +0200 Milos Kleint Automated merge with http://hg.netbeans.org/main/contrib
Tue, 04 Aug 2009 15:38:39 +0200 Milos Kleint initial framework for hints in scala
Thu, 06 Aug 2009 00:15:17 +0800 Caoyuan Deng Fixed an infinit while loop;
Wed, 05 Aug 2009 18:19:18 +0800 Caoyuan Deng Ported ScalaKeystrokeHandler, to be cleaned up
Wed, 05 Aug 2009 16:55:12 +0800 Caoyuan Deng Got back ScalaFormatter;
Wed, 05 Aug 2009 10:11:30 +0800 Caoyuan Deng Moved symbol related utils to trait: ScalaUtils.scala
Wed, 05 Aug 2009 00:33:03 +0800 Caoyuan Deng Tried to copy some scala templates from scala.project module to scala.editor module, but how?
Tue, 04 Aug 2009 23:20:39 +0800 Caoyuan Deng Avoid MatchError
Tue, 04 Aug 2009 21:27:18 +0800 Caoyuan Deng Supported java element's document.
Tue, 04 Aug 2009 16:52:21 +0800 Caoyuan Deng Doc comments
Tue, 04 Aug 2009 12:25:53 +0800 Caoyuan Deng Added missed token: SymbolLiteral;
Tue, 04 Aug 2009 11:21:05 +0800 Caoyuan Deng Fixed findCall;
Tue, 04 Aug 2009 10:13:10 +0800 Caoyuan Deng Automated merge with http://hg.netbeans.org/main/contrib
Tue, 04 Aug 2009 10:12:53 +0800 Caoyuan Deng Cleanup
Mon, 03 Aug 2009 17:59:32 -0400 Jesse Glick Pushing fixes.
Mon, 03 Aug 2009 17:59:05 -0400 Jesse Glick Bringing UI of project action in line with current conventions - sensitive to main project if set, else selection.
Mon, 03 Aug 2009 17:47:30 -0400 Jesse Glick Deprecations.
Mon, 03 Aug 2009 17:43:59 -0400 Jesse Glick #104025: do not run Java parsing tasks in EQ.
Mon, 03 Aug 2009 20:37:42 +0200 Milos Kleint comment
Mon, 03 Aug 2009 20:37:15 +0200 Milos Kleint very very barebone version of keystrokehandler
Mon, 03 Aug 2009 22:26:51 +0800 Caoyuan Deng Avoid NPE
Mon, 03 Aug 2009 22:15:51 +0800 Caoyuan Deng Enabled code completion.
Mon, 03 Aug 2009 21:26:21 +0800 Caoyuan Deng Avoid NPE
Mon, 03 Aug 2009 21:14:34 +0800 Caoyuan Deng Avoid NPE
Mon, 03 Aug 2009 14:09:12 +0200 Milos Kleint the ProjectToDirs has weak keys and wehak values, we need to check if the reference instance has any value and if not, recreate it..
Mon, 03 Aug 2009 17:24:13 +0800 Caoyuan Deng Added ScalaCodeCompletion.scala
Mon, 03 Aug 2009 17:23:43 +0800 Caoyuan Deng Fixed getIdToken issue due to changes of scala's compiler
Mon, 03 Aug 2009 11:31:05 +0800 Caoyuan Deng Added ScalaElements.scala
Mon, 03 Aug 2009 11:26:06 +0800 Caoyuan Deng Fixed exception from NoPosition
Sun, 02 Aug 2009 20:50:02 +0800 Caoyuan Deng Use member types instead of type parameters for AstItem#symbol
Sat, 01 Aug 2009 22:29:07 +0800 Caoyuan Deng ScalaInstantRename
Sat, 01 Aug 2009 22:05:18 +0800 Caoyuan Deng Cleanup
Sat, 01 Aug 2009 21:56:04 +0800 Caoyuan Deng Basic ScalaDeclarationFinder
Sat, 01 Aug 2009 19:13:44 +0800 Caoyuan Deng Used tree.pos.startOrPoint instead of tree.pos.offset
Sat, 01 Aug 2009 16:04:37 +0800 Caoyuan Deng Processed Ident and Bind trees
Sat, 01 Aug 2009 14:59:19 +0800 Caoyuan Deng basic htmlFormat
Sat, 01 Aug 2009 14:30:07 +0800 Caoyuan Deng ScalaDfn#isReferredBy, ScalaRef#isOccurence
Sat, 01 Aug 2009 14:12:57 +0800 Caoyuan Deng ScalaOccurencesFinder
Sat, 01 Aug 2009 12:58:27 +0800 Caoyuan Deng Used interactive.Global, so we can get the endOffset of tree now.
Fri, 31 Jul 2009 19:14:14 +0800 Caoyuan Deng Fixed: should import ScalaMimeResolver (why this is not detected before?)
Fri, 31 Jul 2009 18:56:27 +0800 Caoyuan Deng Cleanup
Fri, 31 Jul 2009 18:46:04 +0800 Caoyuan Deng Sync with https://lampsvn.epfl.ch/trac/scala/changeset/18406
Fri, 31 Jul 2009 00:59:26 +0800 Caoyuan Deng Automated merge with http://hg.netbeans.org/main/contrib
Fri, 31 Jul 2009 00:59:03 +0800 Caoyuan Deng Cleanup: formatting