1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-06-22 08:22:04 +03:00

Added test for "Decrease Indent with 1 char on the last line"

See #1271
This commit is contained in:
Cristian Maglie
2013-02-27 13:34:52 +01:00
parent 5e17ae84a2
commit d246ca06ab
4 changed files with 19 additions and 2 deletions

View File

@ -1234,6 +1234,7 @@ public class Editor extends JFrame implements RunnerListener {
menu.add(item);
item = newJMenuItem(_("Decrease Indent"), '[');
item.setName("menuDecreaseIndent");
item.addActionListener(new ActionListener() {
public void actionPerformed(ActionEvent e) {
handleIndentOutdent(false);