UEdit 12 very slow with large php files

Display customization and font issues

UEdit 12 very slow with large php files

Postby Ju2999 » Tue May 30, 2006 10:04 am

Hello,

ultraEdit V12 becomes unbelievably slow if you open a php file with
380kb and a lot of functions. How can I significantly speed UEdit
up? The computer I use is very fast.
User avatar
Ju2999
Newbie
 
Posts: 2
Joined: Mon May 29, 2006 11:00 pm

Re: UEdit 12 very slow with large php files

Postby Mofi » Tue May 30, 2006 10:38 am

Disable the code folding feature by unchecking the option Enable show/hide lines and code folding at Configuration - Editor Display -Code Folding.

The scan of the code folding engine for the fold strings in HTML/PHP pages is extremly time consuming because there are so many fold strings in HTML/PHP pages (every HTML block element, comments, {} in the PHP sections, ...).
User avatar
Mofi
Grand Master
Grand Master
 
Posts: 4042
Joined: Thu Jul 29, 2004 11:00 pm
Location: Vienna

Re: UEdit 12 very slow with large php files

Postby Ju2999 » Tue May 30, 2006 10:40 am

Thanks, this helps although it's still a be slow.
User avatar
Ju2999
Newbie
 
Posts: 2
Joined: Mon May 29, 2006 11:00 pm

Re: UEdit 12 very slow with large php files

Postby Mofi » Tue May 30, 2006 10:58 am

For further speed improvements the multi-language syntax highlighting for HTML files or even whole syntax highlighting for HTML files could be disabled. But I think it's better to wait a little while loading such big HTML/PHP files instead of editing it without syntax highlighting.
User avatar
Mofi
Grand Master
Grand Master
 
Posts: 4042
Joined: Thu Jul 29, 2004 11:00 pm
Location: Vienna

Re: UEdit 12 very slow with large php files

Postby aot2002 » Sat Sep 02, 2006 4:25 pm

Disable autosave it helps a lot though defeats the purpose...

UltraEdit needs to be more flexible when opening large files
HINT HINT the open dialog could have a simple checkbox saying LARGE FILES disable advanced features
User avatar
aot2002
Newbie
 
Posts: 2
Joined: Wed May 04, 2005 11:00 pm


Return to Editor Display