Has Any One Noticed Longer File Open Delays
When i open a file from the project window and small file with no more then 20 lines of code in a project that only contains 2 folders and 14 files. there seams to be a mild delay every time i open a file. what might cause this.
Comments
I'm not seeing this. What OS are you on and what version of Wing is it? It could be any number of things. It's probably too short a window to profile, but that is possible as follows: (1) Use Edit -> Command By Name and enter: internal-profile-start, (2) Use Wing and do what you want to profile, (3) Use Edit -> Command By Name and enter: internal-profile-stop, (4) submit a bug report from Wing's help menu and check the box to include the error log. Binding those commands to a key may make it easier to profile the action, but if there is too much else going on in Wing's async tasks then the profile won't show anything useful.