Commit Graph

2461 Commits

Author SHA1 Message Date
WillRabalais04 0aa92caad5 draft regex for VariableNode 2023-06-05 17:48:43 +02: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
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
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 e766a11063 disable alternate method for display resolution check 2023-02-18 15:49:54 -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 ecefb96a49 fixing JDK lookup for Windows (resolves #667) 2023-02-18 07:43:11 -05:00
Ben Fry 0b83cad90f hoisting some code from Java Mode for use with Jython (also fixes #601) 2023-02-14 18:40:19 -05:00
Ben Fry 750d3f3487 moving the ExportDialog class into app so it can be used by Jython 2023-02-14 18:12:10 -05:00
Ben Fry b53a17c965 minor re-org while looking at Jython integration 2023-02-14 13:59:13 -05:00
Ben Fry a8401d14ab fix handleSaveAs() inversion 2023-02-09 18:26:56 -05:00
Ben Fry 8b4c4efbfd set all build.xml files to Java 17; replace a few tabs with spaces 2023-01-20 11:44:00 -05:00
Ben Fry 31a6c0668f slight rename and more cleaning/modernizing 2023-01-19 19:33:43 -05:00
Ben Fry c73cbfbc4c clean warnings 2023-01-19 15:39:17 -05:00
Ben Fry 9c2d3d0b0b clean warnings 2023-01-19 15:39:03 -05:00
A Samuel Pottinger 527570f255 Use getMainName on PreprocService
Fixes #610.
2023-01-16 03:49:23 +00:00
Ben Fry efdbb0222b minor formatting changes 2023-01-15 20:38:53 -05:00
Ben Fry 1fedfb2109 always enabled; remove unused var 2023-01-15 20:12:53 -05:00
Ben Fry b7d1b4ed92 a bit of cleaning while looking for #610 2023-01-15 20:10:27 -05:00
Ben Fry 21580b60f1 minor cleaning and warnings 2023-01-15 19:56:50 -05:00
Ben Fry fef539a7d3 Merge pull request #636 from processing/qualified-name-guard
Resolve #521 (color in qualifiedname)
2023-01-14 17:55:09 -05:00
Ben Fry ce39bb543d more cleaning and moving/renaming things 2023-01-14 17:51:05 -05:00
A Samuel Pottinger 34cf13e9c2 Resolve #521 (color in qualifiedname for EDT) 2023-01-14 19:11:08 +00:00
Ben Fry c76176aaf9 major cleanup to ExamplesContribution; untangling more contribs mess 2023-01-11 11:16:05 -05:00
Ben Fry 859984b277 Merge pull request #622 from processing/preproc-annotations-fix 2023-01-09 21:39:03 -05:00
A Samuel Pottinger bf973e6c02 Update tests for #635. 2023-01-10 02:25:04 +00:00
A Samuel Pottinger 3679a9004b Fix #626 (partial import of processing.core) 2023-01-10 02:22:54 +00:00
A Samuel Pottinger e5f58a1602 Fix typo on annotationPoint. 2022-12-10 17:45:19 +00:00
A Samuel Pottinger c211eb133e Fix #619 2022-12-10 17:31:38 +00:00
A Samuel Pottinger b59ad67181 Add failing test to address #619 2022-12-10 17:21:03 +00:00
Ben Fry 9375c950e6 add missing gson library for LSP (see #564) 2022-11-28 09:00:49 -05:00
Ben Fry 389051f0d9 change source level for build 2022-11-28 06:17:30 -05:00
Ben Fry c3108960a2 Merge pull request #609 from processing/preproc_fix_space_equation 2022-11-27 19:56:50 -05:00
A Samuel Pottinger c6f9b6f626 Fix leading space. 2022-11-27 19:56:35 +00:00
A Samuel Pottinger 690d7c5961 Add test for #607 2022-11-27 19:42:26 +00:00
A Samuel Pottinger 8d6d942c12 Fix tests. 2022-11-27 19:21:52 +00:00
A Samuel Pottinger 54426cb8a7 Fix size call with equation. 2022-11-27 19:04:56 +00:00
Ben Fry 91f9824cba update lsp4j from 0.12 to 0.19 2022-11-27 06:42:41 -05:00
Ben Fry eda169fe49 cleaning up more IntelliJ complaints 2022-11-26 14:36:32 -05:00
Ben Fry 031dfc4475 clean up a few warnings and a little code 2022-11-26 13:50:52 -05:00
Ben Fry a7ca671e94 merge App into PdeLanguageServer, more cleaning 2022-11-26 13:40:51 -05:00