Sat, 14 Sep 2013 15:48:03 +0100 More support for method's source display. Not yet working. development
Jan Vrany <jan.vrany@fit.cvut.cz> [Sat, 14 Sep 2013 15:48:03 +0100] rev 2729
More support for method's source display. Not yet working. The behaviour can (whether to show full class source or just method's source) be now controlled by JavaMethod class>>showFullSource: More work has to be done to fully support this.
Thu, 12 Sep 2013 00:24:05 +0100 Java package reorganization. development
Jan Vrany <jan.vrany@fit.cvut.cz> [Thu, 12 Sep 2013 00:24:05 +0100] rev 2728
Java package reorganization. Compiler-related support classes moved to package tools, java package structure reorganized, classes renamed. The goal is to use same INameEnvironment and ICompulationUnit implementation for both compiling and parsing, highlighting and resolving.
Wed, 11 Sep 2013 11:36:27 +0100 Initial support for selector highlighting. development
Jan Vrany <jan.vrany@fit.cvut.cz> [Wed, 11 Sep 2013 11:36:27 +0100] rev 2727
Initial support for selector highlighting.
Wed, 11 Sep 2013 11:35:14 +0100 More support for method's source only. development
Jan Vrany <jan.vrany@fit.cvut.cz> [Wed, 11 Sep 2013 11:35:14 +0100] rev 2726
More support for method's source only. Added JavaMethod.ShowFullSource class variable to control whether show full source (i.e., full compilation unit's source) or source of the method only. Updated JavaMethod>>lineNumberForPC: to reflect that and return currect number.
Wed, 11 Sep 2013 03:01:48 +0100 STC bug workaround in JavaMethod>>source. development
Jan Vrany <jan.vrany@fit.cvut.cz> [Wed, 11 Sep 2013 03:01:48 +0100] rev 2725
STC bug workaround in JavaMethod>>source.
Wed, 11 Sep 2013 02:36:57 +0100 Merged 02802ba0024f and 1527fdb0c92f development
Jan Vrany <jan.vrany@fit.cvut.cz> [Wed, 11 Sep 2013 02:36:57 +0100] rev 2724
Merged 02802ba0024f and 1527fdb0c92f
Tue, 10 Sep 2013 10:25:34 +0100 Added JavaSourceParser - a base class for JavaSyntaxHighlighter. development
Jan Vrany <jan.vrany@fit.cvut.cz> [Tue, 10 Sep 2013 10:25:34 +0100] rev 2723
Added JavaSourceParser - a base class for JavaSyntaxHighlighter.
Tue, 10 Sep 2013 05:06:05 +0100 Return line number withing method source. development
Jan Vrany <jan.vrany@fit.cvut.cz> [Tue, 10 Sep 2013 05:06:05 +0100] rev 2722
Return line number withing method source. Used by browser to scroll to method's source, skipping Javadoc.
Tue, 10 Sep 2013 05:04:41 +0100 Added source line number to JavaSourceRef. development
Jan Vrany <jan.vrany@fit.cvut.cz> [Tue, 10 Sep 2013 05:04:41 +0100] rev 2721
Added source line number to JavaSourceRef. Used for scrolling to the method header, skipping the Javadoc.
Mon, 09 Sep 2013 13:25:14 +0100 Bugfix in JavaMethod>>source - wait until the source file is scanned for source positions... development
Jan Vrany <jan.vrany@fit.cvut.cz> [Mon, 09 Sep 2013 13:25:14 +0100] rev 2720
Bugfix in JavaMethod>>source - wait until the source file is scanned for source positions... ...and `source` instvar is filled properly.
(0) -1000 -300 -100 -10 +10 +100 +300 +1000 tip