Editor freezes

vlevi

Member³
When I type into a program window, sometimes the editor hangs, about half a second, and then countiues working fine.
Maybe something strange is happening.
During this half second hangup, I typed a text, inside brackets.
mc_result:='something to return...';
As I see, the UpdateConnectionsChildList is called too frequently.

I don't know, if debug.txt helps, but I do not see anything...

01:50:18.193 FileAge: Z:\PYRAMID\2018\PIRBER2018\msz_ora\2018_4794_003_uj.sql = 15:34:36
01:50:18.209 Lock
01:50:18.209 UnLock
01:50:18.210 Lock
01:50:18.219 UnLock
01:50:18.220 UpdateConnectionsChildList start
01:50:18.224 UpdateConnectionsChildList ConnectionFolders.Count = 165
01:50:18.224 UpdateConnectionsChildList CheckList.Count = 165
01:50:18.257 UpdateConnectionsChildList RemoveList.Count = 0
01:50:18.258 UpdateConnectionsChildList EndUpdate
01:50:18.258 UpdateConnectionsChildList end
01:50:18.259 NavigationBookmarks.EnableButtons(Rebuild)
01:50:18.259 NavigationBookmarks: Backward=10, Forward=0
01:50:18.260 WindowAllowed(1)
01:50:18.261 WindowAllowed done
01:50:18.261 WindowAllowed(2)
01:50:18.262 WindowAllowed done
01:50:18.262 WindowAllowed(6)
01:50:18.263 WindowAllowed done
01:50:18.263 WindowAllowed(4)
01:50:18.264 WindowAllowed done
01:50:18.264 WindowAllowed(5)
01:50:18.265 WindowAllowed done
 
I tried to simply push the spacebar button continously, and at every 20-30 characters, the editor hangs for half a second...
Overall, the program window editor feels struggling.
I don't understand, because I have Intel i5-2310 desktop processor, 8GB RAM, FullHD monitor.
 
Does this happen in any Window Type (SQL Window, Program Window, Test Window)? Or just for a specific Window Type or even a specific file?
 
Most noticeable in a program window, if you are in the 2nd, 3rd,... tab page.
But not only the program window, but the command window editor is slower.
I opened the same sql script with the 13 beta, and the 12 version, and tried to write a full line of spaces. With the 13, it took more time to finish. And during typing, I feel, that the editor response isn't as good as it was before.
 
Back
Top