1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-08-01 03:47:23 +03:00

Adding drop-down for selecting line ending to serial monitor (issue #119). Also switching subpanes from BorderLayout to BoxLayout.

This commit is contained in:
David A. Mellis
2010-07-11 15:31:34 +00:00
parent 03a62f38d2
commit 6f96ce0df2
2 changed files with 29 additions and 8 deletions

View File

@ -38,6 +38,9 @@ ARDUINO 0019
* Adding control over scrolling in serial monitor.
http://code.google.com/p/arduino/issues/detail?id=97
* Added drop-down for selecting line endings to the serial monitor.
http://code.google.com/p/arduino/issues/detail?id=119
* Fixed problem with tabs of the same name but different extensions.
http://code.google.com/p/arduino/issues/detail?id=191