Ben Fry
a140208d1d
looking into alternative for #4560
2016-07-30 11:47:10 -04:00
tyfkda
2c1ffd436b
Simplify conditional branch
...
Checking `editor.tabs.expand` is done just before the block,
so this condition is always met.
2016-07-30 07:47:25 +09:00
Ben Fry
2c1303b317
Merge pull request #4554 from gohai/chip-XQueryBestCursor-workaround
...
Add a temporary workaround for the CHIP
2016-07-28 19:45:50 -04:00
Ben Fry
ca6599ebb0
Merge pull request #4570 from tyfkda/feature/fix-typo
...
Fix typo in comment
2016-07-28 19:42:57 -04:00
Ben Fry
228ae105a2
Merge pull request #4573 from tyfkda/feature/fix-typo2
...
Fix typo in comment
2016-07-28 19:39:49 -04:00
gohai
6bea3ee5c1
IO: Fix compilation on arm
...
Error introduced in previous commit.
2016-07-15 17:30:18 +02:00
tyfkda
029f9c378e
Fix typo in comment
2016-07-13 05:12:41 +09:00
tyfkda
e19562bcca
Fix typo in comment
2016-07-12 09:35:55 +09:00
gohai
6ce890bffb
Add a temporary workaround for the CHIP
...
Reported this to the CHIP team: Seeing some odd exception from deep within Java's awt classes ("Width (0) and height (0) must be non-zero"). This is triggered because the libX11 function XQueryBestCursor is returning a width and height of zero, which seems to be a bug. I am guessing that this will also pop up with other Java applications.
This makes things work on the CHIP w/ OS image 4.4 and latest packages. I also tested on OS X, but I am not familiar enough with the Tweak Mode to say for sure.
2016-07-01 14:18:09 +02:00
gohai
dbdeb9cf66
IO: We want motors, they said (implements SoftwareServo)
...
Some measurements with a logic analyzer and the Raspberry Pi 2
sleep: 0.001500, measured avg: 0.0015357, measured 0.95 perc.: 0.0015573
sleep: 0.0185, measured avg: 0.0186177, measured 0.95 perc.: 0.0186345
servo_pulse_oversleep was set to account for the (expected) overhead of waking up and toggling the pin with help from the numbers above.
2016-06-23 19:52:14 +02:00
Jakub Valtar
b9c449c115
Return of the error check toggle
...
Show Warnings now gets greyed out if check is not enabled
2016-05-19 19:09:55 +02:00
Jakub Valtar
33dc961f1b
Add preference to disable ctrl/cmd+mouse1 combo
2016-05-13 13:05:32 +02:00
Jakub Valtar
8142320cda
Polish inspect mode interaction
...
- interaction fixes for button2 click and ctrl/cmd+button1 click
- makes it much less likely to be invoked it by accident
2016-05-13 12:51:36 +02:00
Ben Fry
df784462d0
Merge pull request #4191 from GKFX/javadocs
...
Fix error messages from Javadocs
2016-05-10 14:18:07 -04:00
George Bateman
5767b086f6
Fix most Javadoc errors, except syntax
2016-05-10 19:13:20 +01:00
Jakub Valtar
0d94baeba6
PPS: Fix color literals containing 'e' being suffixed by 'f'
2016-05-10 11:25:28 +02:00
Ben Fry
71bf7588a6
Merge pull request #4449 from JakubValtar/rename
...
PDEX: Remove some unnecessary calls from rename
2016-05-08 20:19:57 -04:00
Ben Fry
51b6426e69
Merge pull request #4450 from JakubValtar/fix-first-error-check
...
PPS: Fix listeners not firing on first preprocessing run
2016-05-08 20:19:02 -04:00
Rostyslav Zatserkovnyi
ec6010bf45
Adjust Problem changes
2016-05-09 00:48:37 +03:00
Rostyslav Zatserkovnyi
41ac2f35d9
Add friendlier error message for HidingEnclosingType
2016-05-08 23:20:41 +03:00
Jakub Valtar
f2ab84ea7c
PPS: Fix listeners not firing on first preprocessing run
2016-05-08 22:07:39 +02:00
Jakub Valtar
79e9d5ff33
PDEX: Remove some unnecessary calls from rename
2016-05-08 22:00:02 +02:00
Ben Fry
8242839401
more notes for other changes
2016-05-08 15:17:26 -04:00
Ben Fry
8d053fd3ed
Merge pull request #4443 from gohai/jna-update
...
Update to JNA 4.2.0
2016-05-08 15:13:40 -04:00
Ben Fry
e4460a5b2e
Merge pull request #4406 from gohai/arm-export-memory
...
Ignore memory options when exporting for ARM
2016-05-08 15:09:32 -04:00
Ben Fry
822089487b
Merge pull request #4321 from kfeuz/serial_readbytes
...
Added readBytes(max) to serial library
2016-05-08 15:06:09 -04:00
Ben Fry
971d741111
Merge pull request #4320 from kfeuz/network_readbytes
...
Added readBytes(max) to net library
2016-05-08 15:05:59 -04:00
Ben Fry
2964984bf2
Merge pull request #4448 from JakubValtar/fix-build
...
Fix build
2016-05-08 14:46:50 -04:00
Jakub Valtar
0260c904a3
Fix build
...
My previous pull request was using it
2016-05-08 20:40:14 +02:00
Ben Fry
5225326ae1
Merge pull request #4319 from kfeuz/symlink
...
Add support for symlinks to exported applications in linux
2016-05-08 14:33:58 -04:00
Ben Fry
884bf3d1e7
Merge pull request #4447 from JakubValtar/pdex-cleanup
...
Forgot debug println
2016-05-08 14:11:27 -04:00
Jakub Valtar
ef6d348615
Forgot debug println
2016-05-08 20:10:04 +02:00
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
Jakub Valtar
84ad45ec85
Move PDEX listeners from JavaEditor to PDEX
2016-05-08 19:39:39 +02:00
gohai
f75fc3762a
Update to JNA 4.2.0
...
The name of the subfolder containing jnidispatch.dll for 64-bit Windows changed as well.
2016-05-07 13:31:27 +02: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
db85400515
Merge pull request #4384 from gohai/arm-next
...
Add a few IO library examples
2016-05-06 20:03:11 -04:00
Jakub Valtar
8c66f369e7
PDEX + PPS: remove unnecessary problem list
2016-05-07 01:24:48 +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