mirror of
https://github.com/processing/processing4.git
synced 2026-06-16 04:26:26 +02:00
all set with the separation
This commit is contained in:
@@ -47,7 +47,7 @@ public class ErrorTable extends JTable {
|
||||
Editor editor;
|
||||
|
||||
static final String[] columnNames = {
|
||||
"",
|
||||
"", // the blank column used for spacing
|
||||
Language.text("editor.footer.errors.problem"),
|
||||
Language.text("editor.footer.errors.tab"),
|
||||
Language.text("editor.footer.errors.line")
|
||||
|
||||
@@ -939,7 +939,7 @@ public class ErrorCheckerService implements Runnable {
|
||||
p.setImportSuggestions(si);
|
||||
// errorData[index][0] = "<html>" + p.getMessage() +
|
||||
// " (<font color=#0000ff><u>Import Suggestions available</u></font>)</html>";
|
||||
message += " (click for suggested libraries)";
|
||||
message += " (double-click for suggestions)";
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user