Ben Fry
b524e64aff
Merge pull request #4446 from JakubValtar/pdex-cleanup
...
Move PDEX listeners from JavaEditor to PDEX
2016-05-08 14:06:07 -04:00
Ben Fry
6f0b8ce04d
get rid of warnings for (currently) unused variables
2016-05-08 14:05:21 -04:00
Ben Fry
6bb94f6a96
fix output for command line on Windows
2016-05-08 14:04:31 -04:00
Ben Fry
f23e65d2a4
Merge pull request #4350 from satoshiokita/fix-issue-1633
...
fixed a processing-java command encoding problem for Windows Prompt
2016-05-08 14:00:09 -04:00
Jakub Valtar
165c2ecdf2
Replace bit operators with boolean operators
2016-05-08 19:46:19 +02:00
Ben Fry
46c6ead243
rewrite the empty sketchbook PR for performance
2016-05-08 13:45:40 -04:00
Jakub Valtar
84ad45ec85
Move PDEX listeners from JavaEditor to PDEX
2016-05-08 19:39:39 +02:00
Ben Fry
68e0a7093f
todo notes, cleaning up the empty sketchbook PR
2016-05-08 13:38:14 -04:00
Ben Fry
07c00d638f
Merge pull request #4311 from PARAG00991/emptysbmessage
...
Empty sketchbook message when sketchbook is empty
2016-05-08 13:30:48 -04:00
Ben Fry
686f03710c
Merge pull request #4442 from JakubValtar/pps-update
...
PPS: threading enhancement
2016-05-07 18:18:09 -04:00
Jakub Valtar
87dd72e59b
PPS: wait for running callbacks to finish before publishing new result
2016-05-07 12:21:19 +02:00
Ben Fry
53f4f16f59
notes about other merges
2016-05-06 20:15:36 -04:00
Ben Fry
5935e62b6f
Merge pull request #4432 from gohai/opengl-runtime-exception
...
Be more verbose with drawExceptions with cause null
2016-05-06 20:05:33 -04:00
Ben Fry
db85400515
Merge pull request #4384 from gohai/arm-next
...
Add a few IO library examples
2016-05-06 20:03:11 -04:00
Ben Fry
12a62ae5cd
Merge pull request #4416 from gohai/gles2-mipmap
...
Add automatic mipmap support to GLES2
2016-05-06 19:59:39 -04:00
Ben Fry
863a018fa3
Merge pull request #4440 from JakubValtar/javamode-refactoring
...
Java Mode refactoring
2016-05-06 19:56:18 -04:00
Jakub Valtar
8c66f369e7
PDEX + PPS: remove unnecessary problem list
2016-05-07 01:24:48 +02:00
Jakub Valtar
6ad196a80a
Remove error checker toggle from preferences
2016-05-07 00:48:06 +02:00
Jakub Valtar
41524cc610
Multiple problems per line
2016-05-07 00:38:58 +02:00
Jakub Valtar
cd160e9b18
Fix indents in ImportStatement
2016-05-07 00:17:05 +02:00
Jakub Valtar
d54b363ea0
Make sure parseXXX functions can be mapped correctly
2016-05-06 23:46:01 +02:00
Jakub Valtar
6aedf09854
Handle edge cases in offset mapping
2016-05-06 23:40:42 +02:00
Jakub Valtar
0ca3181cfa
Merge remote-tracking branch 'upstream/master' into javamode-refactoring
2016-05-06 22:40:01 +02:00
Jakub Valtar
350612826e
PPS: display all errors at once
2016-05-06 21:12:45 +02:00
Jakub Valtar
a93ac18a94
PDEX: change severity of status messages
2016-05-06 20:38:19 +02:00
Jakub Valtar
2e489b5820
PDEX: make show usage tree nicer
2016-05-06 20:32:47 +02:00
Jakub Valtar
88d0065d58
Fix typo in TextTransform
2016-05-06 19:58:04 +02:00
Jakub Valtar
8bc5fd2427
PDEX + PPS: make rename and undo work together
2016-05-06 19:38:54 +02:00
Jakub Valtar
0e035b09e4
PDEX: clean up rename window positioning
2016-05-06 19:35:19 +02:00
Jakub Valtar
5467d30cf2
PDEX: fix Show Usage window not updating
2016-05-06 19:34:59 +02:00
Jakub Valtar
b1eb7bec15
PDEX + PPS: add blocking callbacks
2016-05-06 19:34:17 +02:00
Jakub Valtar
d16c0a5072
PDEX: add some error messages
2016-05-06 19:33:25 +02:00
Jakub Valtar
ecc6eb1d88
PDEX: make ShowUsage static
2016-05-06 17:55:38 +02:00
Jakub Valtar
dbdb4bd8e0
Make suggestion window flicker (little bit) less
2016-05-06 17:52:57 +02:00
Jakub Valtar
75bc74606d
Remove unused Sketch and Tab outlines
2016-05-06 17:52:36 +02:00
Jakub Valtar
08508072ea
Rename ECS to preprocessing service, move error checking to PDEX
2016-05-06 17:44:15 +02:00
Jakub Valtar
4fd2ba5e5d
PDEX: simplify AST debug tree generation
2016-05-06 13:20:32 +02:00
Jakub Valtar
4f297645ca
Move vm-specific classes into Debugger
2016-05-06 12:59:41 +02:00
Jakub Valtar
c31fe2df88
Fix indents in MarkerColumn (tabs -> spaces)
2016-05-06 12:49:50 +02:00
Jakub Valtar
27a61d05a2
Move LineMarker into MarkerColumn
2016-05-06 12:48:15 +02:00
Jakub Valtar
7e1517f4b7
ASTGen: rename to CompletionGenerator
2016-05-06 12:37:53 +02:00
Jakub Valtar
7b13d1d2dd
ASTGen: break the revised stuff out into PDEX
2016-05-06 12:36:40 +02:00
Jakub Valtar
2796026cf6
JavaBuild: fix output path when java tabs have package declaration
2016-05-06 00:19:50 +02:00
Jakub Valtar
cbfad51dec
Handle last line correctly while building Show Usage Tree Node
2016-05-06 00:05:46 +02:00
Jakub Valtar
f81e98e49d
Fix NPE while logging exceptions in JavaTextArea
2016-05-06 00:04:34 +02:00
Jakub Valtar
09e4552ceb
Offset mapping: clip tab index before using it
2016-05-06 00:01:37 +02:00
gohai
fe2082dcce
IO: Simulate on all unsupported platforms
...
Instead of throwing an exception early on, this makes it possible to test all other parts of sketches that make light use of the IO library. A warning is printed once after startup for those environments.
This was tested on OS X against all examples that come with the IO library. Note: x86 and x64 are technically supported platforms. If a user on those prefers to use simulation instead, it is necessary to call NativeInterface.alwaysSimulate() before any other IO library function.
2016-05-05 19:33:37 +02:00
gohai
ef1490566b
IO: Fix LedCounter example
2016-05-05 19:27:19 +02:00
codeanticode
f870930ed6
null buffer check
2016-05-04 21:53:09 -04:00
codeanticode
38dc5d31f0
save previous texture in tessellator only if tex cache in non-null
2016-05-04 10:50:05 -04:00