Importing Processing rev. 5503 (1.0.3).
BIN
build/shared/lib/about.jpg
Executable file
After Width: | Height: | Size: 94 KiB |
113
build/shared/lib/export/applet-opengl.html
Normal file
@@ -0,0 +1,113 @@
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
|
||||
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
||||
<head>
|
||||
<!-- charset must remain utf-8 to be handled properly by Processing -->
|
||||
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
|
||||
|
||||
<title>@@sketch@@ : Built with Processing</title>
|
||||
|
||||
<style type="text/css">
|
||||
/* <![CDATA[ */
|
||||
|
||||
body {
|
||||
margin: 60px 0px 0px 55px;
|
||||
font-family: verdana, geneva, arial, helvetica, sans-serif;
|
||||
font-size: 11px;
|
||||
background-color: #ddddcc;
|
||||
text-decoration: none;
|
||||
font-weight: normal;
|
||||
line-height: normal;
|
||||
}
|
||||
|
||||
a { color: #3399cc; }
|
||||
a:link { color: #3399cc; text-decoration: underline; }
|
||||
a:visited { color: #3399cc; text-decoration: underline; }
|
||||
a:active { color: #3399cc; text-decoration: underline; }
|
||||
a:hover { color: #3399cc; text-decoration: underline; }
|
||||
|
||||
/* ]]> */
|
||||
</style>
|
||||
|
||||
</head>
|
||||
<body>
|
||||
<div id="content">
|
||||
|
||||
<div id="@@sketch@@_container">
|
||||
|
||||
<!--[if !IE]> -->
|
||||
<object classid="java:com.sun.opengl.util.JOGLAppletLauncher.class"
|
||||
type="application/x-java-applet"
|
||||
archive="@@archive@@"
|
||||
width="@@width@@" height="@@height@@"
|
||||
standby="Loading Processing software..." >
|
||||
|
||||
<param name="archive" value="@@archive@@" />
|
||||
|
||||
<param name="mayscript" value="true" />
|
||||
<param name="scriptable" value="true" />
|
||||
|
||||
<param name="image" value="loading.gif" />
|
||||
<param name="boxmessage" value="Loading Processing software..." />
|
||||
<param name="boxbgcolor" value="#FFFFFF" />
|
||||
<param name="progressbar" value="true" />
|
||||
|
||||
<param name="subapplet.classname" value="@@sketch@@" />
|
||||
<param name="subapplet.displayname" value="@@sketch@@" />
|
||||
|
||||
<param name="test_string" value="outer" />
|
||||
<!--<![endif]-->
|
||||
|
||||
<object classid="clsid:8AD9C840-044E-11D1-B3E9-00805F499D93"
|
||||
codebase="http://java.sun.com/update/1.5.0/jinstall-1_5_0_15-windows-i586.cab"
|
||||
width="@@width@@" height="@@height@@"
|
||||
standby="Loading Processing software..." >
|
||||
|
||||
<param name="code" value="com.sun.opengl.util.JOGLAppletLauncher" />
|
||||
<param name="archive" value="@@archive@@" />
|
||||
|
||||
<param name="mayscript" value="true" />
|
||||
<param name="scriptable" value="true" />
|
||||
|
||||
<param name="image" value="loading.gif" />
|
||||
<param name="boxmessage" value="Loading Processing software..." />
|
||||
<param name="boxbgcolor" value="#FFFFFF" />
|
||||
<param name="progressbar" value="true" />
|
||||
|
||||
<param name="subapplet.classname" value="@@sketch@@" />
|
||||
<param name="subapplet.displayname" value="@@sketch@@" />
|
||||
|
||||
<param name="test_string" value="inner" />
|
||||
|
||||
<p>
|
||||
<strong>
|
||||
This browser does not have a Java Plug-in.
|
||||
<br />
|
||||
<a href="http://java.sun.com/products/plugin/downloads/index.html" title="Download Java Plug-in">
|
||||
Get the latest Java Plug-in here.
|
||||
</a>
|
||||
</strong>
|
||||
</p>
|
||||
|
||||
</object>
|
||||
|
||||
<!--[if !IE]> -->
|
||||
</object>
|
||||
<!--<![endif]-->
|
||||
|
||||
</div>
|
||||
|
||||
<p>
|
||||
@@description@@
|
||||
</p>
|
||||
|
||||
<p>
|
||||
Source code: @@source@@
|
||||
</p>
|
||||
|
||||
<p>
|
||||
Built with <a href="http://processing.org" title="Processing.org">Processing</a>
|
||||
</p>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
104
build/shared/lib/export/applet.html
Normal file
@@ -0,0 +1,104 @@
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
|
||||
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
||||
<head>
|
||||
<!-- charset must remain utf-8 to be handled properly by Processing -->
|
||||
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
|
||||
|
||||
<title>@@sketch@@ : Built with Processing</title>
|
||||
|
||||
<style type="text/css">
|
||||
/* <![CDATA[ */
|
||||
|
||||
body {
|
||||
margin: 60px 0px 0px 55px;
|
||||
font-family: verdana, geneva, arial, helvetica, sans-serif;
|
||||
font-size: 11px;
|
||||
background-color: #ddddcc;
|
||||
text-decoration: none;
|
||||
font-weight: normal;
|
||||
line-height: normal;
|
||||
}
|
||||
|
||||
a { color: #3399cc; }
|
||||
a:link { color: #3399cc; text-decoration: underline; }
|
||||
a:visited { color: #3399cc; text-decoration: underline; }
|
||||
a:active { color: #3399cc; text-decoration: underline; }
|
||||
a:hover { color: #3399cc; text-decoration: underline; }
|
||||
|
||||
/* ]]> */
|
||||
</style>
|
||||
|
||||
</head>
|
||||
<body>
|
||||
<div id="content">
|
||||
<div id="@@sketch@@_container">
|
||||
|
||||
<!--[if !IE]> -->
|
||||
<object classid="java:@@sketch@@.class"
|
||||
type="application/x-java-applet"
|
||||
archive="@@archive@@"
|
||||
width="@@width@@" height="@@height@@"
|
||||
standby="Loading Processing software..." >
|
||||
|
||||
<param name="archive" value="@@archive@@" />
|
||||
|
||||
<param name="mayscript" value="true" />
|
||||
<param name="scriptable" value="true" />
|
||||
|
||||
<param name="image" value="loading.gif" />
|
||||
<param name="boxmessage" value="Loading Processing software..." />
|
||||
<param name="boxbgcolor" value="#FFFFFF" />
|
||||
|
||||
<param name="test_string" value="outer" />
|
||||
<!--<![endif]-->
|
||||
|
||||
<object classid="clsid:8AD9C840-044E-11D1-B3E9-00805F499D93"
|
||||
codebase="http://java.sun.com/update/1.5.0/jinstall-1_5_0_15-windows-i586.cab"
|
||||
width="@@width@@" height="@@height@@"
|
||||
standby="Loading Processing software..." >
|
||||
|
||||
<param name="code" value="@@sketch@@" />
|
||||
<param name="archive" value="@@archive@@" />
|
||||
|
||||
<param name="mayscript" value="true" />
|
||||
<param name="scriptable" value="true" />
|
||||
|
||||
<param name="image" value="loading.gif" />
|
||||
<param name="boxmessage" value="Loading Processing software..." />
|
||||
<param name="boxbgcolor" value="#FFFFFF" />
|
||||
|
||||
<param name="test_string" value="inner" />
|
||||
|
||||
<p>
|
||||
<strong>
|
||||
This browser does not have a Java Plug-in.
|
||||
<br />
|
||||
<a href="http://java.sun.com/products/plugin/downloads/index.html" title="Download Java Plug-in">
|
||||
Get the latest Java Plug-in here.
|
||||
</a>
|
||||
</strong>
|
||||
</p>
|
||||
|
||||
</object>
|
||||
|
||||
<!--[if !IE]> -->
|
||||
</object>
|
||||
<!--<![endif]-->
|
||||
|
||||
</div>
|
||||
|
||||
<p>
|
||||
@@description@@
|
||||
</p>
|
||||
|
||||
<p>
|
||||
Source code: @@source@@
|
||||
</p>
|
||||
|
||||
<p>
|
||||
Built with <a href="http://processing.org" title="Processing.org">Processing</a>
|
||||
</p>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
BIN
build/shared/lib/export/application.exe
Executable file
BIN
build/shared/lib/export/loading.gif
Executable file
After Width: | Height: | Size: 2.2 KiB |
BIN
build/shared/lib/export/skeleton.app/Contents/MacOS/JavaApplicationStub
Executable file
1
build/shared/lib/export/skeleton.app/Contents/PkgInfo
Executable file
@@ -0,0 +1 @@
|
||||
APPL????
|
59
build/shared/lib/export/template.plist
Executable file
@@ -0,0 +1,59 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE plist SYSTEM "file://localhost/System/Library/DTDs/PropertyList.dtd">
|
||||
<plist version="0.9">
|
||||
<dict>
|
||||
<key>CFBundleName</key>
|
||||
<string>@@sketch@@</string>
|
||||
<key>CFBundleVersion</key>
|
||||
<string>10.2</string>
|
||||
<key>CFBundleAllowMixedLocalizations</key>
|
||||
<string>true</string>
|
||||
<key>CFBundleExecutable</key>
|
||||
<string>JavaApplicationStub</string>
|
||||
<key>CFBundleDevelopmentRegion</key>
|
||||
<string>English</string>
|
||||
<key>CFBundlePackageType</key>
|
||||
<string>APPL</string>
|
||||
<key>CFBundleSignature</key>
|
||||
<string>????</string>
|
||||
<key>CFBundleInfoDictionaryVersion</key>
|
||||
<string>6.0</string>
|
||||
<key>CFBundleIconFile</key>
|
||||
<string>sketch.icns</string>
|
||||
<key>CFBundleIdentifier</key>
|
||||
<string>@@sketch@@</string>
|
||||
<!-- http://developer.apple.com/documentation/MacOSX/Conceptual/BPRuntimeConfig/Articles/PListKeys.html#//apple_ref/doc/uid/20001431-113616 -->
|
||||
<key>LSUIPresentationMode</key>
|
||||
<integer>@@lsuipresentationmode@@</integer>
|
||||
<key>Java</key>
|
||||
<dict>
|
||||
<key>VMOptions</key>
|
||||
<string>@@vmoptions@@</string>
|
||||
<key>MainClass</key>
|
||||
<string>@@sketch@@</string>
|
||||
<key>JVMVersion</key>
|
||||
<string>1.5*</string>
|
||||
<key>ClassPath</key>
|
||||
<string>@@classpath@@</string>
|
||||
|
||||
<key>Properties</key>
|
||||
<!-- http://developer.apple.com/releasenotes/Java/java141/system_properties/chapter_4_section_1.html#//apple_ref/doc/uid/TP30000285 -->
|
||||
<dict>
|
||||
<key>apple.laf.useScreenMenuBar</key>
|
||||
<string>true</string>
|
||||
<key>apple.awt.showGrowBox</key>
|
||||
<string>false</string>
|
||||
<key>com.apple.smallTabs</key>
|
||||
<string>true</string>
|
||||
<key>apple.awt.Antialiasing</key>
|
||||
<string>false</string>
|
||||
<key>apple.awt.TextAntialiasing</key>
|
||||
<string>true</string>
|
||||
<key>com.apple.hwaccel</key>
|
||||
<string>true</string>
|
||||
<key>apple.awt.use-file-dialog-packages</key>
|
||||
<string>false</string>
|
||||
</dict>
|
||||
</dict>
|
||||
</dict>
|
||||
</plist>
|
627
build/shared/lib/keywords.txt
Normal file
@@ -0,0 +1,627 @@
|
||||
# LITERAL2 specifies constants
|
||||
|
||||
ADD LITERAL2
|
||||
ALIGN_CENTER LITERAL2
|
||||
ALIGN_LEFT LITERAL2
|
||||
ALIGN_RIGHT LITERAL2
|
||||
ALPHA LITERAL2
|
||||
ALPHA_MASK LITERAL2
|
||||
ALT LITERAL2
|
||||
AMBIENT LITERAL2
|
||||
ARROW LITERAL2
|
||||
ARGB LITERAL2
|
||||
BACKSPACE LITERAL2
|
||||
BASELINE LITERAL2
|
||||
BEVEL LITERAL2
|
||||
BLEND LITERAL2
|
||||
BLUE_MASK LITERAL2
|
||||
BLUR LITERAL2
|
||||
BOTTOM LITERAL2
|
||||
BURN LITERAL2
|
||||
CENTER LITERAL2
|
||||
CHATTER LITERAL2
|
||||
CODED LITERAL2
|
||||
COMPLAINT LITERAL2
|
||||
COMPOSITE LITERAL2
|
||||
COMPONENT LITERAL2
|
||||
CONCAVE_POLYGON LITERAL2
|
||||
CONTROL LITERAL2
|
||||
CONVEX_POLYGON LITERAL2
|
||||
CORNER LITERAL2
|
||||
CORNERS LITERAL2
|
||||
CLOSE LITERAL2
|
||||
CMYK LITERAL2
|
||||
CODED LITERAL2
|
||||
COMPLAINT LITERAL2
|
||||
CONTROL LITERAL2
|
||||
CORNER LITERAL2
|
||||
CORNERS LITERAL2
|
||||
CROSS LITERAL2
|
||||
CUSTOM LITERAL2
|
||||
DARKEST LITERAL2
|
||||
DEGREES LITERAL2
|
||||
DEG_TO_RAD LITERAL2
|
||||
DELETE LITERAL2
|
||||
DIAMETER LITERAL2
|
||||
DIFFERENCE LITERAL2
|
||||
DIFFUSE LITERAL2
|
||||
DILATE LITERAL2
|
||||
DIRECTIONAL LITERAL2
|
||||
DISABLE_ACCURATE_TEXTURES LITERAL2
|
||||
DISABLE_DEPTH_SORT LITERAL2
|
||||
DISABLE_NATIVE_FONTS LITERAL2
|
||||
DISABLE_OPENGL_ERROR_REPORT LITERAL2
|
||||
DISABLE_TEXT_SMOOTH LITERAL2
|
||||
DISABLED LITERAL2
|
||||
DODGE LITERAL2
|
||||
DOWN LITERAL2
|
||||
DXF LITERAL2
|
||||
ENABLE_ACCURATE_TEXTURES LITERAL2
|
||||
ENABLE_DEPTH_SORT LITERAL2
|
||||
ENABLE_NATIVE_FONTS LITERAL2
|
||||
DISABLE_OPENGL_2X_SMOOTH LITERAL2
|
||||
ENABLE_OPENGL_4X_SMOOTH LITERAL2
|
||||
ENABLE_OPENGL_ERROR_REPORT LITERAL2
|
||||
ENTER LITERAL2
|
||||
EPSILON LITERAL2
|
||||
ERODE LITERAL2
|
||||
ESC LITERAL2
|
||||
EXCLUSION LITERAL2
|
||||
GIF LITERAL2
|
||||
GRAY LITERAL2
|
||||
GREEN_MASK LITERAL2
|
||||
GROUP LITERAL2
|
||||
HALF LITERAL2
|
||||
HALF_PI LITERAL2
|
||||
HAND LITERAL2
|
||||
HARD_LIGHT LITERAL2
|
||||
HINT_COUNT LITERAL2
|
||||
HSB LITERAL2
|
||||
IMAGE LITERAL2
|
||||
INVERT LITERAL2
|
||||
JAVA2D LITERAL2
|
||||
JPEG LITERAL2
|
||||
LEFT LITERAL2
|
||||
LIGHTEST LITERAL2
|
||||
LINES LITERAL2
|
||||
LINUX LITERAL2
|
||||
MACOSX LITERAL2
|
||||
MAX_FLOAT LITERAL2
|
||||
MAX_INT LITERAL2
|
||||
MITER LITERAL2
|
||||
MODEL LITERAL2
|
||||
MOVE LITERAL2
|
||||
MULTIPLY LITERAL2
|
||||
NORMAL LITERAL2
|
||||
NO_DEPTH_TEST LITERAL2
|
||||
NTSC LITERAL2
|
||||
ONE LITERAL2
|
||||
OPAQUE LITERAL2
|
||||
OPEN LITERAL2
|
||||
OPENGL LITERAL2
|
||||
ORTHOGRAPHIC LITERAL2
|
||||
OVERLAY LITERAL2
|
||||
PAL LITERAL2
|
||||
P2D LITERAL2
|
||||
P3D LITERAL2
|
||||
PERSPECTIVE LITERAL2
|
||||
PI LITERAL2
|
||||
PIXEL_CENTER LITERAL2
|
||||
POINT LITERAL2
|
||||
POINTS LITERAL2
|
||||
POSTERIZE LITERAL2
|
||||
PROBLEM LITERAL2
|
||||
PROJECT LITERAL2
|
||||
QUAD_STRIP LITERAL2
|
||||
QUADS LITERAL2
|
||||
QUARTER_PI LITERAL2
|
||||
RAD_TO_DEG LITERAL2
|
||||
RADIUS LITERAL2
|
||||
RADIANS LITERAL2
|
||||
RED_MASK LITERAL2
|
||||
REPLACE LITERAL2
|
||||
RETURN LITERAL2
|
||||
RGB LITERAL2
|
||||
RIGHT LITERAL2
|
||||
ROUND LITERAL2
|
||||
SCREEN LITERAL2
|
||||
SECAM LITERAL2
|
||||
SHIFT LITERAL2
|
||||
SPECULAR LITERAL2
|
||||
SOFT_LIGHT LITERAL2
|
||||
SQUARE LITERAL2
|
||||
SUBTRACT LITERAL2
|
||||
SVIDEO LITERAL2
|
||||
TAB LITERAL2
|
||||
TARGA LITERAL2
|
||||
TEXT LITERAL2
|
||||
TFF LITERAL2
|
||||
THIRD_PI LITERAL2
|
||||
THRESHOLD LITERAL2
|
||||
TIFF LITERAL2
|
||||
TOP LITERAL2
|
||||
TRIANGLE_FAN LITERAL2
|
||||
TRIANGLES LITERAL2
|
||||
TRIANGLE_STRIP LITERAL2
|
||||
TUNER LITERAL2
|
||||
TWO LITERAL2
|
||||
TWO_PI LITERAL2
|
||||
UP LITERAL2
|
||||
WAIT LITERAL2
|
||||
WHITESPACE LITERAL2
|
||||
|
||||
|
||||
# KEYWORD1 specifies datatypes and keywords
|
||||
|
||||
ArrayList KEYWORD1
|
||||
Boolean KEYWORD1
|
||||
Byte KEYWORD1
|
||||
Character KEYWORD1
|
||||
Class KEYWORD1
|
||||
Double KEYWORD1
|
||||
Float KEYWORD1
|
||||
Integer KEYWORD1
|
||||
HashMap KEYWORD1
|
||||
String KEYWORD1
|
||||
StringBuffer KEYWORD1
|
||||
Thread KEYWORD1
|
||||
abstract KEYWORD1
|
||||
assert KEYWORD1
|
||||
boolean KEYWORD1
|
||||
break KEYWORD1
|
||||
byte KEYWORD1
|
||||
catch KEYWORD1
|
||||
char KEYWORD1
|
||||
class KEYWORD1
|
||||
continue KEYWORD1
|
||||
default KEYWORD1
|
||||
do KEYWORD1
|
||||
double KEYWORD1
|
||||
else KEYWORD1
|
||||
enum KEYWORD1
|
||||
extends KEYWORD1
|
||||
false KEYWORD1
|
||||
final KEYWORD1
|
||||
finally KEYWORD1
|
||||
for KEYWORD1
|
||||
float KEYWORD1
|
||||
if KEYWORD1
|
||||
implements KEYWORD1
|
||||
import KEYWORD1
|
||||
instanceof KEYWORD1
|
||||
int KEYWORD1
|
||||
interface KEYWORD1
|
||||
long KEYWORD1
|
||||
native KEYWORD1
|
||||
new KEYWORD1
|
||||
null KEYWORD1
|
||||
package KEYWORD1
|
||||
private KEYWORD1
|
||||
protected KEYWORD1
|
||||
public KEYWORD1
|
||||
return KEYWORD1
|
||||
short KEYWORD1
|
||||
static KEYWORD1
|
||||
strictfp KEYWORD1
|
||||
super KEYWORD1
|
||||
switch KEYWORD1
|
||||
synchronized KEYWORD1
|
||||
this KEYWORD1
|
||||
throw KEYWORD1
|
||||
throws KEYWORD1
|
||||
transient KEYWORD1
|
||||
true KEYWORD1
|
||||
try KEYWORD1
|
||||
void KEYWORD1
|
||||
volatile KEYWORD1
|
||||
while KEYWORD1
|
||||
|
||||
# Depricated API
|
||||
|
||||
arraycopy KEYWORD2 arraycopy_
|
||||
openStream KEYWORD2 openStream_
|
||||
|
||||
|
||||
# KEYWORD2 specifies methods and functions
|
||||
|
||||
cache KEYWORD2
|
||||
|
||||
|
||||
# THE TEXT ABOVE IS HAND-WRITTEN AND FOUND IN THE FILE "keywords_base.txt"
|
||||
# THE TEXT BELOW IS AUTO-GENERATED
|
||||
|
||||
|
||||
abs KEYWORD2 abs_
|
||||
acos KEYWORD2 acos_
|
||||
+= addassign
|
||||
+ addition
|
||||
alpha KEYWORD2 alpha_
|
||||
ambient KEYWORD2 ambient_
|
||||
ambientLight KEYWORD2 ambientLight_
|
||||
append KEYWORD2 append_
|
||||
applyMatrix KEYWORD2 applyMatrix_
|
||||
arc KEYWORD2 arc_
|
||||
Array KEYWORD1 Array
|
||||
[] arrayaccess
|
||||
arrayCopy KEYWORD2 arrayCopy_
|
||||
ArrayList KEYWORD1 ArrayList
|
||||
asin KEYWORD2 asin_
|
||||
= assign
|
||||
atan KEYWORD2 atan_
|
||||
atan2 KEYWORD2 atan2_
|
||||
background KEYWORD2 background_
|
||||
beginCamera KEYWORD2 beginCamera_
|
||||
beginRaw KEYWORD2 beginRaw_
|
||||
beginRecord KEYWORD2 beginRecord_
|
||||
beginShape KEYWORD2 beginShape_
|
||||
bezier KEYWORD2 bezier_
|
||||
bezierDetail KEYWORD2 bezierDetail_
|
||||
bezierPoint KEYWORD2 bezierPoint_
|
||||
bezierTangent KEYWORD2 bezierTangent_
|
||||
bezierVertex KEYWORD2 bezierVertex_
|
||||
binary KEYWORD2 binary_
|
||||
binary KEYWORD2 bitwiseAND_
|
||||
| bitwiseOR
|
||||
blend KEYWORD2 blend_
|
||||
blendColor KEYWORD2 blendColor_
|
||||
blue KEYWORD2 blue_
|
||||
boolean KEYWORD1 boolean
|
||||
boolean KEYWORD2 boolean_
|
||||
box KEYWORD2 box_
|
||||
break KEYWORD1 break
|
||||
brightness KEYWORD2 brightness_
|
||||
byte KEYWORD1 byte
|
||||
byte KEYWORD2 byte_
|
||||
camera KEYWORD2 camera_
|
||||
case KEYWORD1 case
|
||||
ceil KEYWORD2 ceil_
|
||||
char KEYWORD1 char
|
||||
char KEYWORD2 char_
|
||||
char KEYWORD2 class_
|
||||
color KEYWORD2 color_
|
||||
color KEYWORD1 color_datatype
|
||||
colorMode KEYWORD2 colorMode_
|
||||
, comma
|
||||
// comment
|
||||
concat KEYWORD2 concat_
|
||||
?: KEYWORD1 conditional_
|
||||
constrain KEYWORD2 constrain_
|
||||
continue KEYWORD1 continue
|
||||
copy KEYWORD2 copy_
|
||||
cos KEYWORD2 cos_
|
||||
createFont KEYWORD2 createFont_
|
||||
createGraphics KEYWORD2 createGraphics_
|
||||
createImage KEYWORD2 createImage_
|
||||
createInput KEYWORD2 createInput_
|
||||
createOutput KEYWORD2 createOutput_
|
||||
createReader KEYWORD2 createReader_
|
||||
createWriter KEYWORD2 createWriter_
|
||||
{} curlybraces
|
||||
cursor KEYWORD2 cursor_
|
||||
curve KEYWORD2 curve_
|
||||
curveDetail KEYWORD2 curveDetail_
|
||||
curvePoint KEYWORD2 curvePoint_
|
||||
curveTangent KEYWORD2 curveTangent_
|
||||
curveTightness KEYWORD2 curveTightness_
|
||||
curveVertex KEYWORD2 curveVertex_
|
||||
day KEYWORD2 day_
|
||||
-- decrement
|
||||
default KEYWORD1 default
|
||||
degrees KEYWORD2 degrees_
|
||||
delay KEYWORD2 delay_
|
||||
directionalLight KEYWORD2 directionalLight_
|
||||
dist KEYWORD2 dist_
|
||||
/ divide
|
||||
/= divideassign
|
||||
/** doccomment
|
||||
. dot
|
||||
double KEYWORD1 double
|
||||
draw KEYWORD3 draw_
|
||||
ellipse KEYWORD2 ellipse_
|
||||
ellipseMode KEYWORD2 ellipseMode_
|
||||
else KEYWORD1 else
|
||||
emissive KEYWORD2 emissive_
|
||||
endCamera KEYWORD2 endCamera_
|
||||
endRaw KEYWORD2 endRaw_
|
||||
endRecord KEYWORD2 endRecord_
|
||||
endShape KEYWORD2 endShape_
|
||||
== equality
|
||||
exit KEYWORD2 exit_
|
||||
exp KEYWORD2 exp_
|
||||
expand KEYWORD2 expand_
|
||||
extends KEYWORD1 extends
|
||||
false KEYWORD1 false
|
||||
fill KEYWORD2 fill_
|
||||
filter KEYWORD2 filter_
|
||||
final KEYWORD1 final
|
||||
float KEYWORD1 float
|
||||
float KEYWORD2 float_
|
||||
floor KEYWORD2 floor_
|
||||
focused LITERAL2 focused
|
||||
for KEYWORD1 for_
|
||||
frameCount LITERAL2 frameCount
|
||||
frameRate KEYWORD2 frameRate_
|
||||
frameRate LITERAL2 frameRate
|
||||
frustum KEYWORD2 frustum_
|
||||
get KEYWORD2 get_
|
||||
< greaterthan
|
||||
<= greaterthanorequalto
|
||||
green KEYWORD2 green_
|
||||
HALF_PI LITERAL2 HALF_PI
|
||||
HashMap KEYWORD1 HashMap
|
||||
height LITERAL2 height
|
||||
hex KEYWORD2 hex_
|
||||
hint KEYWORD2 hint_
|
||||
hour KEYWORD2 hour_
|
||||
hue KEYWORD2 hue_
|
||||
if KEYWORD1 if_
|
||||
image KEYWORD2 image_
|
||||
imageMode KEYWORD2 imageMode_
|
||||
implements KEYWORD1 implements
|
||||
import KEYWORD1 import
|
||||
++ increment
|
||||
!= inequality
|
||||
int KEYWORD1 int
|
||||
int KEYWORD2 int_
|
||||
join KEYWORD2 join_
|
||||
key LITERAL2 key
|
||||
keyCode LITERAL2 keyCode
|
||||
keyPressed KEYWORD2 keyPressed_
|
||||
keyPressed LITERAL2 keyPressed
|
||||
keyReleased KEYWORD2 keyReleased_
|
||||
keyTyped KEYWORD2 keyTyped_
|
||||
<< leftshift
|
||||
lerp KEYWORD2 lerp_
|
||||
lerpColor KEYWORD2 lerpColor_
|
||||
< lessthan
|
||||
<= lessthanorequalto
|
||||
lightFalloff KEYWORD2 lightFalloff_
|
||||
lights KEYWORD2 lights_
|
||||
lightSpecular KEYWORD2 lightSpecular_
|
||||
line KEYWORD2 line_
|
||||
link KEYWORD2 link_
|
||||
loadBytes KEYWORD2 loadBytes_
|
||||
loadFont KEYWORD2 loadFont_
|
||||
loadImage KEYWORD2 loadImage_
|
||||
loadPixels KEYWORD2 loadPixels_
|
||||
loadShape KEYWORD2 loadShape_
|
||||
loadStrings KEYWORD2 loadStrings_
|
||||
log KEYWORD2 log_
|
||||
&& logicalAND
|
||||
! logicalNOT
|
||||
|| logicalOR
|
||||
long KEYWORD1 long
|
||||
loop KEYWORD2 loop_
|
||||
mag KEYWORD2 mag_
|
||||
map KEYWORD2 map_
|
||||
match KEYWORD2 match_
|
||||
matchAll KEYWORD2 matchAll_
|
||||
max KEYWORD2 max_
|
||||
millis KEYWORD2 millis_
|
||||
min KEYWORD2 min_
|
||||
- minus
|
||||
minute KEYWORD2 minute_
|
||||
modelX KEYWORD2 modelX_
|
||||
modelY KEYWORD2 modelY_
|
||||
modelZ KEYWORD2 modelZ_
|
||||
% modulo
|
||||
month KEYWORD2 month_
|
||||
mouseButton LITERAL2 mouseButton
|
||||
mouseClicked KEYWORD2 mouseClicked_
|
||||
mouseDragged KEYWORD2 mouseDragged_
|
||||
mouseMoved KEYWORD2 mouseMoved_
|
||||
mousePressed KEYWORD2 mousePressed_
|
||||
mousePressed LITERAL2 mousePressed
|
||||
mouseReleased KEYWORD2 mouseReleased_
|
||||
mouseX LITERAL2 mouseX
|
||||
mouseY LITERAL2 mouseY
|
||||
/* multilinecomment
|
||||
* multiply
|
||||
*= multiplyassign
|
||||
new KEYWORD1 new
|
||||
nf KEYWORD2 nf_
|
||||
nfc KEYWORD2 nfc_
|
||||
nfp KEYWORD2 nfp_
|
||||
nfs KEYWORD2 nfs_
|
||||
noCursor KEYWORD2 noCursor_
|
||||
noFill KEYWORD2 noFill_
|
||||
noise KEYWORD2 noise_
|
||||
noiseDetail KEYWORD2 noiseDetail_
|
||||
noiseSeed KEYWORD2 noiseSeed_
|
||||
noLights KEYWORD2 noLights_
|
||||
noLoop KEYWORD2 noLoop_
|
||||
norm KEYWORD2 norm_
|
||||
normal KEYWORD2 normal_
|
||||
noSmooth KEYWORD2 noSmooth_
|
||||
noStroke KEYWORD2 noStroke_
|
||||
noTint KEYWORD2 noTint_
|
||||
null KEYWORD1 null
|
||||
Object KEYWORD1 Object
|
||||
online LITERAL2 online
|
||||
open KEYWORD2 open_
|
||||
ortho KEYWORD2 ortho_
|
||||
param KEYWORD2 param_
|
||||
() parentheses
|
||||
perspective KEYWORD2 perspective_
|
||||
PFont KEYWORD1 PFont
|
||||
list KEYWORD2 PFont_list_
|
||||
PGraphics KEYWORD1 PGraphics
|
||||
beginDraw KEYWORD2 PGraphics_beginDraw_
|
||||
endDraw KEYWORD2 PGraphics_endDraw_
|
||||
PI LITERAL2 PI
|
||||
PImage KEYWORD1 PImage
|
||||
alpha KEYWORD2 PImage_alpha_
|
||||
blend KEYWORD2 PImage_blend_
|
||||
copy KEYWORD2 PImage_copy_
|
||||
filter KEYWORD2 PImage_filter_
|
||||
get KEYWORD2 PImage_get_
|
||||
height LITERAL2 PImage_height
|
||||
loadPixels KEYWORD2 PImage_loadPixels_
|
||||
mask KEYWORD2 PImage_mask_
|
||||
pixels LITERAL2 PImage_pixels
|
||||
resize KEYWORD2 PImage_resize_
|
||||
save KEYWORD2 PImage_save_
|
||||
set KEYWORD2 PImage_set_
|
||||
updatePixels KEYWORD2 PImage_updatePixels_
|
||||
width LITERAL2 PImage_width
|
||||
pixels LITERAL2 pixels
|
||||
pmouseX LITERAL2 pmouseX
|
||||
pmouseY LITERAL2 pmouseY
|
||||
point KEYWORD2 point_
|
||||
point KEYWORD2 pointLight_
|
||||
popMatrix KEYWORD2 popMatrix_
|
||||
popStyle KEYWORD3 popStyle_
|
||||
pow KEYWORD2 pow_
|
||||
print KEYWORD2 print_
|
||||
printCamera KEYWORD2 printCamera_
|
||||
println KEYWORD2 println_
|
||||
printMatrix KEYWORD2 printMatrix_
|
||||
printProjection KEYWORD2 printProjection_
|
||||
PrintWriter KEYWORD1 PrintWriter
|
||||
close KEYWORD2 PrintWriter_close_
|
||||
flush KEYWORD2 PrintWriter_flush_
|
||||
print KEYWORD2 PrintWriter_print_
|
||||
println KEYWORD2 PrintWriter_println_
|
||||
private KEYWORD1 private
|
||||
PShape KEYWORD1 PShape
|
||||
disableStyle KEYWORD2 PShape_disableStyle_
|
||||
enableStyle KEYWORD2 PShape_enableStyle_
|
||||
getChild KEYWORD2 PShape_getChild_
|
||||
getHeight KEYWORD2 PShape_getHeight_
|
||||
getWidth KEYWORD2 PShape_getWidth_
|
||||
isVisible KEYWORD2 PShape_isVisible_
|
||||
resetMatrix KEYWORD2 PShape_resetMatrix_
|
||||
rotate KEYWORD2 PShape_rotate_
|
||||
rotateX KEYWORD2 PShape_rotateX_
|
||||
rotateY KEYWORD2 PShape_rotateY_
|
||||
rotateZ KEYWORD2 PShape_rotateZ_
|
||||
scale KEYWORD2 PShape_scale_
|
||||
setVisible KEYWORD2 PShape_setVisible_
|
||||
translate KEYWORD2 PShape_translate_
|
||||
public KEYWORD1 public
|
||||
pushMatrix KEYWORD2 pushMatrix_
|
||||
pushStyle KEYWORD3 pushStyle_
|
||||
PVector KEYWORD1 PVector
|
||||
add KEYWORD2 PVector_add_
|
||||
angleBetween KEYWORD2 PVector_angleBetween_
|
||||
array KEYWORD2 PVector_array_
|
||||
copy KEYWORD2 PVector_copy_
|
||||
cross KEYWORD2 PVector_cross_
|
||||
dist KEYWORD2 PVector_dist_
|
||||
div KEYWORD2 PVector_div_
|
||||
dot KEYWORD2 PVector_dot_
|
||||
get KEYWORD2 PVector_get_
|
||||
limit KEYWORD2 PVector_limit_
|
||||
mag KEYWORD2 PVector_mag_
|
||||
mult KEYWORD2 PVector_mult_
|
||||
normalize KEYWORD2 PVector_normalize_
|
||||
set KEYWORD2 PVector_set_
|
||||
sub KEYWORD2 PVector_sub_
|
||||
quad KEYWORD2 quad_
|
||||
radians KEYWORD2 radians_
|
||||
random KEYWORD2 random_
|
||||
randomSeed KEYWORD2 randomSeed_
|
||||
rect KEYWORD2 rect_
|
||||
rectMode KEYWORD2 rectMode_
|
||||
red KEYWORD2 red_
|
||||
redraw KEYWORD2 redraw_
|
||||
requestImage KEYWORD2 requestImage_
|
||||
resetMatrix KEYWORD2 resetMatrix_
|
||||
return KEYWORD1 return
|
||||
reverse KEYWORD2 reverse_
|
||||
<< rightshift
|
||||
rotate KEYWORD2 rotate_
|
||||
rotateX KEYWORD2 rotateX_
|
||||
rotateY KEYWORD2 rotateY_
|
||||
rotateZ KEYWORD2 rotateZ_
|
||||
round KEYWORD2 round_
|
||||
saturation KEYWORD2 saturation_
|
||||
save KEYWORD2 save_
|
||||
saveBytes KEYWORD2 saveBytes_
|
||||
saveFrame KEYWORD2 saveFrame_
|
||||
saveStream KEYWORD2 saveStream_
|
||||
saveStrings KEYWORD2 saveStrings_
|
||||
scale KEYWORD2 scale_
|
||||
screen LITERAL2 screen
|
||||
screenX KEYWORD2 screenX_
|
||||
screenY KEYWORD2 screenY_
|
||||
screenZ KEYWORD2 screenZ_
|
||||
second KEYWORD2 second_
|
||||
selectFolder KEYWORD2 selectFolder_
|
||||
selectInput KEYWORD2 selectInput_
|
||||
selectOutput KEYWORD2 selectOutput_
|
||||
; semicolon
|
||||
set KEYWORD2 set_
|
||||
setup KEYWORD3 setup_
|
||||
shape KEYWORD2 shape_
|
||||
shapeMode KEYWORD2 shapeMode_
|
||||
shininess KEYWORD2 shininess_
|
||||
shorten KEYWORD2 shorten_
|
||||
sin KEYWORD2 sin_
|
||||
size KEYWORD2 size_
|
||||
smooth KEYWORD2 smooth_
|
||||
sort KEYWORD2 sort_
|
||||
specular KEYWORD2 specular_
|
||||
sphere KEYWORD2 sphere_
|
||||
sphereDetail KEYWORD2 sphereDetail_
|
||||
splice KEYWORD2 splice_
|
||||
split KEYWORD2 split_
|
||||
splitTokens KEYWORD2 splitTokens_
|
||||
spotLight KEYWORD2 spotLight_
|
||||
sq KEYWORD2 sq_
|
||||
sqrt KEYWORD2 sqrt_
|
||||
static KEYWORD1 static
|
||||
status KEYWORD2 status_
|
||||
str KEYWORD2 str_
|
||||
String KEYWORD1 String
|
||||
charAt KEYWORD2 String_charAt_
|
||||
equals KEYWORD2 String_equals_
|
||||
indexOf KEYWORD2 String_indexOf_
|
||||
length KEYWORD2 String_length_
|
||||
substring KEYWORD2 String_substring_
|
||||
toLowerCase KEYWORD2 String_toLowerCase_
|
||||
toUpperCase KEYWORD2 String_toUpperCase_
|
||||
stroke KEYWORD2 stroke_
|
||||
strokeCap KEYWORD2 strokeCap_
|
||||
strokeJoin KEYWORD2 strokeJoin_
|
||||
strokeWeight KEYWORD2 strokeWeight_
|
||||
subset KEYWORD2 subset_
|
||||
-= subtractassign
|
||||
super KEYWORD1 super
|
||||
switch KEYWORD2 switch_
|
||||
tan KEYWORD2 tan_
|
||||
text KEYWORD2 text_
|
||||
textAlign KEYWORD2 textAlign_
|
||||
textAscent KEYWORD2 textAscent_
|
||||
textDescent KEYWORD2 textDescent_
|
||||
textFont KEYWORD2 textFont_
|
||||
textLeading KEYWORD2 textLeading_
|
||||
textMode KEYWORD2 textMode_
|
||||
textSize KEYWORD2 textSize_
|
||||
texture KEYWORD2 texture_
|
||||
textureMode KEYWORD2 textureMode_
|
||||
textWidth KEYWORD2 textWidth_
|
||||
this KEYWORD1 this
|
||||
tint KEYWORD2 tint_
|
||||
translate KEYWORD2 translate_
|
||||
triangle KEYWORD2 triangle_
|
||||
trim KEYWORD2 trim_
|
||||
true KEYWORD1 true
|
||||
TWO_PI LITERAL2 TWO_PI
|
||||
unbinary KEYWORD2 unbinary_
|
||||
unhex KEYWORD2 unhex_
|
||||
updatePixels KEYWORD2 updatePixels_
|
||||
vertex KEYWORD2 vertex_
|
||||
void KEYWORD1 void
|
||||
while KEYWORD1 while_
|
||||
width LITERAL2 width
|
||||
XMLElement KEYWORD1 XMLElement
|
||||
getChild KEYWORD2 XMLElement_getChild_
|
||||
getChildCount KEYWORD2 XMLElement_getChildCount_
|
||||
getChildren KEYWORD2 XMLElement_getChildren_
|
||||
getContent KEYWORD2 XMLElement_getContent_
|
||||
getFloatAttribute KEYWORD2 XMLElement_getFloatAttribute_
|
||||
getIntAttribute KEYWORD2 XMLElement_getIntAttribute_
|
||||
getName KEYWORD2 XMLElement_getName_
|
||||
getStringAttribute KEYWORD2 XMLElement_getStringAttribute_
|
||||
year KEYWORD2 year_
|
215
build/shared/lib/preferences.txt
Executable file
@@ -0,0 +1,215 @@
|
||||
# !!!!!!!! UNLIKE PREVIOUS VERSIONS OF PROCESSING !!!!!!!!!!
|
||||
# DO NOT MODIFY THIS FILE, OR DELETE SETTINGS FROM THIS FILE
|
||||
|
||||
# These are the default preferences. If you want to modify
|
||||
# them directly, use the per-user local version of the file:
|
||||
|
||||
# Documents and Settings -> [username] -> Application Data ->
|
||||
# Processing -> preferences.txt (on Windows XP)
|
||||
|
||||
# Users -> [username] -> AppData -> Roaming ->
|
||||
# Processing -> preferences.txt (on Windows Vista)
|
||||
|
||||
# ~/Library -> Processing -> preferences.txt (on Mac OS X)
|
||||
|
||||
# ~/.processing -> preferences.txt (on Linux)
|
||||
|
||||
# The exact location of your preferences file can be found at
|
||||
# the bottom of the Preferences window inside Processing.
|
||||
|
||||
# Because AppData and Application Data may be considered
|
||||
# hidden or system folders on Windows, you'll have to ensure
|
||||
# that they're visible in order to get at preferences.txt
|
||||
|
||||
# You'll have problems running Processing if you incorrectly
|
||||
# modify lines in this file.
|
||||
|
||||
|
||||
# !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
||||
|
||||
|
||||
# DEFAULT PATHS FOR SKETCHBOOK AND SETTINGS
|
||||
|
||||
# relative paths will be relative to processing.exe or procesing.app.
|
||||
# absolute paths may also be used.
|
||||
|
||||
# note that this path should use forward slashes (like unix)
|
||||
# instead of \ on windows or : on macos or whatever else
|
||||
|
||||
# If you don't want users to have their sketchbook default to
|
||||
# "My Documents/Processing" on Windows and "Documents/Processing" on OS X,
|
||||
# set this to another path that will be used by default.
|
||||
# Note that this path must exist already otherwise it won't see
|
||||
# the sketchbook folder, and will instead assume the sketchbook
|
||||
# has gone missing, and that it should instead use the default.
|
||||
#sketchbook.path=
|
||||
|
||||
# if you don't want settings to go into "application data" on windows
|
||||
# and "library" on macosx, set this to the alternate location.
|
||||
#settings.path=data
|
||||
|
||||
# temporary build path, normally this goes into the default
|
||||
# "temp" folder for that platform (as defined by java)
|
||||
# but this can be used to set a specific file in case of problems
|
||||
#build.path=build
|
||||
|
||||
# By default, no sketches currently open
|
||||
last.sketch.count=0
|
||||
|
||||
|
||||
# !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
||||
|
||||
|
||||
# by default, check the processing server for any updates
|
||||
# (please avoid disabling, this also helps us know basic numbers
|
||||
# on how many people are using Processing)
|
||||
update.check = true
|
||||
|
||||
# on windows, automatically associate .pde files with processing.exe
|
||||
platform.auto_file_type_associations = true
|
||||
|
||||
# !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
||||
|
||||
|
||||
# default size for the main window
|
||||
default.window.width = 500
|
||||
default.window.height = 600
|
||||
|
||||
# font size for editor
|
||||
editor.font=Monospaced,plain,12
|
||||
# Monaco is nicer on Mac OS X, so use that explicitly
|
||||
editor.font.macosx = Monaco,plain,10
|
||||
|
||||
# anti-aliased text, turned off by default
|
||||
editor.antialias=false
|
||||
|
||||
# color to be used for background when 'external editor' enabled
|
||||
editor.external=false
|
||||
|
||||
# caret blinking
|
||||
editor.caret.blink=true
|
||||
|
||||
# area that's not in use by the text (replaced with tildes)
|
||||
editor.invalid=false
|
||||
|
||||
console = true
|
||||
console.output.file = stdout.txt
|
||||
console.error.file = stderr.txt
|
||||
console.lines = 4
|
||||
|
||||
# set to false to disable automatically clearing the console
|
||||
# each time 'run' is hit
|
||||
console.auto_clear = true
|
||||
|
||||
# set the maximum number of lines remembered by the console
|
||||
# the default is 500, lengthen at your own peril
|
||||
console.length = 500
|
||||
|
||||
# convert tabs to spaces? how many spaces?
|
||||
editor.tabs.expand = true
|
||||
editor.tabs.size = 2
|
||||
|
||||
# automatically indent each line
|
||||
editor.indent = true
|
||||
|
||||
# size of divider between editing area and the console
|
||||
editor.divider.size = 0
|
||||
# the larger divider on windows is ugly with the little arrows
|
||||
# this makes it large enough to see (mouse changes) and use,
|
||||
# but keeps it from being annoyingly obtrusive
|
||||
editor.divider.size.windows = 2
|
||||
|
||||
# any additional java options when running externally
|
||||
# (for applets that are run external to the environment...
|
||||
# those with a code folder, or using any libraries)
|
||||
# if you hose this and can't run things, it's your own durn fault
|
||||
run.options =
|
||||
|
||||
# settings for the -XmsNNNm and -XmxNNNm command line option
|
||||
run.options.memory = false
|
||||
run.options.memory.initial = 64
|
||||
run.options.memory.maximum = 256
|
||||
|
||||
# example of increasing the memory size for applets run externally
|
||||
#run.options = -Xms128m -Xmx1024m
|
||||
|
||||
# index of the default display to use for present mode
|
||||
# (this setting not yet completely implemented)
|
||||
run.display = 1
|
||||
|
||||
# set internally
|
||||
#run.window.bgcolor=
|
||||
|
||||
# set to false to open a new untitled window when closing the last window
|
||||
# (otherwise, the environment will quit)
|
||||
# default to the relative norm for the different platforms,
|
||||
# but the setting can be changed in the prefs dialog anyway
|
||||
#sketchbook.closing_last_window_quits = true
|
||||
#sketchbook.closing_last_window_quits.macosx = false
|
||||
|
||||
|
||||
# !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
||||
|
||||
|
||||
#history.recording = true
|
||||
|
||||
# for advanced users, enable option to export a library
|
||||
#export.library = false
|
||||
|
||||
# which platforms to export by default
|
||||
export.application.platform.windows = true
|
||||
export.application.platform.macosx = true
|
||||
export.application.platform.linux = true
|
||||
|
||||
# whether or not to export as full screen (present) mode
|
||||
export.application.fullscreen = false
|
||||
|
||||
# whether to show the stop button when exporting to application
|
||||
export.application.stop = true
|
||||
|
||||
# false will place all exported files into a single .jar
|
||||
export.applet.separate_jar_files = false
|
||||
|
||||
# set to false to no longer delete applet or application folders before export
|
||||
export.delete_target_folder = true
|
||||
|
||||
# may be useful when attempting to debug the preprocessor
|
||||
preproc.save_build_files=false
|
||||
|
||||
# allows various preprocessor features to be toggled
|
||||
# in case they are causing problems
|
||||
|
||||
# preprocessor: pde.g
|
||||
preproc.color_datatype = true
|
||||
preproc.web_colors = true
|
||||
preproc.enhanced_casting = true
|
||||
|
||||
# preprocessor: PdeEmitter.java
|
||||
preproc.substitute_floats = true
|
||||
#preproc.substitute_image = false
|
||||
#preproc.substitute_font = false
|
||||
|
||||
# auto-convert non-ascii chars to unicode escape sequences
|
||||
preproc.substitute_unicode = true
|
||||
|
||||
# PdePreproc.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.
|
||||
preproc.output_parse_tree = false
|
||||
|
||||
# imports to use by default (changed for 0149, some imports removed)
|
||||
preproc.imports = java.applet,java.awt,java.awt.image,java.awt.event,java.io,java.net,java.text,java.util,java.util.zip,java.util.regex
|
||||
|
||||
# set the browser to be used on linux
|
||||
browser.linux = mozilla
|
||||
|
||||
# set to the program to be used for launching apps on linux
|
||||
#launcher.linux = gnome-open
|
||||
|
||||
# FULL SCREEN (PRESENT MODE)
|
||||
run.present.bgcolor = #666666
|
||||
run.present.stop.color = #cccccc
|
||||
# starting in release 0159, don't use full screen exclusive anymore
|
||||
run.present.exclusive = false
|
||||
# use this by default to hide the menu bar and dock on osx
|
||||
run.present.exclusive.macosx = true
|
BIN
build/shared/lib/theme/buttons.gif
Normal file
After Width: | Height: | Size: 2.6 KiB |
BIN
build/shared/lib/theme/resize.gif
Normal file
After Width: | Height: | Size: 92 B |
BIN
build/shared/lib/theme/tab-sel-left.gif
Normal file
After Width: | Height: | Size: 62 B |
BIN
build/shared/lib/theme/tab-sel-menu.gif
Normal file
After Width: | Height: | Size: 104 B |
BIN
build/shared/lib/theme/tab-sel-mid.gif
Normal file
After Width: | Height: | Size: 54 B |
BIN
build/shared/lib/theme/tab-sel-right.gif
Normal file
After Width: | Height: | Size: 839 B |
BIN
build/shared/lib/theme/tab-unsel-left.gif
Normal file
After Width: | Height: | Size: 62 B |
BIN
build/shared/lib/theme/tab-unsel-menu.gif
Normal file
After Width: | Height: | Size: 104 B |
BIN
build/shared/lib/theme/tab-unsel-mid.gif
Normal file
After Width: | Height: | Size: 54 B |
BIN
build/shared/lib/theme/tab-unsel-right.gif
Normal file
After Width: | Height: | Size: 63 B |
101
build/shared/lib/theme/theme.txt
Normal file
@@ -0,0 +1,101 @@
|
||||
# GUI - STATUS
|
||||
status.notice.fgcolor = #000000
|
||||
status.notice.bgcolor = #818b95
|
||||
status.error.fgcolor = #ffffff
|
||||
status.error.bgcolor = #662000
|
||||
status.edit.fgcolor = #000000
|
||||
status.edit.bgcolor = #cc9900
|
||||
status.font = SansSerif,plain,12
|
||||
|
||||
# GUI - TABS
|
||||
# settings for the tabs at the top
|
||||
# (tab images are stored in the lib/theme folder)
|
||||
header.bgcolor = #818b95
|
||||
header.text.selected.color = #1a1a00
|
||||
header.text.unselected.color = #ffffff
|
||||
header.text.font = SansSerif,plain,12
|
||||
|
||||
# GUI - CONSOLE
|
||||
console.font = Monospaced,plain,11
|
||||
console.font.macosx = Monaco,plain,10
|
||||
console.color = #000000
|
||||
console.output.color = #cccccc
|
||||
console.error.color = #ff3000
|
||||
|
||||
# GUI - BUTTONS
|
||||
buttons.bgcolor = #4a545e
|
||||
buttons.status.font = SansSerif,plain,12
|
||||
buttons.status.color = #ffffff
|
||||
|
||||
# GUI - LINESTATUS
|
||||
linestatus.color = #ffffff
|
||||
linestatus.bgcolor = #29333d
|
||||
|
||||
# EDITOR - DETAILS
|
||||
|
||||
# foreground and background colors
|
||||
editor.fgcolor = #000000
|
||||
editor.bgcolor = #ffffff
|
||||
|
||||
# highlight for the current line
|
||||
editor.linehighlight.color=#e2e2e2
|
||||
# highlight for the current line
|
||||
editor.linehighlight=true
|
||||
|
||||
# caret blinking and caret color
|
||||
editor.caret.color = #333300
|
||||
|
||||
# color to be used for background when 'external editor' enabled
|
||||
editor.external.bgcolor = #c8d2dc
|
||||
|
||||
# selection color
|
||||
editor.selection.color = #ffcc00
|
||||
|
||||
# area that's not in use by the text (replaced with tildes)
|
||||
editor.invalid.style = #7e7e7e,bold
|
||||
|
||||
# little pooties at the end of lines that show where they finish
|
||||
editor.eolmarkers = false
|
||||
editor.eolmarkers.color = #999999
|
||||
|
||||
# bracket/brace highlighting
|
||||
editor.brackethighlight = true
|
||||
editor.brackethighlight.color = #006699
|
||||
|
||||
|
||||
# TEXT - KEYWORDS
|
||||
|
||||
# e.g abstract, final, private
|
||||
editor.keyword1.style = #cc6600,plain
|
||||
|
||||
# e.g. beginShape, point, line
|
||||
editor.keyword2.style = #cc6600,plain
|
||||
|
||||
# e.g. byte, char, short, color
|
||||
editor.keyword3.style = #cc6600,bold
|
||||
|
||||
|
||||
# TEXT - LITERALS
|
||||
|
||||
# constants: e.g. null, true, this, RGB, TWO_PI
|
||||
editor.literal1.style = #006699,plain
|
||||
|
||||
# p5 built in variables: e.g. mouseX, width, pixels
|
||||
editor.literal2.style = #006699,plain
|
||||
|
||||
# e.g. + - = /
|
||||
editor.operator.style = #000000,plain
|
||||
|
||||
# ?? maybe this is for words followed by a colon
|
||||
# like in case statements or goto
|
||||
editor.label.style = #7e7e7e,bold
|
||||
|
||||
|
||||
# TEXT - COMMENTS
|
||||
editor.comment1.style = #7e7e7e,plain
|
||||
editor.comment2.style = #7e7e7e,plain
|
||||
|
||||
|
||||
# LINE STATUS - editor line number status bar at the bottom of the screen
|
||||
linestatus.font = SansSerif,plain,10
|
||||
linestatus.height = 20
|