One point here is that if the parsing began at the current cursor location and wrapped round the bottom of the file, people would be a lot more tolerant of slow parsing. As long as the line you are working on has any errors and warnings highlighted, you don't mind as much that it is still parsing the off-screen parts of the file.
The "what size file is reasonable" question is a tough one. I currently have the misfortune to be working on a project where a previous "senior" coder thought that an ideal java project should have as few classes as possible. (I seriously believe he would have put the entire app into one static method if possible.) I suppose it would be useful if the parser were configurable in such a way that you could specify it should perform different levels of parsing for files of different lengths. (I.e. "Files over x lines, enable syntax checking, disable flow analysis, etc"); On Wednesday 02 October 2002 00:04 am, you wrote: >�On an average machine, how long should parsing reasonably take for a >�java file? And how many lines do you consider reasonable in a java file >�to time parsing? >� >�Thanks, >�Jon >� >�Eugene Belyaev wrote: >�> Hi, >�> >�> In #651 we have fixed a number of performance issues, so please check it > and > report asap. >�> >�> Thanks, >�> Eugene Belyaev >� >�_______________________________________________ >�Eap-bugs mailing list >�[EMAIL PROTECTED] >�http://lists.jetbrains.com/mailman/listinfo/eap-bugs >� ============================================================================== This email and any files transmitted with it are confidential and intended solely for the use of the individual or entity to whom they are addressed. All information is the view of the individual and not necessarily the company. If you are not the intended recipient you are hereby notified that any dissemination, distribution, or copying of this communication and its attachments is strictly prohibited. If you have received this email in error please notify: [EMAIL PROTECTED] ============================================================================== _______________________________________________ Eap-bugs mailing list [EMAIL PROTECTED] http://lists.jetbrains.com/mailman/listinfo/eap-bugs
