Commit Graph

2372 Commits

Author SHA1 Message Date
Ben Fry f2233b749f disabling offline reference, hopefully temporary (see #524) 2022-08-02 07:05:44 -04:00
Ben Fry 3c6122ebeb replace code.google.com links with updated github urls 2022-07-31 15:45:23 -04:00
Ben Fry 3699c713d1 replace dev.processing.org bug links with download.processing.org links that work 2022-07-31 15:01:45 -04:00
Ben Fry caf1ba90b6 disable mixed mode warning; fixes #491, introduces #519 2022-07-30 19:39:15 -04:00
Ben Fry 68289a9315 finish up icons for debug toolbar 2022-07-30 19:13:48 -04:00
Ben Fry 9d7eca9eb1 rendering variable icons from svg in the debugger 2022-07-30 18:25:16 -04:00
Ben Fry 805306fd1b re-saving icons as svg 1.0 for happier p5 parsing 2022-07-30 18:24:51 -04:00
Ben Fry 96f65d4ed6 switch color to the replacement color 2022-07-30 16:56:51 -04:00
Ben Fry 4ba9a1f79f adding SVGs for variable kinds 2022-07-30 12:08:52 -04:00
Ben Fry dbb34bbc80 Merge pull request #504 from processing/clean_remove_missing_curly 2022-07-19 20:14:52 -04:00
A Pottinger 0c179d280f Fix #444 by removing old regex parsing.
It looks like there's still some left over regex parsing to check for missing braces from before the new preproc. The new preproc will catch the error and testing makes it look like this old regex check is not triggering anyway outside of comments (which is an issue reported in #444).
2022-06-21 08:50:50 -07:00
A Pottinger ece11f9345 Fix #488.
Clean up the footer writer section of the preprocessor for easier reading but also fix adding and looking for --full-screen which appears to have been left off at some point.
2022-06-21 08:34:44 -07:00
Ben Fry fa8eef0e8e nah... 2022-06-19 16:07:10 -04:00
Ben Fry 139af9fbf8 remove redundant code 2022-06-19 16:04:25 -04:00
Ben Fry 6de9e5aa21 oops, this was not saved in time for the previous commit 2022-06-19 13:18:02 -04:00
Ben Fry a366d9787c rewrite Info.plist.tmpl subst, also specify JVM version 2022-06-19 13:15:34 -04:00
Ben Fry 4b6e675f40 properly handle ARM for Export to Application on macOS 2022-06-19 10:11:07 -04:00
dzaima 449bf857f2 Fix parsing of java error messages containing ":" 2022-05-28 12:46:38 +03:00
Ben Fry 85238e42a4 rebuild theme selector for multiple sets, add theme to it 2022-05-21 08:49:10 -04:00
Ben Fry 6c841066d5 removing unused ui elements and updating the todo list for design work 2022-05-19 15:10:56 -04:00
Ben Fry 8d21712e9c updating the Export to Application window for FlatLaf 2022-05-09 21:08:22 -04:00
Ben Fry 93a611973b Merge pull request #436 from TN8001/confused-method-references
Fix IDE auto-formatting confused by method references (40b1) #279
2022-04-23 08:34:28 -04:00
Ben Fry f605c1bdd7 Merge pull request #459 from arnoudvanderleer/442-tweak-ints-underscores 2022-04-21 13:53:29 -04:00
Ben Fry b3f38c4baf Merge pull request #474 from processing/full_screen_sketch_renderer
Find sketch renderer in full screen preproc.
2022-04-21 13:42:33 -04:00
A Pottinger 6d6d7e8f1c Find sketch renderer inn full screen preproc. 2022-04-21 08:38:35 -07:00
codeanticode ffc64d0dec preprocess() method in JavaBuild returns PreprocessorResult object 2022-04-19 23:16:56 -04:00
Tempestas Ludi c4e806e3f0 Add simple tweak mode support for underscores in decimal and hexadecimal numbers 2022-03-28 19:42:06 +02:00
TN8001 0237dc37ac Update AutoFormat.java
fix #279
2022-03-05 08:37:37 +09:00
codeanticode 96778d8a7b Store sketch renderer in PreprocessorResult 2022-02-19 16:56:29 -05:00
Ben Fry d0e6f281d8 when doing Save As, don't included exported applications 2022-02-13 11:51:27 -05:00
Ben Fry fa741e29d0 lots of code to handle scaling on Windows; also for #378 2022-02-13 08:46:16 -05:00
Ben Fry ee0f093981 remove commented-out code to avoid confusion (moved elsewhere) 2022-02-12 12:04:41 -05:00
Ben Fry 1bb5b3e60c fix NPE for Preferences.get() in Export to Application 2022-02-12 10:56:55 -05:00
A Pottinger 0a848442d5 Add test for multiline strings in classes just to be safe.
Though the test isn't broken, just adding a multiline string within a class test case just out of an abundance of caution.
2022-02-10 08:56:15 -08:00
A Pottinger 4ffd2e5898 Add variable modifier to multi-multiline string test. 2022-02-10 08:52:08 -08:00
A Pottinger 3c59e3694c Fix for new test. 2022-02-10 08:46:53 -08:00
A Pottinger 18e1d567b6 Fix greedy multi-line string rule.
Single character fix which adds test for and closes #398 by making the rule non-greedy.
2022-02-10 08:43:24 -08:00
Ben Fry 0fb7f77390 fix errant use of sketch name vs main tab name 2022-02-06 20:05:51 -05:00
Ben Fry e19cd00481 just cleaning up spacing 2022-02-06 19:40:10 -05:00
Ben Fry f557e144ca fix typos, mostly spelling 2022-02-06 19:21:50 -05:00
Ben Fry bceb495731 cleaning syntax, spaces, and warnings in search of bug 2022-02-06 19:18:50 -05:00
Ben Fry 0c82fa4ce3 fix warnings and reduce number of very wide lines 2022-02-06 19:08:45 -05:00
Ben Fry adfe784341 split use of Sketch.getName() with new Sketch.getMainName() method 2022-02-06 18:54:52 -05:00
Ben Fry 22d6aca04c removing commented-out bits 2022-02-06 18:41:42 -05:00
Ben Fry bec5d15d18 minor clarification 2022-02-06 18:37:30 -05:00
Ben Fry 36a85e20c1 remove unnecessary "mode" reference, other notes 2022-02-04 20:36:01 -05:00
A Pottinger 7bc308e10e Add a test for no arg full screen. 2022-02-03 08:59:56 -08:00
A Pottinger 477508a971 Resolves preproc issue related to #352. 2022-02-03 08:57:37 -08:00
A Pottinger 220061ff3d Add new preproc test resources related to #352. 2022-02-03 08:56:11 -08:00
A Pottinger 63b8aa5753 Add failing test for #352.
It appears that the preproc is only bringing in the first arg in rewrite and this commit adds a test to check that other arguments also come over.
2022-02-03 08:47:01 -08:00