mirror of
https://github.com/processing/processing4.git
synced 2026-02-03 21:59:20 +01:00
@@ -310,7 +310,7 @@ public class PDEX {
|
||||
final JTree tree;
|
||||
|
||||
final JavaEditor editor;
|
||||
// final PreprocessingService pps;
|
||||
final PreprocessingService pps;
|
||||
|
||||
final Consumer<PreprocessedSketch> reloadListener;
|
||||
|
||||
@@ -319,7 +319,7 @@ public class PDEX {
|
||||
|
||||
ShowUsage(JavaEditor editor, PreprocessingService pps) {
|
||||
this.editor = editor;
|
||||
// this.pps = pps;
|
||||
this.pps = pps;
|
||||
|
||||
// Add show usage option
|
||||
JMenuItem showUsageItem = new JMenuItem(Language.text("editor.popup.show_usage"));
|
||||
|
||||
Reference in New Issue
Block a user