Guido icon indicating copy to clipboard operation
Guido copied to clipboard

Not work for version 2.21 and later

Open qianlvable opened this issue 10 years ago • 5 comments

I try to run the examples on the Processing 2.21 and 3.0(Windows 64-bit), and it got error message showing below: java.util.regex.PatternSyntaxException: Unexpected internal error near index 1
^ at java.util.regex.Pattern.error(Unknown Source) at java.util.regex.Pattern.compile(Unknown Source) at java.util.regex.Pattern.(Unknown Source) at java.util.regex.Pattern.compile(Unknown Source) at java.lang.String.replaceAll(Unknown Source) at de.bezier.mode.javascript.JavaScriptBuild.build(Unknown Source) at de.bezier.mode.javascript.JavaScriptBuild.export(Unknown Source) at de.bezier.mode.javascript.JavaScriptMode.handleExport(Unknown Source) at de.bezier.mode.javascript.JavaScriptEditor.handleExport(Unknown Source) at de.bezier.mode.javascript.JavaScriptEditor.serverStarted(Unknown Source) at de.bezier.mode.javascript.BasicServer.run(Unknown Source) at java.lang.Thread.run(Unknown Source)

qianlvable avatar Dec 20 '14 01:12 qianlvable

Have to check … i think the newer Processing versions have modifications to the preprocessing that cause these.

fjenett avatar Dec 24 '14 13:12 fjenett

...

q2dg avatar May 29 '15 11:05 q2dg

Tx!

fjenett avatar Jun 01 '15 14:06 fjenett

Well...let's forget this library, then

q2dg avatar Aug 10 '17 13:08 q2dg

hi Florian @fjenett ! You probably spent a lot of time developing the library, and likely it helped a lot of people! Since the library doesn't work with new versions of Processing, would it be possible to put a warning in your README that the library is no longer maintained, and perhaps ask Processing to remove it from the repository?

haschdl avatar Aug 02 '18 13:08 haschdl