2607 Commits

Author SHA1 Message Date
Stef Tervelde 86f0d85e56 Added tests 2024-12-09 15:10:38 +01:00
Stef Tervelde fcc9ef10c6 LSP gradle build 2024-12-09 14:55:19 +01:00
Stef Tervelde 5c40f12bb3 windows fix 2024-12-09 13:17:05 +01:00
Stef Tervelde ce4f379be4 Update build.gradle.kts 2024-12-09 13:15:28 +01:00
Stef Tervelde 4f68bcec09 preprocessor decoupling 2024-12-09 13:06:57 +01:00
Stef Tervelde 1628d57b28 pre-processor gradle 2024-12-09 12:03:56 +01:00
Stef Tervelde b33e0958f1 Add generated code 2024-12-09 09:44:15 +01:00
Stef Tervelde fe25597dc5 re-add bin files 2024-12-09 09:14:05 +01:00
Stef Tervelde 3c27a731a0 Merge branch 'processing:main' into main-gradle 2024-12-07 09:12:06 +01:00
Stef Tervelde 138db8471b Cleaned up ignored files 2024-11-17 19:47:08 +01:00
vsquared 7df7f28a68 Add all seven of the javafx modules to JavaBuild.java
Please add _all seven of the javafx modules so that we may use JavaFX controls in our apps. Thanks.
2024-11-16 23:48:01 -06:00
vsquared 461360123c Add all seven of the javafx modules to JavaBuild.java
Please add _all seven of the javafx modules so that we may use JavaFX controls in our apps. Thanks.
2024-11-16 19:56:10 -06:00
Stef Tervelde 28ab38a11c Lottie animations 2024-11-14 19:57:23 +01:00
Stef Tervelde 70208d3561 Build sketches with new app bundler 2024-11-14 12:44:09 +01:00
Stef Tervelde 07f05f39c6 Deprecation indicators and removed unused resources 2024-11-14 10:39:08 +01:00
Stef Tervelde e082481594 Run app with Java Mode 2024-11-14 10:30:56 +01:00
kevinstadler 020c23c9f1 Improve Network and Serial library web reference
- fix broken `@see_external` webref links (remove outdated LIB_ prefix)
- adjust `@instanceName`s and descriptions to match the webref example
  variable names
2024-04-13 18:26:44 -06:00
Sam Pottinger eb03bca69b Fixed EDT placement. 2023-08-20 15:03:27 -07:00
Sam Pottinger f2646c44c3 Better EDT error placement. 2023-08-20 14:01:56 -07:00
Ben Fry 6058229db0 update exported application icon 2023-07-25 19:06:34 -04:00
Sam Pottinger d2262f912d Clean up for #752. 2023-07-16 19:56:45 -07:00
Sam Pottinger aa80f30eb5 IProblem bounds resolved. 2023-07-16 19:51:20 -07:00
Sam Pottinger 8059c7bcc8 Working JavaError again without full highlight. 2023-07-16 19:49:46 -07:00
Sam Pottinger c2356b834d Simple PDE test working again. 2023-07-16 19:17:59 -07:00
Sam Pottinger d366df99cc Hold on fix for #752. 2023-07-16 18:51:07 -07:00
Sam Pottinger 36e1cbd26d Compiling again but highlighting wrong. 2023-07-16 18:39:17 -07:00
Ben Fry 73670aa99b Merge pull request #690 from Efratror/LSP-Feature/Reference_Support
Lsp feature/reference support
2023-07-16 14:31:42 -04:00
Ben Fry fb20a176ee fix pdf colors outside the range causing NPE (resolves #740) 2023-07-16 12:40:21 -04:00
Ben Fry 6974daf314 Merge branch 'main' of github.com:processing/processing4 2023-07-16 07:21:52 -04:00
A Samuel Pottinger 6cba79b067 Merge pull request #729 from WillRabalais04/iterate-606
Alternative regex for resolving issue#606
2023-07-13 09:06:15 -07:00
A Samuel Pottinger 7dff2c18b1 Merge pull request #721 from processing/fix-color-tweaks
Tweaks fix for transparency
2023-07-13 08:50:40 -07:00
WillRabalais04 757a250aa3 Updated one-dimensional array test case 2023-06-05 18:54:51 +02:00
WillRabalais04 4b72e1be62 Updated regex to not match one-dimensional arrays 2023-06-05 18:53:34 +02:00
WillRabalais04 0aa92caad5 draft regex for VariableNode 2023-06-05 17:48:43 +02:00
Sam Pottinger aeb72426c1 Closes #720.
Fix an issue where tweaks mode wont run if there are semi-transparent
colors in the tab because of a regex issue.
2023-05-16 11:10:14 -07:00
Sam Pottinger ecc1dc0d62 Added asserts for PdeAdapter. 2023-05-11 13:38:15 -07:00
Sam Pottinger 3ba415c7f3 Working again with optionals split. 2023-05-11 13:33:45 -07:00
Sam Pottinger 9fcf7527aa Start refactor of #715 to specific optionals. 2023-05-11 13:22:19 -07:00
Sam Pottinger e69ad56b09 Style fixes related to #715. 2023-05-10 16:19:57 -07:00
Sam Pottinger 761db14d99 Reverse accidential change related to #715. 2023-05-10 16:17:08 -07:00
Sam Pottinger 490fc2bfee Closes #714.
Depending on how the Problem is made, the error may be given relative to
start of line or start of tab. Flag indicates to users of Problems which
one they are working with.
2023-05-10 16:13:37 -07:00
A Samuel Pottinger 0987f67fc9 Clarify unneeded section. 2023-05-10 14:01:46 +00:00
A Samuel Pottinger 674cfe0766 Add test for failsafe. 2023-05-09 18:41:36 +00:00
A Samuel Pottinger 5c3fa69f57 Add failsafe for #713. 2023-05-09 18:37:08 +00:00
A Samuel Pottinger cd313c6138 Add test to describe null on #713. 2023-05-09 18:26:15 +00:00
A Samuel Pottinger 2fdd3e5f36 Refactor to regex and tests.
Closes Debugger lists immediate array dimension last #606.
2023-05-09 18:12:27 +00:00
Ben Fry d76b1740c3 itext jar as library 2023-05-04 13:49:28 -04:00
WillRabalais04 9489ad8b33 Bugfix for Issue #606
Updates the getStringValue method of the VariableNode class so that it correctly handles multidimensional arrays. The default formatting of multidimensional arrays is to have the size of the first array written in the last set of brackets eg.int[][5]. This changes it so that the returned value has the size of the first array written in the first set of brackets eg.int[5][]. This can parse multidimensional arrays of any size.
2023-03-24 01:47:55 -04:00
Efratror b3ee57fa5b Follow styleguide for previous code
As noted by mr. Fry in PR #678 and issue #684
2023-03-19 08:44:12 +01:00
Efratror cbbb8786ea Add capabilities to the server 2023-03-19 08:38:28 +01:00