1
0
mirror of https://github.com/arduino/Arduino.git synced 2024-12-10 21:24:12 +01:00
Arduino/app/test/processing/app
2015-10-26 15:49:31 +01:00
..
debug Removed some old code, including PdePreprocessor and OldCompiler 2015-09-21 15:20:31 +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 "static" makes sense for constants and few other things. Avoid it if you don't have a specific reason for using it. 2015-10-26 15:49:31 +01:00
syntax Removed unused imports 2015-10-20 18:29:40 +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 Build path is now a function of sketch path. This allows to recycle previously 2015-09-18 10:47:23 +02:00
AbstractWithPreferencesTest.java Build path is now a function of sketch path. This allows to recycle previously 2015-09-18 10:47:23 +02:00
AutoformatProducesOneUndoActionTest.java Removed unused imports 2015-10-20 18:29:40 +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
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