mirror of
https://github.com/processing/processing4.git
synced 2026-02-12 10:00:42 +01:00
changes to lighting api and reworking build process for packages
This commit is contained in:
@@ -582,6 +582,7 @@ public class PdeEditor extends JFrame
|
||||
item = new JMenuItem("Auto Format");
|
||||
item.addActionListener(new ActionListener() {
|
||||
public void actionPerformed(ActionEvent e) {
|
||||
//new AutoFormat(PdeEditor.this).show();
|
||||
handleBeautify();
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user