mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-10 13:29:32 -06:00
*** empty log message ***
This commit is contained in:
@@ -1988,7 +1988,7 @@ public class GFEditor2 extends JFrame implements ActionListener, CaretListener,
|
||||
String less = "\\"+"<";
|
||||
restString = replaceSubstring(restString,more,"> ");
|
||||
restString = replaceSubstring(restString,less," <");
|
||||
restString= replaceSubstring(restString,"\b\b","\b");
|
||||
restString= replaceSubstring(restString,"\\\\"," \\");
|
||||
if (debug4)
|
||||
System.out.println(restString);
|
||||
output.append(restString.replaceAll("&-","\n "));
|
||||
|
||||
Reference in New Issue
Block a user