1
0
forked from GitHub/gf-core

*** empty log message ***

This commit is contained in:
janna
2004-10-02 21:00:55 +00:00
parent f64502d4a7
commit 4fe0119047
3 changed files with 302 additions and 2 deletions

View File

@@ -31,9 +31,9 @@ public class GFEditor2 extends JFrame implements ActionListener, CaretListener,
public MouseEvent m2;
public static String selectedText="";
public static boolean debug = false;
public static boolean debug = true;
public static boolean debug3 = false;
public static boolean debug2 = false;
public static boolean debug2 = true;
public static boolean selectionCheck = false;
public static String focusPosition = "";
public static String stringToAppend = "";