Tue, 17 Sep 2013 11:22:20 +0100 Initial support for source code indexing (for semi-modal navigation) development
Jan Vrany <jan.vrany@fit.cvut.cz> [Tue, 17 Sep 2013 11:22:20 +0100] rev 2735
Initial support for source code indexing (for semi-modal navigation) Not yet finished.
Mon, 16 Sep 2013 14:09:52 +0100 Initial support for live code checker / lint. development
Jan Vrany <jan.vrany@fit.cvut.cz> [Mon, 16 Sep 2013 14:09:52 +0100] rev 2734
Initial support for live code checker / lint. JavaLintService parses the code as you type and displays all errors and other problems. This is done by running compiler in check mode in background. This also removes the necessity for JavaCompilerProblemRegistry.
Mon, 16 Sep 2013 01:04:57 +0100 Fixes for syntax highlighting. development
Jan Vrany <jan.vrany@fit.cvut.cz> [Mon, 16 Sep 2013 01:04:57 +0100] rev 2733
Fixes for syntax highlighting. Even full class source is fully parser and indexed as the parser seems to be fast enough (at least at i5 CPU).
Sun, 15 Sep 2013 02:16:13 +0100 Merged 272689c14005 and 13f5be2bf83b. development
Jan Vrany <jan.vrany@fit.cvut.cz> [Sun, 15 Sep 2013 02:16:13 +0100] rev 2732
Merged 272689c14005 and 13f5be2bf83b.
Sun, 15 Sep 2013 01:44:55 +0100 Merged d87e89dd5276 and fe83a843a7bf (branch default - CVS HEAD) development
Jan Vrany <jan.vrany@fit.cvut.cz> [Sun, 15 Sep 2013 01:44:55 +0100] rev 2731
Merged d87e89dd5276 and fe83a843a7bf (branch default - CVS HEAD)
Sun, 15 Sep 2013 01:02:01 +0100 Fixed removing of Java classes (issue #40) development
Jan Vrany <jan.vrany@fit.cvut.cz> [Sun, 15 Sep 2013 01:02:01 +0100] rev 2730
Fixed removing of Java classes (issue #40) Now references are invalidated and all dependent classes (subclasses and interface users) are removed as well.
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.
(0) -1000 -300 -100 -10 +10 +100 +300 +1000 tip