@ -1,7 +1,4 @@
( jde-set-project-name " jode " )
( jde-set-project-name " default " )
( jde-set-variables
( jde-set-variables
' ( jde-run-option-properties nil )
' ( jde-run-option-properties nil )
' ( jde-run-option-stack-size ( quote ( ( 128 . " kilobytes " ) ( 400 . " kilobytes " ) ) ) )
' ( jde-run-option-stack-size ( quote ( ( 128 . " kilobytes " ) ( 400 . " kilobytes " ) ) ) )
@ -54,7 +51,7 @@
' ( jde-use-font-lock t )
' ( jde-use-font-lock t )
' ( jde-db-option-garbage-collection ( quote ( t t ) ) )
' ( jde-db-option-garbage-collection ( quote ( t t ) ) )
' ( jde-gen-class-buffer-template ( quote ( " (funcall jde-gen-boilerplate-function) " " \" package jode; \" 'n " " 'n " " \" /** \" 'n " " \" * \" 'n " " \" * @author \" (user-full-name) 'n " " \" */ \" 'n " " \" public class \" (file-name-sans-extension (file-name-nondirectory buffer-file-name)) " " \" \" (jde-gen-get-super-class) \" { \" 'n " " > 'n " " > \" public \" (file-name-sans-extension (file-name-nondirectory buffer-file-name)) \" () { \" 'n " " > 'p 'n " " > \" } \" 'n " " > 'n " " > \" } \" 'n " ) ) )
' ( jde-gen-class-buffer-template ( quote ( " (funcall jde-gen-boilerplate-function) " " \" package jode; \" 'n " " 'n " " \" /** \" 'n " " \" * \" 'n " " \" * @author \" (user-full-name) 'n " " \" */ \" 'n " " \" public class \" (file-name-sans-extension (file-name-nondirectory buffer-file-name)) " " \" \" (jde-gen-get-super-class) \" { \" 'n " " > 'n " " > \" public \" (file-name-sans-extension (file-name-nondirectory buffer-file-name)) \" () { \" 'n " " > 'p 'n " " > \" } \" 'n " " > 'n " " > \" } \" 'n " ) ) )
' ( jde-compiler " javac " )
' ( jde-compiler " jikes +E " )
' ( jde-jdk-doc-url " file:/usr/doc/packages/jdk115/docs/index.html " )
' ( jde-jdk-doc-url " file:/usr/doc/packages/jdk115/docs/index.html " )
' ( jde-db-debugger ( quote ( " jdb " . " Executable " ) ) )
' ( jde-db-debugger ( quote ( " jdb " . " Executable " ) ) )
' ( jde-compile-option-optimize-interclass nil )
' ( jde-compile-option-optimize-interclass nil )
@ -78,7 +75,7 @@
' ( jde-compile-option-nowarn nil )
' ( jde-compile-option-nowarn nil )
' ( jde-gen-jfc-app-buffer-template ( quote ( " (funcall jde-gen-boilerplate-function) 'n " " \" import java.awt.*; \" 'n " " \" import java.awt.event.*; \" 'n " " \" import com.sun.java.swing.*; \" 'n 'n " " \" /** \" 'n " " \" * \" " " (file-name-nondirectory buffer-file-name) 'n " " \" * \" 'n " " \" * \" 'n " " \" * Created: \" (current-time-string) 'n " " \" * \" 'n " " \" * @author \" (user-full-name) 'n " " \" * @version \" 'n " " \" */ \" 'n> " " 'n> " " \" public class \" " " (file-name-sans-extension (file-name-nondirectory buffer-file-name)) " " \" extends JFrame { \" 'n> 'n> " " \" public \" " " (file-name-sans-extension (file-name-nondirectory buffer-file-name)) " " \" () { \" 'n> " " \" super( \\ \" \" (P \" Enter app title: \" ) \" \\ \" ); \" 'n> " " \" setSize(600, 400); \" 'n> " " \" addWindowListener(new WindowAdapter() { \" 'n> " " \" public void windowClosing(WindowEvent e) {System.exit(0);} \" 'n> " " \" public void windowOpened(WindowEvent e) {}}); \" 'n> " " \" } \" 'n> " " 'n> " " \" public static void main(String[] args) { \" 'n> " " 'n> " " (file-name-sans-extension (file-name-nondirectory buffer-file-name)) " " \" f = new \" " " (file-name-sans-extension (file-name-nondirectory buffer-file-name)) " " \" (); \" 'n> " " \" f.show(); \" 'n> " " 'p 'n> " " \" } \" 'n> 'n> " " \" } // \" " " (file-name-sans-extension (file-name-nondirectory buffer-file-name)) " " 'n> " ) ) )
' ( jde-gen-jfc-app-buffer-template ( quote ( " (funcall jde-gen-boilerplate-function) 'n " " \" import java.awt.*; \" 'n " " \" import java.awt.event.*; \" 'n " " \" import com.sun.java.swing.*; \" 'n 'n " " \" /** \" 'n " " \" * \" " " (file-name-nondirectory buffer-file-name) 'n " " \" * \" 'n " " \" * \" 'n " " \" * Created: \" (current-time-string) 'n " " \" * \" 'n " " \" * @author \" (user-full-name) 'n " " \" * @version \" 'n " " \" */ \" 'n> " " 'n> " " \" public class \" " " (file-name-sans-extension (file-name-nondirectory buffer-file-name)) " " \" extends JFrame { \" 'n> 'n> " " \" public \" " " (file-name-sans-extension (file-name-nondirectory buffer-file-name)) " " \" () { \" 'n> " " \" super( \\ \" \" (P \" Enter app title: \" ) \" \\ \" ); \" 'n> " " \" setSize(600, 400); \" 'n> " " \" addWindowListener(new WindowAdapter() { \" 'n> " " \" public void windowClosing(WindowEvent e) {System.exit(0);} \" 'n> " " \" public void windowOpened(WindowEvent e) {}}); \" 'n> " " \" } \" 'n> " " 'n> " " \" public static void main(String[] args) { \" 'n> " " 'n> " " (file-name-sans-extension (file-name-nondirectory buffer-file-name)) " " \" f = new \" " " (file-name-sans-extension (file-name-nondirectory buffer-file-name)) " " \" (); \" 'n> " " \" f.show(); \" 'n> " " 'p 'n> " " \" } \" 'n> 'n> " " \" } // \" " " (file-name-sans-extension (file-name-nondirectory buffer-file-name)) " " 'n> " ) ) )
' ( jde-db-option-application-args nil )
' ( jde-db-option-application-args nil )
' ( jde-gen-buffer-boilerplate ( quote ( " \" /* \" " " (file-name-nondirectory buffer-file-name) " " \ " Copyright (C) 1997-1998 Jochen Hoenicke. \ " 'n" " \" * \ " 'n" " \ " * This program is free software; you can redistribute it and/or modify \ " 'n" " \" * it under the terms of the GNU General Public License as published by \ " 'n" " \" * the Free Software Foundation; either version 2, or (at your option) \ " 'n" " \" * any later version. \ " 'n" " \" * \ " 'n" " \" * This program is distributed in the hope that it will be useful, \ " 'n" " \" * but WITHOUT ANY WARRANTY; without even the implied warranty of \ " 'n" " \ " * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the \ " 'n" " \" * GNU General Public License for more details. \ " 'n" " \" * \ " 'n" " \" * You should have received a copy of the GNU General Public License \ " 'n" " \ " * along with this program; see the file COPYING. If not, write to \ " 'n" " \" * the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. \" 'n " " \" * \" 'n " " \" * $Id$ \" 'n " " \ " */ \ " 'n" ) ) )
' ( jde-gen-buffer-boilerplate ( quote ( " /* " ( file-name-nondirectory buffer-file-name ) " Copyright (C) 1997-1998 Jochen Hoenicke. " 'n " * " 'n " * This program is free software; you can redistribute it and/or modify " 'n " * it under the terms of the GNU General Public License as published by " 'n " * the Free Software Foundation; either version 2, or (at your option) " 'n " * any later version. " 'n " * " 'n " * This program is distributed in the hope that it will be useful, " 'n " * but WITHOUT ANY WARRANTY; without even the implied warranty of " 'n " * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the " 'n " * GNU General Public License for more details. " 'n " * " 'n " * You should have received a copy of the GNU General Public License " 'n " * along with this program; see the file COPYING. If not, write to " 'n " * the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. " 'n " * " 'n " * $ " " Id$ " 'n " */ " 'n ) ) )
' ( jde-db-option-heap-size ( quote ( ( 1 . " megabytes " ) ( 16 . " megabytes " ) ) ) )
' ( jde-db-option-heap-size ( quote ( ( 1 . " megabytes " ) ( 16 . " megabytes " ) ) ) )
' ( jde-compile-option-verbose nil )
' ( jde-compile-option-verbose nil )
' ( jde-mode-abbreviations ( quote ( ( " ab " . " abstract " ) ( " bo " . " boolean " ) ( " br " . " break " ) ( " by " . " byte " ) ( " byv " . " byvalue " ) ( " cas " . " cast " ) ( " ca " . " catch " ) ( " ch " . " char " ) ( " cl " . " class " ) ( " co " . " const " ) ( " con " . " continue " ) ( " de " . " default " ) ( " dou " . " double " ) ( " el " . " else " ) ( " ex " . " extends " ) ( " fa " . " false " ) ( " fi " . " final " ) ( " fin " . " finally " ) ( " fl " . " float " ) ( " fo " . " for " ) ( " fu " . " future " ) ( " ge " . " generic " ) ( " go " . " goto " ) ( " impl " . " implements " ) ( " impo " . " import " ) ( " ins " . " instanceof " ) ( " in " . " int " ) ( " inte " . " interface " ) ( " lo " . " long " ) ( " na " . " native " ) ( " ne " . " new " ) ( " nu " . " null " ) ( " pa " . " package " ) ( " pri " . " private " ) ( " pro " . " protected " ) ( " pu " . " public " ) ( " re " . " return " ) ( " sh " . " short " ) ( " st " . " static " ) ( " su " . " super " ) ( " sw " . " switch " ) ( " sy " . " synchronized " ) ( " th " . " this " ) ( " thr " . " throw " ) ( " throw " . " throws " ) ( " tra " . " transient " ) ( " tr " . " true " ) ( " vo " . " void " ) ( " vol " . " volatile " ) ( " wh " . " while " ) ) ) )
' ( jde-mode-abbreviations ( quote ( ( " ab " . " abstract " ) ( " bo " . " boolean " ) ( " br " . " break " ) ( " by " . " byte " ) ( " byv " . " byvalue " ) ( " cas " . " cast " ) ( " ca " . " catch " ) ( " ch " . " char " ) ( " cl " . " class " ) ( " co " . " const " ) ( " con " . " continue " ) ( " de " . " default " ) ( " dou " . " double " ) ( " el " . " else " ) ( " ex " . " extends " ) ( " fa " . " false " ) ( " fi " . " final " ) ( " fin " . " finally " ) ( " fl " . " float " ) ( " fo " . " for " ) ( " fu " . " future " ) ( " ge " . " generic " ) ( " go " . " goto " ) ( " impl " . " implements " ) ( " impo " . " import " ) ( " ins " . " instanceof " ) ( " in " . " int " ) ( " inte " . " interface " ) ( " lo " . " long " ) ( " na " . " native " ) ( " ne " . " new " ) ( " nu " . " null " ) ( " pa " . " package " ) ( " pri " . " private " ) ( " pro " . " protected " ) ( " pu " . " public " ) ( " re " . " return " ) ( " sh " . " short " ) ( " st " . " static " ) ( " su " . " super " ) ( " sw " . " switch " ) ( " sy " . " synchronized " ) ( " th " . " this " ) ( " thr " . " throw " ) ( " throw " . " throws " ) ( " tra " . " transient " ) ( " tr " . " true " ) ( " vo " . " void " ) ( " vol " . " volatile " ) ( " wh " . " while " ) ) ) )