From: <ox-...@us...> - 2003-05-23 09:55:21
|
Update of /cvsroot/sheets/sheets/lib In directory sc8-pr-cvs1:/tmp/cvs-serv18983/lib Modified Files: bootstrap-sheets.jar ox.jar Log Message: 1. automatically append .bat to command on failure (to emulate windows command prompt behavior) 2. fixed extend class wizard to work for bytecode objects 3. extend class wizard now prints out starting brace on same line as header 4. extend class wizard now removes comments, removes abstract keyword, and adds public keyword for interfaces 5. Goto documentation now works properly for throws clauses and class extends/implements 6. Fixed memo list bug (caused those annoying dialogs on exit) 7. Increased efficiency of prototype.sdb file copy 8. Updated code to use new database API 9. Fixed exit so that it will not close the main window if you abort 10. Turned off caching of ByteCodeObjects in order to prevent database corruption 11. Updated to new version of OX -- Database recreate required! Index: bootstrap-sheets.jar =================================================================== RCS file: /cvsroot/sheets/sheets/lib/bootstrap-sheets.jar,v retrieving revision 1.17 retrieving revision 1.18 diff -C2 -d -r1.17 -r1.18 Binary files /tmp/cvsR0ADP4 and /tmp/cvs3kBgDs differ Index: ox.jar =================================================================== RCS file: /cvsroot/sheets/sheets/lib/ox.jar,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 Binary files /tmp/cvsMuEhKT and /tmp/cvsQr16pE differ |