Commit Graph

11230 Commits

Author SHA1 Message Date
Ben Fry a682332b67 remove goofy warning since it isn't fatal (#3835) 2015-09-21 16:44:01 -04:00
Ben Fry c7e29db0d2 remove the coffee cup icon on Windows, use the p5 icon 2015-09-21 16:27:11 -04:00
Ben Fry b7ca006e47 get rid of this guy altogether; not used by Add File anymore 2015-09-21 16:19:22 -04:00
Ben Fry ba9843e295 notes about refactoring 2015-09-21 16:13:54 -04:00
Ben Fry 8c9cd6324f Merge pull request #3846 from JakubValtar/code-completion
Clean JavaTextArea imports
2015-09-21 16:02:39 -04:00
Ben Fry a0854b8a12 closing up shop for now inside "Save As" 2015-09-21 16:02:04 -04:00
Jakub Valtar 3b3b02824a Clean imports 2015-09-21 16:01:24 -04:00
Ben Fry 02e8baed3a clean up warnings 2015-09-21 15:57:24 -04:00
Ben Fry a05d30fae1 todo items 2015-09-21 15:55:05 -04:00
Ben Fry f90c363cb4 Merge branch 'master' of github.com:processing/processing 2015-09-21 15:54:51 -04:00
Ben Fry 821939626d Merge pull request #3845 from JakubValtar/code-completion
Code suggestions refactoring
2015-09-21 15:54:35 -04:00
Ben Fry dc64dbbedf trying to clear up the "Save As" progress frame and avoid bugs 2015-09-21 15:53:14 -04:00
Jakub Valtar 52a2724aca Code suggestions refactoring
- fixed threading
- support for array types
- support for static access
- support for local classes
2015-09-21 15:48:43 -04:00
Jakub Valtar 6845c3b904 Move to error checker 2015-09-21 14:46:19 -04:00
Ben Fry 2f0641e5c7 Merge pull request #3842 from Akarshit/CM-Update
ContributionPanel are not getting duplicated in panelByContribution
2015-09-21 14:03:31 -04:00
Akarshit Wal 695f653be7 Overrided method so duplicates don't get added 2015-09-21 23:25:01 +05:30
Akarshit Wal 5f72f58ebe Initial 2015-09-21 22:58:18 +05:30
Jakub Valtar 0a767acafb Don't append noLoop() in error checker
Prevent "can't invoke noLoop() on obj" when you type "obj." in STATIC
mode
2015-09-21 11:56:45 -04:00
Jakub Valtar bf438dd5e4 Prevent completion panel getting focus 2015-09-21 11:55:23 -04:00
Jakub Valtar aa138107d9 Refactor ASTNodeWrapper.highlightNode 2015-09-21 11:47:03 -04:00
Jakub Valtar 0efbb48e85 Upgrade completions to JLS8 2015-09-21 11:41:53 -04:00
Jakub Valtar 4488e1df40 Synchronize access to ASTGenerator
We might want to remove this later
2015-09-21 11:39:53 -04:00
Jakub Valtar c2b2148a12 Fix field name 2015-09-21 11:34:36 -04:00
Ben Fry c9824bf8cf todo notes and formatting fixes in Base 2015-09-21 09:56:36 -04:00
Ben Fry 6e814ba11f make rollovers update with key presses; changes EditorButton constructor 2015-09-20 17:09:30 -04:00
Ben Fry adc63a5431 make rollovers update with key presses; changes EditorButton constructor 2015-09-20 17:09:13 -04:00
Ben Fry 9cbc1a79f4 show hover text when the mouse is over the 'debug' button 2015-09-20 15:46:30 -04:00
Ben Fry 8cb8bc300d updated the wiki for the Tool API 2015-09-20 14:48:05 -04:00
Ben Fry 77eeae89b4 change the Tool API to pass Base instead of Editor 2015-09-20 14:40:59 -04:00
Ben Fry c8f7d9364b adding notes and an alternate getSettingsFolder() implementation #3838 2015-09-20 14:23:10 -04:00
Ben Fry 53447b5b7c improve error handling, to sort out settings folder issues on Windows 10 #3838 2015-09-20 13:44:39 -04:00
Ben Fry e483323c61 looking into erratic placement of error squiggle for #3759 2015-09-20 13:05:54 -04:00
Ben Fry c4ffdfe68c debugging and forcing use of the local version of jna for #3800 and #3624 2015-09-20 11:07:56 -04:00
Ben Fry 0bb1cfc01e Merge pull request #3833 from gohai/for-ben-11
Make ARM JDK download work again with 8u51
2015-09-20 08:53:14 -04:00
gohai 7bafa05f83 Make ARM JDK download work again with 8u51 2015-09-20 09:51:38 +02:00
Ben Fry 59b0abba01 make buttons align properly to the scrollbar 2015-09-19 22:04:57 -04:00
Ben Fry 0e8a90da2b remove tooltip text 2015-09-19 21:56:02 -04:00
Ben Fry a9c601b7e8 remove dead code 2015-09-19 21:46:24 -04:00
Ben Fry f1acaa8564 more cleaning 2015-09-19 21:41:33 -04:00
Ben Fry b62e2d54fa make disabled icons the same so they do not show up twice the size 2015-09-19 21:29:16 -04:00
Ben Fry efa300de27 more icon cleaning, should be set with the 2x 2015-09-19 21:13:28 -04:00
Ben Fry 27d68c3005 correct thing with the update icon 2015-09-19 21:02:47 -04:00
Ben Fry 63cad4f160 more icons and code cleanup 2015-09-19 20:59:09 -04:00
Ben Fry aad9b4bada more about this new icon regime 2015-09-19 20:44:55 -04:00
Ben Fry 94ca5576f3 2x foundation icon in contrib list and other cleanups 2015-09-19 20:41:19 -04:00
Ben Fry 4cbd36fb8f code cleanup, remove unnecessary super() call 2015-09-19 20:32:33 -04:00
Ben Fry 03e0dfc440 implement 2x icons for contrib state 2015-09-19 19:58:45 -04:00
Ben Fry 7354e716e3 remove extra JNA debugging bits 2015-09-19 18:14:00 -04:00
Ben Fry 830553393e clean up the last of the OpenGL file dialog shitshow 2015-09-19 16:33:24 -04:00
Ben Fry 9c70f80583 Merge branch 'master' of github.com:processing/processing 2015-09-19 15:57:14 -04:00