Commit Graph

1487 Commits

Author SHA1 Message Date
Umair Khan 4592afc213 Let the mode decide in which jars to search for during auto completion
This will allow Android mode to add android.jar to this searchable jars list.

Signed-off-by: Umair Khan <omerjerk@gmail.com>
2015-08-17 11:34:14 +05:30
Ben Fry 6ff0cfdbb4 Merge pull request #3638 from JakubValtar/bugfix-preproc
Preprocessor can now handle fully qualifies names
2015-08-16 12:13:59 -04:00
Ben Fry 4d87cee32e clearing out unnecessary maze 2015-08-15 14:41:49 -04:00
Ben Fry 2f0747b76e Merge branch 'master' of github.com:processing/processing 2015-08-15 12:41:04 -04:00
Ben Fry 5937dc091f hitting Run should restart the sketch, even when debugging (fixes #3623) 2015-08-15 12:40:27 -04:00
Jakub Valtar 1c4fa04aa9 Preprocessor can now handle fully qualifies names
- Map.Entry<String, Integer> is now possible
- java.util.List<Boolean> also possible
2015-08-15 12:01:33 -04:00
gohai 1372fe2ce9 Linux people are used to confusion and misery
Let them know what's wrong when an UnsatisfiedLinkError hits. This could also be a missing external dependency that library's dynamic library requests, for example.
2015-08-15 16:04:04 +02:00
gohai 6315a2f3da Make processing-java return an error code if the VM failed
This still doesn't seem to return anything for exceptions inside a sketch, but a start. Error codes could be helpful for automatic regression testing of all examples.
2015-08-15 16:01:37 +02:00
Ben Fry 07def439d7 fixing this up a bit 2015-08-14 12:40:19 -04:00
Ben Fry c76db01b12 implement passing of command line options (#2552) 2015-08-14 09:19:53 -04:00
Ben Fry d4f22189bc remove warnings 2015-08-14 06:54:27 -04:00
Manindra Moharana dd425e09bf making sure to close the buffered reader 2015-08-14 00:14:52 -07:00
Manindra Moharana 68de54bbc6 implemented code completion defaults #2951 2015-08-14 00:07:56 -07:00
Manindra Moharana 25380f9a55 fixes broken completion planel 2015-08-13 22:32:52 -07:00
Ben Fry 8f8d426cb1 cleaning up for Java Mode 2015-08-13 22:28:18 -04:00
Ben Fry d683313e64 they're all icons 2015-08-13 21:10:44 -04:00
Ben Fry 89a3514c39 these don't make sense in Mode 2015-08-13 21:09:09 -04:00
Ben Fry 8789cf763e fix up Java Mode for changes to Base 2015-08-13 20:09:11 -04:00
Ben Fry 1052d6643f clean up internal sketch loading, breaks api but fixes #3586 and avoids other complications 2015-08-13 11:54:18 -04:00
Ben Fry 3867ac9bbd use a different launch4j version without gcc dependency (fixes #3575) 2015-08-12 16:17:31 -04:00
Ben Fry 097ddfca54 avoid NPE for sketches w/o size() (fixes #3585) 2015-08-12 14:43:43 -04:00
Ben Fry 2ffa92470f remove warnings 2015-08-12 14:39:03 -04:00
Ben Fry 7ae9b1f58d Merge pull request #3583 from gohai/arm-3.0-for-ben7
Second bunch of arm patches (v5)
2015-08-11 19:36:40 -04:00
gohai 25a4f406ff Sketch export for armv6hf (v2)
Includes a lot of improvements suggested by Ben.
2015-08-12 01:09:01 +02:00
gohai fb999dba06 Fix double space in UnsatisfiedLinkError message 2015-08-12 01:09:01 +02:00
Ben Fry f496709a87 update our own libraries to use .properties files (fixes #3574) 2015-08-11 10:30:37 -04:00
Joel Moniz 4bc796e1fa Breakpoints don't 'jump' after hitting Enter on blank line 2015-08-11 00:44:27 +05:30
Ben Fry 8b0d9949b4 Don't toggle breakpoints when the debugger isn't enabled (fixes #3306) 2015-08-09 20:42:18 -04:00
Ben Fry cca48147d7 some cleaning, plus refurb tweak mode code 2015-08-09 20:39:46 -04:00
Ben Fry 2fc916c341 don't show breakpoints when debugger is off (fixes #3093) 2015-08-09 18:05:12 -04:00
Gal Sasson 3d37a7a28c tweakmode: place tweak init function right after the size function 2015-08-09 11:20:56 -04:00
Ben Fry e173a67b57 add core to imports so that GL2 and processing.core doesn't screw up the ErrorCheckerService 2015-08-08 12:03:41 -04:00
Ben Fry 4abfd9bdaa prevent Export with examples and untitled/unsaved sketches 2015-08-08 10:56:37 -04:00
Ben Fry c1843c1f05 disable Export button when no platforms selected, save export prefs 2015-08-08 10:46:56 -04:00
Ben Fry 5596055947 a few gui cleanups 2015-08-06 16:10:48 -04:00
Ben Fry bd76c294cb update to launch4j 3.8 2015-08-06 12:37:46 -04:00
Ben Fry 20b5ffa344 Q: Who likes to break the build? A: Who doesn't. 2015-08-05 12:05:35 -04:00
Ben Fry 5fd17acde6 deal with the empty sketch case 2015-08-05 08:40:18 -04:00
Ben Fry 98a5650fc3 change up how extra statements from size() are handled (fixes #3531) 2015-08-05 08:33:34 -04:00
Jakub Valtar 30ad88a458 Remove size() from setup() when copying to settings()
Related: #3412 #3483
2015-07-29 17:39:10 -04:00
Ben Fry ebbbd61dba add icons to the tabs on the footer 2015-07-17 11:29:53 -04:00
Ben Fry f007bf9f8e move utility functions out of Base and into Util 2015-07-16 14:47:13 -04:00
Ben Fry d633b23148 activate the welcome screens 2015-07-16 12:31:14 -04:00
Ben Fry edff04495a remove unused import 2015-07-14 09:07:17 -04:00
Casey Reas 16cf0fa1dd Merge pull request #3461 from tiwawan/master
Added a comment in LargePage
2015-07-13 08:56:18 -07:00
tiwawan 62dd1bc8e1 Added a comment in LargePage 2015-07-11 14:24:14 +09:00
Manindra Moharana 977ecc17e9 Fixes #3434 2015-07-05 21:28:05 -07:00
Ben Fry aa690ff926 split welcome, add menu option for debug 2015-07-03 11:57:44 -04:00
Ben Fry 7da7186cf9 tabs to spaces, some (but not all) formatting fixed 2015-07-03 11:17:14 -04:00
Ben Fry 7b3f68860c remove debug message 2015-07-03 11:05:35 -04:00