-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
test example from intellij #14
Comments
I found out that processing-java should come with Windows and linux. In that case, it's a matter of finding out where the executable is, which wasn't so easy for me, as I let my installer install it - it was just easier to download the processing install files and run processing-java from that folder. Would pde:// work for this case, I would just need to replace the extension of the pde file to pdez? @SableRaf @Stefterv |
Downloading processing might install a different version than the contributor is working with |
Any other VSCode plugins / other tools that have to dynamically detect where |
Run examples from intellij configurations. |
Have confirmed that one does not need to restart Processing for the newly compiled library to be used. |
Okay so any idea if triggering processing-java is an option? |
I'm chatting with Diya about her processing-java knowledge in the next couple of days. Btw, should I expect that pde:///<sketchbook location/libraries//examples//.pdez should work? Is that another way to try? |
Yes I think that might also work |
after the library is built and copied into processing, it would be great to be able to, from intellij, run processing on the example.pde.
Could intellij run processing on the commandline - tools > processing-java for macs.
The text was updated successfully, but these errors were encountered: