From 2f88c2b5a4e6d012020e28ad471080eddee35e43 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20de=20Courville?= Date: Thu, 20 Mar 2025 14:38:29 +0100 Subject: [PATCH] Periodt --- BUILD.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BUILD.md b/BUILD.md index 243340337..d98e65c98 100644 --- a/BUILD.md +++ b/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.