mirror of
https://github.com/processing/processing4.git
synced 2026-01-22 16:01:07 +01:00
Processing Java Mode
This the Java Mode in Processing. It compiles your sketches and runs them. It is the primary mode of Processing.
Folders
applicationassets for exporting applications within the modegeneratedgenerated antlr code for the mode, should be moved to a properantlrplugin within gradlelibrarieslibraries that are available within the modelspgradle build system for the language server protocol, in the future we should decouple the lsp from the java mode and pde and move all relevant code here. For now it can be found insrc/.../lspmodelegacy files forAntpreprocessorthe preprocessor for the mode, same deal as with the lsp, although the decoupling has mostly been donesrcthe main source code for the modetesttests for the modethemeassets for the mode, related to autocomplete and syntax highlighting
Future plans
- Decouple the
lspandpreprocessorfrom the mode and move them to their own repositories - Move the
antlrcode to a proper plugin within gradle - Create a gradle plugin to convert
.pdefile to.javafiles - Create a gradle based version of Java mode.