We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31284fe commit c08fd76Copy full SHA for c08fd76
app/src/cc/arduino/packages/formatter/AStyle.java
@@ -91,10 +91,8 @@ public void run() {
91
int line = getLineOfOffset(textArea);
92
int lineOffset = getLineOffset(textArea, line);
93
94
- textArea.getUndoManager().beginInternalAtomicEdit();
95
editor.removeAllLineHighlights();
96
editor.getCurrentTab().setText(formattedText);
97
- textArea.getUndoManager().endInternalAtomicEdit();
98
99
if (line != -1 && lineOffset != -1) {
100
try {
0 commit comments