mirror of
https://github.com/processing/processing4.git
synced 2026-02-03 13:49:18 +01:00
remove ErrorMarker hack, make it standard in Editor
This commit is contained in:
@@ -90,6 +90,7 @@ public class JavaEditor extends Editor {
|
||||
|
||||
hasJavaTabs = checkForJavaTabs();
|
||||
|
||||
/*
|
||||
// hack to add a JPanel to the right-hand side of the text area
|
||||
JPanel textAndError = new JPanel();
|
||||
// parent is a vertical box with the toolbar, the header, and the text area
|
||||
@@ -103,6 +104,7 @@ public class JavaEditor extends Editor {
|
||||
textAndError.add(textarea);
|
||||
// add our hacked version back to the editor
|
||||
box.add(textAndError);
|
||||
*/
|
||||
|
||||
getPdeTextArea().setMode(jmode);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user