From: <ox-...@us...> - 2002-12-12 13:23:32
|
Update of /cvsroot/sheets/sheets In directory sc8-pr-cvs1:/tmp/cvs-serv19746 Modified Files: Sheets.sheets todo.txt Log Message: Updated bootstrap jar -- I've decided that distinguishing between sheets that are best shown in their own frame and best shown nested is not important. Enable syntax highlighting for Sheet-Viewed fragments Added version and type attributes to document sheets Changed the color and style of document and section sheet viewers Document nodes now use the first line for the title and remaining lines for subtitle (with different styles) Added a new superscript and subscript style, and linked these to the <sup>, <sub> tags Documents starting with "<?xml..." now parse correctly Index: Sheets.sheets =================================================================== RCS file: /cvsroot/sheets/sheets/Sheets.sheets,v retrieving revision 1.27 retrieving revision 1.28 diff -C2 -d -r1.27 -r1.28 *** Sheets.sheets 11 Dec 2002 22:13:46 -0000 1.27 --- Sheets.sheets 12 Dec 2002 13:23:26 -0000 1.28 *************** *** 8401,8404 **** --- 8401,8405 ---- nkramer:1594 nkramer:702 + schin:1145 nkramer:708 nkramer:15164 *************** *** 31538,31547 **** section text nkramer:30608 protected String[] DocExpert.persistenceTypes () { [...3832 lines suppressed...] title=File Exporting type=sheet --- 107348,107351 ---- *************** *** 107687,107691 **** wlott:2731 object wlott:2931 - filename=>classes title=RichTextViewer type=sheet --- 107433,107436 ---- *************** *** 107840,107843 **** --- 107585,107590 ---- wlott:3162 wlott:3224 + schin:1154 + schin:1155 nkramer:31967 nkramer:31968 Index: todo.txt =================================================================== RCS file: /cvsroot/sheets/sheets/todo.txt,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** todo.txt 11 Dec 2002 22:13:48 -0000 1.4 --- todo.txt 12 Dec 2002 13:23:28 -0000 1.5 *************** *** 33,47 **** Put in new logo (with an indeterminate progress bar for now) Change attribute graphics (make resizable vector images?) * 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: --- 33,52 ---- Put in new logo (with an indeterminate progress bar for now) Change attribute graphics (make resizable vector images?) + Would be nice to highlight any obvious code traversal links in comments * Documentation: + Set fileName attribute on document import + Better error message on exporting a document with no fileName + Better error reporting on parse errors (show an error on the line) + Handle missing version attributes better Create fragment-rendered attributes for use in document element Add new elements to fill out documentv1.1 DTD + Update Sheets Documentation with new elements - need a Definition List first Decide what to do with Edit Commands and Edit Variables Properly export anchor element Restrict addition of new fragments to those supported by DTD Update the architectural documentation to reflect current code status + Handle <br> tag * Website: *************** *** 108,111 **** --- 113,117 ---- Improvements: + Don't open sheets main window when set to immediate export Deprecate sheets properties (display sheet as a menu, etc.). Color sheets according to whether they are exported, and whether they contain subsheets. When importing, do not populate default project import location. |