9193e45366
eliminate temp files
2012-05-11 22:42:49 +02:00
44573fc5f0
added a couple of languags
2012-05-11 22:42:09 +02:00
1908613308
updated translation files
2012-04-17 13:06:27 +02:00
2df086b316
modifier Preferences.java to include Indonesian
2012-04-16 15:38:18 +02:00
8c7bfecce0
added Indonesian
2012-04-16 15:29:19 +02:00
7b9c4c5935
reviewed language files
2012-04-15 23:17:34 +02:00
36de2699ee
cleaned up a bit
2012-04-15 22:24:37 +02:00
9ff3445902
fixed a whoe series of language files
2012-04-15 22:22:40 +02:00
433fe269f6
moiified several files
2012-04-11 23:19:10 +02:00
9a340926da
Fixed case for Russian language to fit the rest of the languages
2012-04-11 10:14:48 +03:00
1247b1e5e4
Merge pull request #72 from dcuartielles/master
...
modified language files
2012-04-08 14:57:07 -07:00
7f2f7ea5e5
revised language files
2012-04-08 23:49:56 +02:00
49be972ca4
Case correction in preferences dialog.
2012-04-08 17:33:52 -04:00
ea4693026e
Removing comment.
2012-04-08 17:33:34 -04:00
cf02e3a491
Removing unused po and properties files.
2012-04-08 17:33:24 -04:00
3ea9d4734f
Updating the Chinese names of the Chinese languages.
...
Previous names referred to geographic locations; new ones are to the
style of characters.
2012-04-08 16:58:31 -04:00
189e023346
Replacing call to isEmpty(), which isn't in Java 1.5.
2012-04-08 16:18:57 -04:00
3875a6c00f
Adding language names in their own language.
2012-04-08 15:47:27 -04:00
b816571772
Adding "system default" (default locale) option for IDE language.
...
That is, if the editor.languages.current preference is empty (or
missing), use the default system locale.
2012-04-08 15:06:24 -04:00
c03ea000a2
Moving language selection up in the preferences dialog.
2012-04-08 14:51:37 -04:00
f89bf2e523
modified Preferences.java, added Russian, revised French
2012-04-08 11:18:22 +02:00
c3535a0d8e
hacked the IDE to support multiple translations and include a dropdown list to choose the most convenient
2012-04-08 03:51:37 +02:00
ad1d5ca89d
modified Preferences.java to include one of the strings into the translation files
2012-04-04 18:24:43 +02:00
f1f2f8e49c
Lowering minimum size for Editor text area.
...
This should make it possible to shrink the overall IDE window without
losing the scroll bars on the text pane.
http://code.google.com/p/arduino/issues/detail?id=52
2012-03-11 15:05:44 -04:00
24916baf70
Don't insert newline in serial monitor keyboard shortcut (Lars J. Nielsen)
...
http://code.google.com/p/arduino/issues/detail?id=279
2012-03-11 13:50:47 -04:00
a292677108
Adding preference for disabling verification on upload (Nathan Seidle)
...
Adds a checkbox to the preferences dialog that controls whether or not
to verify code on upload via serial (verification still always occurs
when uploading using a programmer). It is checked by default to match
current behavior.
2012-03-03 13:54:10 -05:00
a6eb9ea5eb
Fixing double- and triple-click selection behavior (Peter Lewis)
...
Double clicking selects words, double-clicking and dragging does too.
Triple-click for lines.
http://code.google.com/p/arduino/issues/detail?id=824
2012-03-02 18:06:29 -05:00
b133faa68f
Commenting out extraneous println().
2012-03-02 17:57:10 -05:00
0db8bdbbb0
Find / Replace dialog cleanup and improvements (Peter Lewis)
...
Adds Find Previous and Use Selection for Find; various other cleanups.
Changes Mac keyboard shortcut for Redo from Command-Y to
Command-Shift-Z.
http://code.google.com/p/arduino/issues/detail?id=825
2012-03-02 17:56:17 -05:00
599a9052c9
Updating version to 101.
2012-03-02 17:47:57 -05:00
784232c6a5
Adding 32-bit version of AVR toolchain on Linux (Paul Stoffregen)
...
http://code.google.com/p/arduino/issues/detail?id=300
2012-02-28 14:50:28 -05:00
6ab18ea1cc
Lowering minimum editor heights for netbooks
...
http://code.google.com/p/arduino/issues/detail?id=52
2012-02-14 16:13:39 -08:00
cb8e184ab8
Using setMinimumSize() instead of window listener for editor windows.
...
http://code.google.com/p/arduino/issues/detail?id=52
2012-02-12 19:58:40 -05:00
b5c21fcefb
Removing console logs (stdout.txt and stderr.txt) on exit. (Paul Stoffregen)
...
http://code.google.com/p/arduino/issues/detail?id=701
2011-12-30 10:17:06 -05:00
24a0dfdf00
Refactoring compile and upload to speed-up compilation, too.
2011-12-16 19:51:07 -05:00
a29866f7da
Removing delete previous applet folder on export preference.
2011-12-16 19:05:06 -05:00
1a7fe19348
Removing per-board compilation speedup checks.
2011-12-16 18:49:43 -05:00
b0ae6e764d
Compilation speed-up patch (only compile modify files). (Paul Stoffregen)
...
http://code.google.com/p/arduino/issues/detail?id=638
2011-12-16 18:20:22 -05:00
7b8888a93a
Fix for full-width space bug.
...
Imported from Processing development r6687 on
http://code.google.com/p/processing
Close #1
2011-12-07 01:45:13 +09:00
541a7b3575
UI i18n and the Japanese text catalog.
...
Wrapped the every string literals with _(...) function.
The _() function resides in "app/src/processing/app/I18n.java",
which translates the UI texts using "Resources_XX.properties" file
where XX is the locale code.
I provided the properties file for the ja (Japanese) locale.
I created this file using "xgettext" and "msgcat" commands.
"i18n_update.{py,sh}" files are the tool I used to do that.
Change in "app/build.xml" is to include the properties files
in jar file.
2011-12-07 01:45:13 +09:00
fa4ab4f6ab
Adding --relax flag for linking of ATmega2560 code. (arducopter)
...
http://code.google.com/p/arduino/issues/detail?id=729
2011-12-05 17:21:05 -05:00
10aba52ab8
Making editor font size apply to serial monitor and console (Paul Stoffregen)
...
http://code.google.com/p/arduino/issues/detail?id=550
2011-12-03 16:27:11 -05:00
fe243801a4
Fixing "auto-associate" preference text (.pde -> .ino).
...
http://code.google.com/p/arduino/issues/detail?id=699
2011-10-29 17:47:17 -04:00
b14a3c501e
Lock / unlock fuses and hex file now optional for burn bootloader command.
...
This allows the "burn bootloader" command to be used, for example, to set the fuses on a microcontroller without actually loading a bootloader onto it.
http://code.google.com/p/arduino/issues/detail?id=683
http://code.google.com/p/arduino/issues/detail?id=684
2011-10-21 18:25:14 -04:00
a2235e3cdc
Showing compilation warnings when verbose output is enabled.
...
http://code.google.com/p/arduino/issues/detail?id=664
2011-10-01 17:05:21 -04:00
d49c8e2c13
Restore .pde sketches too (not just .ino ones).
...
http://code.google.com/p/arduino/issues/detail?id=652
2011-09-25 10:01:36 -04:00
43fa225724
Dialog and preference about renaming .pde to .ino files on save.
...
The new extension (.ino) is used by default for all new sketches (whether created with new or save as). It's possible, however, to control the behavior on save. The first time you save a sketch with a .pde file, you're prompted to rename it or cancel the save. There's a preference that allow selecting whether or not .pde files are renamed on save.
http://code.google.com/p/arduino/issues/detail?id=644
2011-09-16 13:30:50 -04:00
026794f1eb
Don't rename read-only files in sketch on save (which becomes save-as).
...
http://code.google.com/p/arduino/issues/detail?id=639
2011-09-16 12:45:24 -04:00
131f7898b6
Removed dialog box warning when auto-renaming from .pde to .ino.
...
Now both .pde and .ino ext are hidden in IDE tabs.
2011-09-11 23:45:12 +02:00
5d97d467c8
File renamed from .pde to .ino during save.
2011-09-10 01:16:24 +02:00