We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0021018 commit 2e80136Copy full SHA for 2e80136
app/src/processing/app/Editor.java
@@ -646,6 +646,7 @@ public void actionPerformed(ActionEvent e) {
646
647
if (importMenu == null) {
648
importMenu = new JMenu(_("Import Library..."));
649
+ MenuScroller.setScrollerFor(importMenu);
650
base.rebuildImportMenu(importMenu, this);
651
}
652
sketchMenu.add(importMenu);
build/shared/revisions.txt
@@ -9,6 +9,7 @@ ARDUINO 1.5.3 BETA
9
* Display estimated RAM usage after compile (Loren M. Lang)
10
* Updated arm gcc to 4.7.4 and simplified build.xml
11
* ARM gcc doesn't require ia32-libs anymore on 64 bits linux systems
12
+* Import library menu is now scrollable
13
14
[arduino core]
15
* sam: Fixed delayMicrosecond() when interrupts are disabled
0 commit comments