Commit Graph

15426 Commits

Author SHA1 Message Date
Ben Fry c3979fec66 Merge pull request #746 from trikaphundo/translation-spanish
Update Spanish translation
2023-07-16 12:18:00 -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
A Samuel Pottinger f0f1d01081 Merge pull request #715 from processing/differentiate-offset
Fix error highlighting in IDE.
2023-07-13 08:34:24 -07:00
Daniel 5d1a5a9368 Update Spanish translation
Synchronised with the master version (English).
2023-07-09 19:16:56 +02: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 beb27a1075 Merge branch 'differentiate-offset' of github.com:processing/processing4 into differentiate-offset 2023-05-11 13:39:10 -07:00
Sam Pottinger ecc1dc0d62 Added asserts for PdeAdapter. 2023-05-11 13:38:15 -07:00
A Samuel Pottinger a712ff047e Merge pull request #716 from processing/refactor-715-optional
Start refactor of #715 to specific optionals.
2023-05-11 13:36:25 -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 a0cbb64b4d Add docstring to Problem. 2023-05-10 16:33:18 -07:00
Sam Pottinger 4039cb7a6a Reverse accidential change for #715. 2023-05-10 16:20: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
A Samuel Pottinger 5ec4cdc295 Merge pull request #692 from WillRabalais04/bugfixes
Bugfix for Issue #606
2023-05-09 08:48:28 -07: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
Ben Fry 80a5b124f1 notes about #678 and #676 2023-02-27 06:01:21 -05:00
Ben Fry 14e070213d Merge pull request #678 from Efratror/LSP-Feature/Declaration_Support
LSP feature/declaration support
2023-02-27 05:58:07 -05:00
M. Avontuur d8a163b9a7 Add declaration finding capabilities to LS 2023-02-26 09:31:15 +01:00
M. Avontuur 99dc03de28 Add symbol finder 2023-02-26 09:30:25 +01:00
M. Avontuur 2ff786a0bd Open up SketchInterval 2023-02-26 09:28:49 +01:00
M. Avontuur a2b5b973e1 Bring out the preprocSketch 2023-02-26 09:27:14 +01:00
M. Avontuur 274664c8fd Add helper functions 2023-02-26 09:26:47 +01:00
Ben Fry ae809133cd quirks found during use 2023-02-21 09:16:46 -05:00
Ben Fry 70538ce092 note about Python Mode 2023-02-20 15:41:19 -05:00
Ben Fry 8b8c53df4d rolling over for the next release (4.2.1) 2023-02-20 06:09:17 -05:00
Ben Fry adad1a17c0 writing release notes processing-1292-4.2 2023-02-20 05:36:37 -05:00
Ben Fry a39ac72481 fixes for recent issues 2023-02-20 05:02:58 -05:00
Ben Fry 011b64b3bf fix StackOverFlowError when calling getDouble() (#671) 2023-02-20 05:02:49 -05:00
Ben Fry 2208b390c2 try newer version to see if it avoids errors 2023-02-20 04:36:14 -05:00
Ben Fry 4c901a30e5 clean up a few warnings 2023-02-18 19:43:03 -05:00
Ben Fry 4cf2348854 new-style switch statements 2023-02-18 19:38:14 -05:00
Ben Fry 93ef0648a7 change to uiScale when getting display bounds 2023-02-18 18:28:29 -05:00
Ben Fry 0882da0654 tweak sketch sizing, prevent double-resize 2023-02-18 18:02:44 -05:00
Ben Fry f7978cc31c multiply by ui scale when setting screen rectangle 2023-02-18 17:59:00 -05:00
Ben Fry 41bc6d74c6 new JOGL releases?! 2023-02-18 17:58:43 -05:00
Ben Fry daf3859398 trying to figure out what is going on with bounds 2023-02-18 16:53:21 -05:00
Ben Fry 3bd7ffed17 more work on resolutions and full screen 2023-02-18 16:33:27 -05:00
Ben Fry e766a11063 disable alternate method for display resolution check 2023-02-18 15:49:54 -05:00
Ben Fry 4c2b834e0b Merge branch 'main' of github.com:processing/processing4 2023-02-18 14:47:06 -05:00