ability to set the browser used by linux

This commit is contained in:
benfry
2004-01-19 19:29:02 +00:00
parent ceae543089
commit 956a02ded3
4 changed files with 78 additions and 52 deletions
+3
View File
@@ -134,6 +134,9 @@ cd app
# but for now, the parser is only built when the work dir
# is created, to speed the build process.
echo Removing preproc code so it will regenerate
rm preprocessor/expandedpde.g
if test -f preprocessor/expandedpde.g
then
echo
+6 -1
View File
@@ -83,7 +83,6 @@ editor.eolmarkers.color=#99991A
editor.invalid=false
editor.invalid.style=#7E7E00,bold
buttons.bgcolor = #999988
buttons.status.font = SansSerif,plain,10
buttons.status.color = #333322
@@ -177,6 +176,9 @@ compiler.substitute_floats = true
compiler.substitute_image = false
compiler.substitute_font = false
# auto-convert non-ascii chars to unicode escape sequences
compiler.substitute_unicode = true
# PdeCompiler.java
# writes out the parse tree as parseTree.xml, which can be usefully
# viewed in (at least) Mozilla or IE. useful when debugging the preprocessor.
@@ -193,3 +195,6 @@ compiler.imports.jdk13 = javax.sound.midi,javax.sound.midi.spi,javax.sound.sampl
# additional imports when exporting to java 1.4 or higher
compiler.imports.jdk14 = javax.xml.parsers,javax.xml.transform,javax.xml.transform.dom,javax.xml.transform.sax,javax.xml.transform.stream,org.xml.sax,org.xml.sax.ext,org.xml.sax.helpers
# set the browser to be used on linux
browser.linux = mozilla