mirror of
https://github.com/processing/processing4.git
synced 2026-06-16 04:26:26 +02:00
ability to set the browser used by linux
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
Reference in New Issue
Block a user