> Message: 1 > Date: Tue, 4 Oct 2005 14:30:45 -0500 > From: hIpPy <[EMAIL PROTECTED]> > Subject: [scite] Re: Scite-interest Digest, Vol 29, Issue 3 > To: [email protected] > Message-ID: > <[EMAIL PROTECTED]> > Content-Type: text/plain; charset=ISO-8859-1 > > Neil: > > > Individual .properties files are limited to 60000 bytes and your > > cpp.properties is larger than this. The keywords feature is designed > > for use with a small set of language keywords not for large sets of > > identifiers such as jdkclass.java used here. > > > > Neil > > Yes. That worked. :) > > thanks, > RM.
Neil, I changed the 60000 to 100000 and recompiled. src\SciTEProps.cxx:138: char lineBuffer[60000]; src\SciTEProps.cxx:157: char propsData[60000]; It seems to be working. Should I be aware of anything? Please let me know. Thanks, RM. _______________________________________________ Scite-interest mailing list [email protected] http://mailman.lyra.org/mailman/listinfo/scite-interest
