Sat, 08 Aug 2009 23:42:56 +0800 Caoyuan Deng Upgraded to scala-2.8 r18455
Sat, 08 Aug 2009 20:06:37 +0800 Caoyuan Deng Fixed MacthError
Sat, 08 Aug 2009 18:50:37 +0800 Caoyuan Deng Should traverse tpt of DefDef
Sat, 08 Aug 2009 14:31:58 +0800 Caoyuan Deng Cleanup
Sat, 08 Aug 2009 14:28:41 +0800 Caoyuan Deng Fixed hanging indent behind openned brace
Sat, 08 Aug 2009 13:47:37 +0800 Caoyuan Deng DeclarationFinder: even fo is null, we should return a location to enable popping up a declaration string;
Sat, 08 Aug 2009 00:55:04 +0800 Caoyuan Deng Fixed: ScalaSourceUtil#findFileObject should return found fo;
Sat, 08 Aug 2009 00:22:09 +0800 Caoyuan Deng Avoid NPE
Fri, 07 Aug 2009 22:44:39 +0800 Caoyuan Deng Avoid exception
Fri, 07 Aug 2009 22:40:25 +0800 Caoyuan Deng Avoid NPE
Fri, 07 Aug 2009 21:48:30 +0800 Caoyuan Deng Automated merge with http://hg.netbeans.org/main/contrib
Fri, 07 Aug 2009 21:48:08 +0800 Caoyuan Deng choose fsc/scalac on property "scala.fsc", this property should be set only in private project.properties.
Fri, 07 Aug 2009 19:33:31 +0800 Caoyuan Deng attached to scala.editor instead of scala.editing.
Fri, 07 Aug 2009 19:32:55 +0800 Caoyuan Deng attached to scala.editor instead of scala.editing
Fri, 07 Aug 2009 19:32:45 +0800 Caoyuan Deng attached to scala.editor instead of scala.editing.
Fri, 07 Aug 2009 19:32:33 +0800 Caoyuan Deng attached to scala.editor instead of scala.editing
Fri, 07 Aug 2009 19:28:03 +0800 Caoyuan Deng Use scalac instead of fsc for NetBeans' hudson building job
Fri, 07 Aug 2009 16:55:54 +0800 Caoyuan Deng Fixed closeScope method
Fri, 07 Aug 2009 14:51:28 +0800 Caoyuan Deng Tried to export some public packages;
Fri, 07 Aug 2009 14:31:01 +0200 Milos Kleint convert the wizard iterator to scala
Fri, 07 Aug 2009 10:24:54 +0200 Milos Kleint Automated merge with http://hg.netbeans.org/main/contrib
Fri, 07 Aug 2009 10:23:41 +0200 Milos Kleint move the file wizard iterator from scala.project to scala.editor
Fri, 07 Aug 2009 09:22:59 +0200 Milos Kleint some basic code templates
Fri, 07 Aug 2009 08:45:10 +0200 Milos Kleint these are freemarker templates
Thu, 06 Aug 2009 21:29:17 +0100 Sam Halliday issue 168598
Thu, 06 Aug 2009 21:18:13 +0100 Sam Halliday issue 70746
Thu, 06 Aug 2009 18:36:26 +0800 Caoyuan Deng Automated merge with http://hg.netbeans.org/main/contrib
Thu, 06 Aug 2009 18:35:58 +0800 Caoyuan Deng getIdToken: tried to bypass scalac's RangePosition bug
Thu, 06 Aug 2009 10:42:01 +0200 Jaroslav Tulach #168793: More NPE checks
Thu, 06 Aug 2009 15:15:56 +0800 Caoyuan Deng getIdToken for Select tree, will look backward from endOffset
Thu, 06 Aug 2009 05:10:14 +0800 Caoyuan Deng Fixed: LexUtil.getToken always returns None
Thu, 06 Aug 2009 04:50:27 +0800 Caoyuan Deng Replace KeystrokeHandler.findMatching by BracesMatcher
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;