recursive sketch folders now work

but coloring seems to be pretty flakey
This commit is contained in:
benfry
2002-10-23 01:45:43 +00:00
parent 3b300df5f1
commit ad8d541d63
4 changed files with 78 additions and 26 deletions

View File

@@ -125,13 +125,13 @@ public class PdeEditor extends Panel {
viewport.add(textarea);
// viewport.setScrollMode(JViewport.BLIT_SCROLL_MODE);
//textarea.setFont(PdeBase.getFont("editor.program.font",
// new Font("Monospaced",
// Font.PLAIN, 12)));
//textarea.setForeground(PdeBase.getColor("editor.program.fgcolor",
// Color.black));
//textarea.setBackground(PdeBase.getColor("editor.program.bgcolor",
// Color.white));
textarea.setFont(PdeBase.getFont("editor.program.font",
new Font("Monospaced",
Font.PLAIN, 12)));
textarea.setForeground(PdeBase.getColor("editor.program.fgcolor",
Color.black));
textarea.setBackground(PdeBase.getColor("editor.program.bgcolor",
Color.white));
rightPanel.add("Center", scroller);
//rightPanel.add("Center", textarea);