1
0
mirror of https://github.com/arduino/Arduino.git synced 2024-12-12 23:08:52 +01:00
Arduino/app/test/processing/app
2015-06-29 16:18:40 +02:00
..
debug Extending remote upload. Sketch merge with bootloader is done by the IDE (using "noblink" bootloader if board definition provides one). If platform provides a "remote" upload tool, that tool is used, otherwise falls back to hardcoded "run-avrdude" 2015-06-18 15:43:10 +02:00
helpers Extending remote upload. Sketch merge with bootloader is done by the IDE (using "noblink" bootloader if board definition provides one). If platform provides a "remote" upload tool, that tool is used, otherwise falls back to hardcoded "run-avrdude" 2015-06-18 15:43:10 +02:00
linux Added missing license header to tests 2015-04-30 11:26:15 +02:00
macosx MacOSX: SystemProfilerParser nows claims to have found the device even if the name is not exactly the same 2015-06-12 14:21:08 +02:00
preproc Added missing license header to tests 2015-04-30 11:26:15 +02:00
syntax Added missing licenses/copyrights 2015-05-07 17:30:05 +02:00
tools Added missing license header to tests 2015-04-30 11:26:15 +02:00
windows Windows: working on reg query encoding issue #3360. German encoding is Cp852 2015-06-19 17:44:28 +02:00
AbstractGUITest.java Removed a handful of static methods delegates 2015-05-28 15:25:44 +02:00
AbstractWithPreferencesTest.java Removed a handful of static methods delegates 2015-05-28 15:25:44 +02:00
AutoformatProducesOneUndoActionTest.java Avoid referring directly to RSyntaxTextArea, at least in the names 2015-05-12 16:20:54 +02:00
AutoformatSavesCaretPositionTest.java Avoid referring directly to RSyntaxTextArea, at least in the names 2015-05-12 16:20:54 +02:00
AutoformatTest.java Avoid referring directly to RSyntaxTextArea, at least in the names 2015-05-12 16:20:54 +02:00
BlockCommentGeneratesOneUndoActionTest.java Avoid referring directly to RSyntaxTextArea, at least in the names 2015-05-12 16:20:54 +02:00
DefaultTargetTest.java Preparing the ground for rewriting Preferences GUI code (and hopefully fixing the tiny-pref-window bug on macosx) 2015-05-05 10:02:12 +02:00
HittingEscapeOnCloseConfirmationDialogTest.java New console: replaces previous EditorConsoleStream with one that's faster and doesn't discard end chars. 2015-06-29 16:18:40 +02:00
I18NTest.java Closing streams using IOUtils.closeQuietly 2015-05-21 16:50:49 +02:00
ReduceIndentWith1CharOnLastLineTest.java New console: replaces previous EditorConsoleStream with one that's faster and doesn't discard end chars. 2015-06-29 16:18:40 +02:00
ReplacingTextGeneratesTwoUndoActionsTest.java Avoid referring directly to RSyntaxTextArea, at least in the names 2015-05-12 16:20:54 +02:00
TestHelper.java Added missing license header to tests 2015-04-30 11:26:15 +02:00