Update of /cvsroot/sheets/sheets/jars
In directory usw-pr-cvs1:/tmp/cvs-serv16299/jars
Modified Files:
bootstrap-sheets.jar
Log Message:
Added a quick-and-dirty first implementation of code folding. It adds little plus and minus signs to the code which you can use to hide chunks of the code. Useful for editing very large methods. (However, there is still quite a bit of work left to do before this is complete)
Also fixed the javac pattern to pick up the new ANT output. For some reason ANT started emitting the absolute path name, which caused sheets to not display error results. Anyway, it is fixed now.
Index: bootstrap-sheets.jar
===================================================================
RCS file: /cvsroot/sheets/sheets/jars/bootstrap-sheets.jar,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
Binary files /tmp/cvsedV2rE and /tmp/cvsqIi7Em differ
|