This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

View | Details | Raw Unified | Return to bug 23571
Collapse All | Expand All

(-)Abbrev.java (+3 lines)
Lines 240-245 Link Here
240
            } else {
240
            } else {
241
                doc.insertString(dotPos, ins, null);
241
                doc.insertString(dotPos, ins, null);
242
            }
242
            }
243
            
244
            Formatter formatter = doc.getFormatter();
245
            formatter.reformat(doc, dotPos, dotPos + ins.length());
243
            expanded = true;
246
            expanded = true;
244
        } else if (expansion instanceof Action) {
247
        } else if (expansion instanceof Action) {
245
            ((Action)expansion).actionPerformed(evt);
248
            ((Action)expansion).actionPerformed(evt);

Return to bug 23571