From: <ox-...@us...> - 2003-04-02 19:01:50
|
Update of /cvsroot/sheets/sheets In directory sc8-pr-cvs1:/tmp/cvs-serv2884 Modified Files: Sheets.sheets Log Message: Fixed a bug relating to inner classes with the conservative export feature Fixed a major slowdown on X relating to transparency (remember to turn graphicsAntialiasing off) Index: Sheets.sheets =================================================================== RCS file: /cvsroot/sheets/sheets/Sheets.sheets,v retrieving revision 1.34 retrieving revision 1.35 diff -C2 -d -r1.34 -r1.35 *** Sheets.sheets 1 Apr 2003 08:25:55 -0000 1.34 --- Sheets.sheets 2 Apr 2003 19:00:34 -0000 1.35 *************** *** 363,372 **** section text nkramer:6 // Takes an existing "program as a sequence of characters" file, ! // and turns it into a single fragment (usually a sheet). Shouldn't ! // ever have to return null (that's what exceptions are for!) // "sharedCreations" contains common state for components that should be // referenced multiply rather than being redundantly created (such as Java // package headers.) ! abstract public Fragment LanguageExpert.importFile(File file, String project, int exportOptions, UVector sharedCreations) throws IOException; object nkramer:9 pkg=org.browsecode.sheets [...1058 lines suppressed...] - rgs:13144 - rgs:13148 - schin:193 - rgs:13162 - rgs:13187 - rgs:13190 - rgs:13160 - rgs:13149 - rgs:13150 - rgs:13151 - rgs:13152 - rgs:13145 - rgs:13146 - rgs:13191 - rgs:13164 - rgs:13154 - rgs:13155 object ram:2109 title=Applying --- 101707,101710 ---- |