/jEdit/tags/jedit-4-0-pre3/startup/clipboardHangWorkaround.bsh
# · Unknown · 9 lines · 8 code · 1 blank · 0 comment · 0 complexity · bfb5539d13886745dcc61e821bf65090 MD5 · raw file
- /* It has been reported that under some Java versions on Linux, jEdit hangs
- * inside AWT code when attempting to use copy and paste.
- *
- * Until a solution to the problem is found, if you experience it, you can
- * uncomment the next line. It will make jEdit not use the system clipboard
- * for copy and paste. It will stop the hangs but prevent you from copying
- * text between jEdit and other applications. */
- // Registers.setRegister('$',new Registers.StringRegister(""));