How to disable file analysis at project startup ?

Integrated Development Environment issues like IntelliTips, Resource Editor, and the ClassViewer (with the Tags tab selected in the Workspace Manager).

How to disable file analysis at project startup ?

Postby Fredouille45 » Thu May 31, 2007 12:33 pm

Hi,

I have an ASP project which contains some asp files and more than 4.000 html files.

Each time I open my project, UEStudio analyses all those files. How can I disable this analysis ?

I just need to keep autocompletion and the list of the functions of the current file.

Thnaks for your help,

Fred
User avatar
Fredouille45
Newbie
 
Posts: 2
Joined: Mon Mar 19, 2007 11:00 pm

Re: How to disable file analysis at project startup ?

Postby Mofi » Sun Jun 10, 2007 12:03 pm

I think, there is no option to disable parsing all project files on project load when using the UEStudio internal parser. Best is to ask IDM support per email, if there is already such an option or not and post the answer here.

If there is really no such option as I suppose, write a feature request email because for large projects with hundreds and thousands of files it is really better to have a "Parse all project files" command in the toolbar/menu which is executed when the user thinks it is necessary and not always automatically on project load, although the internal parser parses for symbols only in those files which were changed since last parse of the current file (according to help, not verified with for example Filemon).

When using CTags instead of the integrated IntelliTips parser there is already such an option in the project settings. So why should the IntelliTips parser not have also such an option.
User avatar
Mofi
Grand Master
Grand Master
 
Posts: 3937
Joined: Thu Jul 29, 2004 11:00 pm
Location: Vienna

Re: How to disable file analysis at project startup ?

Postby PaoloFCantoni » Sun Jun 10, 2007 9:24 pm

Gets my vote !

Paolo
User avatar
PaoloFCantoni
Power User
Power User
 
Posts: 113
Joined: Sun May 01, 2005 11:00 pm
Location: Perth, Western Australia

Re: How to disable file analysis at project startup ?

Postby Fredouille45 » Wed Jun 13, 2007 5:36 am

Hi,

Thanks for your reply.
Is it possible to say to UEStudio to analyze only certain file types (eg : asp files and not html files )?

Fred
User avatar
Fredouille45
Newbie
 
Posts: 2
Joined: Mon Mar 19, 2007 11:00 pm


Return to IDE (ClassViewer, IntelliTips, ...)