From: <ox-...@us...> - 2002-11-13 18:54:13
|
Update of /cvsroot/sheets/sheets In directory usw-pr-cvs1:/tmp/cvs-serv8531 Modified Files: Sheets.sheets Log Message: Added some minor features, and lots of small bugfixes: Features: * Syntax highlighting for java byte code completion (format is synced up with java summary views) * Splash screen now shows up before main window, and closes the main window comes up or 6 seconds (whichever takes longer) * Import window now comes up before main interface Bugfixes: * Fixed intermittent layout problems on opening sheets (could result in some nasty exceptions upon context completion). * Fixed an intermittent bug where the main sheets editing view would stop resizing with the enclosing frame. Index: Sheets.sheets =================================================================== RCS file: /cvsroot/sheets/sheets/Sheets.sheets,v retrieving revision 1.16 retrieving revision 1.17 diff -C2 -d -r1.16 -r1.17 *** Sheets.sheets 31 Oct 2002 20:15:20 -0000 1.16 --- Sheets.sheets 13 Nov 2002 18:53:38 -0000 1.17 *************** *** 2262,2269 **** File newFile = new File(filename + "-temp"); Console.status("Saving dump file " + filename + "..."); ! PrintWriter outputStream ! = new PrintWriter(new BufferedWriter(new FileWriter(newFile))); ! AsciiFragmentWriter writer ! = new AsciiFragmentWriter(getName(), outputStream); if (createProjectLogs) { --- 2262,2267 ---- File newFile = new File(filename + "-temp"); [...1897 lines suppressed...] *************** *** 107347,107350 **** --- 107647,107663 ---- schin:677 schin:678 + object schin:1018 + filename=>classes + title=StyleMarker + type=sheet + section text schin:1018 + StyleMarker + section components schin:1018 + schin:1008 + schin:1009 + schin:1010 + schin:1011 + schin:1012 + schin:1013 object sjc:6 filename=>classes |