mirror of
https://github.com/processing/processing4.git
synced 2026-01-30 11:51:54 +01:00
Periodt
This commit is contained in:
committed by
GitHub
parent
e4a9747917
commit
2f88c2b5a4
2
BUILD.md
2
BUILD.md
@@ -54,7 +54,7 @@ Any classes that end up being written in Kotlin have their equivalent Java class
|
||||
|
||||
### Running Processing
|
||||
|
||||
The main task to run or debug the PDE is `run`
|
||||
The main task to run or debug the PDE is `run`.
|
||||
|
||||
If your main concern is with the `Core` you don't need to build and start the whole PDE to test your changes. In IntelliJ IDEA you can select any of the sketches in `core/examples/src/.../` to run by click on the green arrow next to their main functions. This will just compile core and the example sketch. Feel free to create additional examples for your new functionality.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user