How to disable file analysis at project startup ?

How to disable file analysis at project startup ?

2

    May 31, 2007#1

    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

    6,600548
    Grand MasterGrand Master
    6,600548

      Jun 10, 2007#2

      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.
      Best regards from an UC/UE/UES for Windows user from Austria

      112
      Power UserPower User
      112

        Jun 11, 2007#3

        Gets my vote !

        Paolo
        There is no such thing as an inconsistently correct system...
        Therefore, aim for consistency; in the expectation of reaching correctness!

        2

          Jun 13, 2007#4

          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