Sublime Forum

Issues with Cut and Paste lagging

#1

I am using sublime 2.0.2 and am having issues with lag when I hit ctrl-x.
The cut of selected text is lagging quite a bit (about 5 second).
When I move my cursor in those 5 seconds to another location in my code, it cuts that line instead…
Same with pasting which does not seem responding.
Its quite annoying to work with it when its in that state.

Its seems it was okay, but recently I get into those situations more and more.
I can`t say for sure, but perhaps its comes from the fact that I sometimes try to open text files in sublime
from within Maya using MEL-code?!
Something like this:

string $fileName = “custom.mel”; exec (“sublime -new " + $fileName + " &”);

I am on linux CentOS 6.5 btw.
These are error messages I see in the terminal:

(sublime_text:23081): GLib-CRITICAL **: g_main_loop_quit: assertion `loop != NULL’ failed

(sublime_text:23081): GLib-CRITICAL **: g_main_loop_quit: assertion `loop != NULL’ failed

(sublime_text:23081): GLib-CRITICAL **: g_main_loop_quit: assertion `loop != NULL’ failed

(sublime_text:23081): GLib-CRITICAL **: g_main_loop_quit: assertion `loop != NULL’ failed

(sublime_text:23081): GLib-CRITICAL **: g_main_loop_quit: assertion `loop != NULL’ failed

(sublime_text:23081): GLib-CRITICAL **: g_main_loop_quit: assertion `loop != NULL’ failed

(sublime_text:23081): GLib-CRITICAL **: g_main_loop_quit: assertion `loop != NULL’ failed

(sublime_text:23081): GLib-CRITICAL **: g_main_loop_quit: assertion `loop != NULL’ failed

thank you,
Nico.

0 Likes