From: <ox-...@us...> - 2002-12-11 22:13:53
|
Update of /cvsroot/sheets/sheets In directory sc8-pr-cvs1:/tmp/cvs-serv17624 Modified Files: Sheets.sheets build.xml todo.txt Log Message: No new bootstrap this check-in, because there we are losing information about whether sheets are best shown nested (need to fix this first) Changes: DocSheet overhaul (in progress) Changed Sheet Viewers to use RichTextViewer Fixed problem with sheets not expanding in the ToC sometimes Fixed the Syntax Completion NullPointerException (again) Fixed a serious persitence problem with VTables (was causing database corruption) Added a new capability to change project names Index: Sheets.sheets =================================================================== RCS file: /cvsroot/sheets/sheets/Sheets.sheets,v retrieving revision 1.26 retrieving revision 1.27 diff -C2 -d -r1.26 -r1.27 *** Sheets.sheets 6 Dec 2002 12:54:40 -0000 1.26 --- Sheets.sheets 11 Dec 2002 22:13:46 -0000 1.27 *************** *** 2969,2995 **** rgs:13882 section exports nkramer:362 - rgs:6304 - rgs:6305 - ram:2231 rgs:6306 nkramer:370 - nkramer:30978 rgs:8342 - rgs:12110 [...5349 lines suppressed...] - schin:911 schin:912 schin:913 --- 106177,106180 ---- *************** *** 109121,109124 **** --- 107695,107699 ---- wlott:3014 wlott:3217 + schin:1138 wlott:3017 schin:519 *************** *** 109169,109172 **** --- 107744,107748 ---- wlott:3335 wlott:3336 + schin:1143 wlott:3337 wlott:3338 Index: build.xml =================================================================== RCS file: /cvsroot/sheets/sheets/build.xml,v retrieving revision 1.13 retrieving revision 1.14 diff -C2 -d -r1.13 -r1.14 *** build.xml 6 Dec 2002 12:54:42 -0000 1.13 --- build.xml 11 Dec 2002 22:13:48 -0000 1.14 *************** *** 38,43 **** <property name="htmldir" value="${java}/org/browsecode/html"/> <jjtree target="${parsers}/JavaParser.jjt" outputdirectory="${javadir}" javacchome="${JAVACC_HOME}"/> - <jjtree target="${parsers}/HtmlParser.jjt" outputdirectory="${htmldir}" javacchome="${JAVACC_HOME}"/> - <javacc target="${htmldir}/HtmlParser.jj" javacchome="${JAVACC_HOME}"/> <javacc target="${javadir}/JavaParser.jj" javacchome="${JAVACC_HOME}"/> --- 38,41 ---- *************** *** 75,79 **** </target> ! <target name="clean" description="Clean the development artifacts (includes exported source)"> <delete dir="${java}"/> --- 73,77 ---- </target> ! <target name="clean" depends="init" description="Clean the development artifacts (includes exported source)"> <delete dir="${java}"/> *************** *** 96,100 **** </target> ! <target name="cleantest" description="This deletes the test directory"> <delete dir="${test}"/> --- 94,98 ---- </target> ! <target name="cleantest" depends="init" description="This deletes the test directory"> <delete dir="${test}"/> *************** *** 117,121 **** <property name="arg.extra" value=""/> ! <target name="opendev" description="Opens up Sheets in order to edit the code"> <!-- If there is no database file, we add the list of imports to the command line --> --- 115,119 ---- <property name="arg.extra" value=""/> ! <target name="opendev" depends="init" description="Opens up Sheets in order to edit the code"> <!-- If there is no database file, we add the list of imports to the command line --> *************** *** 136,140 **** </target> ! <target name="exportcode" unless="export.exists" description="Exports the code and immediately exits sheets"> <antcall target="opendev"> --- 134,138 ---- </target> ! <target name="exportcode" depends="init" unless="export.exists" description="Exports the code and immediately exits sheets"> <antcall target="opendev"> Index: todo.txt =================================================================== RCS file: /cvsroot/sheets/sheets/todo.txt,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** todo.txt 4 Dec 2002 21:11:30 -0000 1.3 --- todo.txt 11 Dec 2002 22:13:48 -0000 1.4 *************** *** 3,13 **** release criteria: move graphics to org.browsecode.graphics fix docbook support new bugs: ! Doesn't persist project root on close/open Tab key doesn't work on JDK1.4.1 - Sheets still collapsed on show-in-context for nested fragments PoE error on close related to deleting a file header? Compile doesn't work when you Compile from the Dialog --- 3,16 ---- release criteria: + update license notices in code move graphics to org.browsecode.graphics fix docbook support new bugs: ! VTables completely broken? ! No way to specify that a sheet is best shown nested (we currently lose this information for existing sheets, which is bad) ! Red highlighting for Section and Document titles no longer works after change to RTV ! Anti-aliasing turns on when drawing widgets -- should be globally controlled by a variable for text/widgets separately Tab key doesn't work on JDK1.4.1 PoE error on close related to deleting a file header? Compile doesn't work when you Compile from the Dialog *************** *** 23,26 **** --- 26,33 ---- * Graphics: + * Highlight doc links on rollover + * Click directly on arrow to close (don't permit random clicks in vertical bar of ToC) + * Implement rollovers on arrows, control blocks, and attributes + * Add bevel to sheet editing background Add bevel to ok/cancel buttons and reverse bevel in edit area (and fix edit area color) Put in new logo (with an indeterminate progress bar for now) *************** *** 28,41 **** * Documentation: ! Fix output to conform to apache dtds ! - Add a new Document fragment Restrict addition of new fragments to those supported by DTD * Website: - Test with released version of Centipede - - pick up any web page changes Set-up sourceforge site - modify website to have sourceforge nav bar ! - setup virtual hosting Add JDepend, Checksite results Integrate generated documentation (see documentation section above) --- 35,54 ---- * Documentation: ! Create fragment-rendered attributes for use in document element ! Enable syntax highlighting for Sheet-Viewed fragments ! Add new elements to fill out documentv1.1 DTD ! - need a Definition List first ! Decide what to do with Edit Commands and Edit Variables ! Properly export anchor element ! Allow user to specify their own id as an attribute (with the fall-back being the archival id) Restrict addition of new fragments to those supported by DTD + Update the architectural documentation to reflect current code status * Website: Set-up sourceforge site - modify website to have sourceforge nav bar ! - move website content from current page ! - point domain at new page ! - register with search engines (yahoo, altavista, google, etc.) Add JDepend, Checksite results Integrate generated documentation (see documentation section above) *************** *** 51,54 **** --- 64,68 ---- * ByteCode Completion + * Change ${classpath} to be ${java.class.path} and handle general property lookup Fix a few odd cases ("System.out.println") Need to have repository traverse jars with embedded classpaths *************** *** 147,148 **** --- 161,182 ---- make use of web start use 1.4 printing API + + Release Checklist: + - Build distributions + - Write announcement + - Tag CVS + - Upload distributions + - Generate web content and upload + - Bump release id (in code/images, etc) + - Send announcements to sourceforge mailing lists + - External Promotion: Krysalis, Kunststoff, Forrest + - news to newsgroups: comp.lang.java.softwaretools + - post stories on + *) jakarta news page + *) theserverside.com + *) freshmeat.net + *) www.javaworld.com + *) www.javalobby.com + *) www.jguru.com + *) www.slashdot.org + (and follow them up) |