Commit Graph

15401 Commits

Author SHA1 Message Date
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
Ben Fry 361268e768 disabling windowScaleFactor makes everything behave 2023-02-18 14:46:40 -05:00
Ben Fry 3d463e9784 clarifying language for window manager resize 2023-02-18 14:45:35 -05:00
Ben Fry 45ae247816 trying to sort out dpi issues on Windows 2023-02-18 13:33:37 -05:00
Ben Fry bd0d880f33 build fenster with mingw64 instead of msys b/c of DLL headache (fixes #514) 2023-02-18 15:38:03 +00:00
Ben Fry e3c53c8779 screen scale is a float, not an int (working on #514) 2023-02-18 09:26:58 -05:00
Ben Fry b61e86dea1 fix download url (though unlikely ever seen) 2023-02-18 09:24:49 -05:00
Ben Fry 8075e6fdb4 fix the messages during Export to Application 2023-02-18 08:11:55 -05:00
Ben Fry 3185ebae15 make note of launch4j bug 2023-02-18 08:01:15 -05:00
Ben Fry efa0be888b maybe not gonna fall back for processing.exe 2023-02-18 07:46:21 -05:00
Ben Fry ecefb96a49 fixing JDK lookup for Windows (resolves #667) 2023-02-18 07:43:11 -05:00
Ben Fry 93fe201ee9 looking into exported apps not finding Java on Windows (#667) 2023-02-18 07:11:29 -05:00
Ben Fry a81e84cf24 notes about #659 and #515 2023-02-18 06:40:13 -05:00
Ben Fry 6b624152a1 Merge pull request #659 from bsapozhnikov/main
Support chained decimals during SVG Parsing
2023-02-18 06:38:50 -05:00
Ben Fry f07d428607 notes about the icon fixes 2023-02-17 21:24:16 -05:00
Ben Fry b0969a8467 oops, pdex and pdez mixed up 2023-02-17 21:10:43 -05:00
Ben Fry e28080d2eb copy ico files during build 2023-02-17 21:07:29 -05:00
Ben Fry 78ff3db66c remove Optional for display scaling; implement reg keys for icons 2023-02-17 21:04:30 -05:00
Ben Fry 423437ff41 break out pyde with new name to reflect Windows change 2023-02-17 21:04:05 -05:00
Ben Fry 63cd51a331 multiple icons not allowed in launch4j 2023-02-17 21:03:49 -05:00
Ben Fry adc78610ce add ico files for Windows documents 2023-02-17 19:16:26 -05:00
Ben Fry 8f7754751b notes, plus the resolution of #666 2023-02-17 06:30:41 -05:00
Ben Fry 5c317e7308 alternative fix for #666 2023-02-16 18:58:27 -05:00
Ben Fry a933bb2f45 handle files that do not exist 2023-02-16 07:52:18 -05:00
Ben Fry 57ee4c6832 finishing up protocol handler for Windows 2023-02-16 07:48:27 -05:00
Ben Fry f14389a462 refactor b/c uri handlers not supported on Windows or Linux 2023-02-16 07:41:08 -05:00