Quote: |
it seems to load all the files to memory or at least it runs through because it shows on the statusbar the file names being processed |
Indeed, PhpED scans all the project directories and it takes some time.
Quote: |
I thought that maybe it's possible to speed up in a that way, that although i have many projects in my workspace only one project may have active (and loaded to memory when other projects remain inactive and not touched at all). Makes it sense? What do you think? |
While it's possible to have only one active project at a time, you still may right-click on the files and directories beloging to non-active projects. So their structure should be scanned first.
Probably some of directories and files have no relation to your PHP works. To reduce time the IDE spends for the scans, you may want to add them to the IGNORE lists. See project's and directories' properties. It would reduce memory consumption too.
Quote: |
2. When i edit a bit bigger file then the editor get soooooo slow that it's not possible to do anything descent. For me, even if I have like 260k php code and when i try to edit this - after every step i have to wait when phped is completeing whatever it does... |
Please make sure you're running the latest version (build 4043 at the moment). We constantly pay attention to problems related to performance and it's known that 4043 runs substantially faster.