changes to lighting api and reworking build process for packages

This commit is contained in:
benfry
2005-04-12 20:19:30 +00:00
parent 96c41467bb
commit c239b284ae
14 changed files with 556 additions and 552 deletions

View File

@@ -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();
}
});