Commit Graph

2412 Commits

Author SHA1 Message Date
Ben Fry a7ca671e94 merge App into PdeLanguageServer, more cleaning 2022-11-26 13:40:51 -05:00
Ben Fry eb1e88f5df renaming classes for consistency/brevity 2022-11-26 13:35:32 -05:00
Ben Fry 053eeee39c renaming package for consistency 2022-11-26 13:33:43 -05:00
Ben Fry 27a6673af6 lsp4j download working 2022-11-26 13:31:48 -05:00
Ben Fry 9eb8877886 adding lsp4j jars and build updates 2022-11-26 13:25:16 -05:00
Ben Fry 8424cbf4fb rolling back non-source changes from 4f21049 2022-11-26 12:30:27 -05:00
Ben Fry 4f21049c75 Merge pull request #564 from kgtkr/language-server 2022-11-26 12:25:25 -05:00
Ben Fry 587361dd40 show number of mb in download 2022-11-25 17:45:36 -05:00
Ben Fry 6e78e9aa5c oops, add translation 2022-11-25 16:59:30 -05:00
Ben Fry 143fcfd4d9 implement download option for offline reference 2022-11-25 13:52:20 -05:00
A Samuel Pottinger 1ca265aa43 Fix code sniff for java mode. 2022-11-12 17:54:18 +00:00
A Samuel Pottinger 25da0c968a Allow static to take precedent over java sketch. 2022-11-12 17:34:30 +00:00
A Samuel Pottinger 9ea128cc21 Add failing test for static mode class defintion. 2022-11-12 17:30:06 +00:00
A Samuel Pottinger 9b19e4add9 Clean up tests prior to addressing #579. 2022-11-12 17:17:41 +00:00
A Pottinger 8b80e50306 Fix SLF4J issue via JSSC. 2022-10-24 21:18:21 -07:00
A Pottinger ddee1730f7 Switch to upstream JSSC pathing. 2022-10-24 20:04:02 -07:00
A Pottinger b33f236d5a Merge branch 'main' into jssc_fast_forward 2022-10-24 18:55:56 -07:00
A Pottinger fce6a5bfe8 Fast forward JSSC 2022-10-18 09:01:21 -07:00
kgtkr ac062a502d Implementation language server 2022-10-01 13:14:02 +09:00
Ben Fry 2943abf84f wow, codesign --remove-signature is f*ked 2022-08-09 07:29:07 -04:00
Ben Fry 4e92343d0f get the new welcome screen running 2022-08-08 21:38:03 -04:00
Ben Fry 7d8ab53ff3 reset Xcode installed state to fix the window 2022-08-08 17:59:59 -04:00
Ben Fry b204d80f18 clarifications in Export to Application for macOS 2022-08-08 17:57:42 -04:00
Ben Fry fb8dfbfd9b purge several "applet" references from the code 2022-08-07 22:17:47 -04:00
Ben Fry b9399826e7 finish redoing Export to Application for macOS 2022-08-06 20:19:25 -04:00
Ben Fry aed31bb769 swap with binary that was mangled by codesign --remove 2022-08-06 17:42:38 -04:00
Ben Fry 59e61228e7 get code signing to work again on macOS for exported applications 2022-08-06 17:23:05 -04:00
Ben Fry 7c8557b184 send code errors during export to the status bar 2022-08-05 21:42:04 -04:00
Ben Fry b0328fba51 remove the "online" separator because everything is online 2022-08-04 19:26:13 -04:00
Ben Fry 752cc6bd74 fix Library/Tool reference links in help menu (resolves https://github.com/processing/processing/issues/5839) 2022-08-04 15:18:06 -04:00
Ben Fry bb5b46bfd8 fix links for reference in the Help menu 2022-08-04 15:03:21 -04:00
Ben Fry a8bb758f9e add clean-libs target to build.xml files 2022-08-04 10:37:44 -04:00
Ben Fry 673cb1660e cleaning up warnings 2022-08-03 20:47:49 -04:00
Ben Fry 1a6d0c9d48 set up caching of icons 2022-08-03 18:46:32 -04:00
Ben Fry d80943f386 incorporate svg versions of completion icons 2022-08-03 18:24:46 -04:00
Ben Fry ea42f89157 cleaning up these SVGs 2022-08-03 18:21:24 -04:00
Ben Fry 627bee6355 garbage Adobe SVGs 2022-08-03 18:11:33 -04:00
Ben Fry 788324c850 fix width/height calc of completion panel, remove ugly border 2022-08-03 06:40:28 -04:00
Ben Fry 5c8c03a0a4 cleanup and removing dead code in completions 2022-08-03 06:13:37 -04:00
Ben Fry 5853010098 looking to fix text for completions; instead cleaning code 2022-08-02 22:37:04 -04:00
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