From: <ox-...@us...> - 2002-11-20 20:58:25
|
Update of /cvsroot/sheets/sheets In directory sc8-pr-cvs1:/tmp/cvs-serv10540 Modified Files: Sheets.sheets Log Message: Made some big stability improvements! This gets rid of the random exeptions that were coming from the completion support, and fixes some cases where completion did not work correctly. Another big change was the addition of a per-project classpath attribute that is currently used for completion, but will later be used for compilation as well. List of fixes: * Support for per-project classpath entries (used for completion now, and later compilation) * Fixed some bytecode completion omissions * Update the database to include new transient archival reference feature * Made byte code objects transient archival references * Modified PVector to properly handle transient archival references Index: Sheets.sheets =================================================================== RCS file: /cvsroot/sheets/sheets/Sheets.sheets,v retrieving revision 1.18 retrieving revision 1.19 diff -C2 -d -r1.18 -r1.19 *** Sheets.sheets 14 Nov 2002 20:58:35 -0000 1.18 --- Sheets.sheets 20 Nov 2002 20:57:43 -0000 1.19 *************** *** 5226,5229 **** --- 5226,5230 ---- import java.util.regex.*; import org.apache.bcel.*; + import org.apache.bcel.util.*; import org.apache.bcel.classfile.*; section file-header-for nkramer:655 *************** *** 13149,13152 **** --- 13150,13154 ---- rgs:6947 [...1020 lines suppressed...] schin:729 + lightWeight:separator + schin:725 + schin:726 + schin:727 + schin:1067 schin:1017 schin:730 schin:731 + schin:1064 schin:943 schin:732 *************** *** 108100,108103 **** --- 108393,108397 ---- wlott:135 wlott:136 + schin:1070 wlott:137 wlott:138 |