mirror of
https://github.com/arduino/Arduino.git
synced 2024-12-03 14:24:15 +01:00
parent
00210189fe
commit
2e80136cab
@ -646,6 +646,7 @@ public class Editor extends JFrame implements RunnerListener {
|
|||||||
|
|
||||||
if (importMenu == null) {
|
if (importMenu == null) {
|
||||||
importMenu = new JMenu(_("Import Library..."));
|
importMenu = new JMenu(_("Import Library..."));
|
||||||
|
MenuScroller.setScrollerFor(importMenu);
|
||||||
base.rebuildImportMenu(importMenu, this);
|
base.rebuildImportMenu(importMenu, this);
|
||||||
}
|
}
|
||||||
sketchMenu.add(importMenu);
|
sketchMenu.add(importMenu);
|
||||||
|
@ -9,6 +9,7 @@ ARDUINO 1.5.3 BETA
|
|||||||
* Display estimated RAM usage after compile (Loren M. Lang)
|
* Display estimated RAM usage after compile (Loren M. Lang)
|
||||||
* Updated arm gcc to 4.7.4 and simplified build.xml
|
* Updated arm gcc to 4.7.4 and simplified build.xml
|
||||||
* ARM gcc doesn't require ia32-libs anymore on 64 bits linux systems
|
* ARM gcc doesn't require ia32-libs anymore on 64 bits linux systems
|
||||||
|
* Import library menu is now scrollable
|
||||||
|
|
||||||
[arduino core]
|
[arduino core]
|
||||||
* sam: Fixed delayMicrosecond() when interrupts are disabled
|
* sam: Fixed delayMicrosecond() when interrupts are disabled
|
||||||
|
Loading…
Reference in New Issue
Block a user