Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 3bdf7be

Browse filesBrowse files
committed
removing experimental mode
1 parent d5f2796 commit 3bdf7be
Copy full SHA for 3bdf7be

File tree

Expand file treeCollapse file tree

4 files changed

+13
-4
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

4 files changed

+13
-4
lines changed
Open diff view settings
Collapse file

‎build/build.xml‎

Copy file name to clipboardExpand all lines: build/build.xml
+4-2Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@
128128
<subant buildpath="../java/libraries/pdf" target="clean"/>
129129
<subant buildpath="../java/libraries/serial" target="clean"/>
130130
<subant buildpath="../java/libraries/video" target="clean"/>
131-
<subant buildpath="../experimental" target="clean"/>
131+
<!-- <subant buildpath="../experimental" target="clean"/>-->
132132
<subant buildpath="shared/tools/MovieMaker" target="clean"/>
133133
</target>
134134

@@ -140,7 +140,7 @@
140140
<subant buildpath="../java/libraries/pdf" target="build"/>
141141
<subant buildpath="../java/libraries/serial" target="build"/>
142142
<subant buildpath="../java/libraries/video" target="build"/>
143-
<subant buildpath="../experimental" target="build"/>
143+
<!-- <subant buildpath="../experimental" target="build"/>-->
144144
<subant buildpath="shared/tools/MovieMaker" target="build"/>
145145
</target>
146146

@@ -152,12 +152,14 @@
152152

153153
<!-- <target name="experimental" unless="version">-->
154154
<target name="experimental">
155+
<!--
155156
<copy todir="${target.path}/modes/experimental">
156157
<fileset dir="../experimental">
157158
<include name="**/mode/*" />
158159
<include name="**/theme/*" />
159160
</fileset>
160161
</copy>
162+
-->
161163
</target>
162164

163165
<target name="assemble" depends="version-clear, version-write, experimental">
Collapse file

‎build/shared/revisions.txt‎

Copy file name to clipboardExpand all lines: build/shared/revisions.txt
+7Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,13 @@ Full screen is back for Windows, and
137137
+ Add error message for raspberry pi (and others?) about int buffers
138138
https://github.com/processing/processing/issues/2010
139139

140+
141+
[ changes ]
142+
143+
+ Experimental Mode has been removed from the default download,
144+
so that it can be updated more frequently. Install it and help us
145+
test what will become the 3.0 release of Processing!
146+
140147
+ Add "Processing Foundation" to the Help menu.
141148
https://github.com/processing/processing/issues/1908
142149

Collapse file

‎core/todo.txt‎

Copy file name to clipboardExpand all lines: core/todo.txt
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
0220 core
1+
0220 core (2.0.2)
22
X basic getShape(ch) implementation for font glyph shapes
33
X change QUAD_BEZIER_VERTEX to QUADRATIC_VERTEX to match the API call
44
X because this lives inside PConstants
Collapse file

‎todo.txt‎

Copy file name to clipboardExpand all lines: todo.txt
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
0220 pde
1+
0220 pde (2.0.2)
22
X fix "less less" typo
33
X https://github.com/processing/processing/issues/1928
44
X slash breaks syntax highlighting (with spaces)

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.