Function
282283284285286287288289290291292
// XXX: Needed for undo-redo to work properly EventQueue.invokeLater(new Runnable() { @Override public void run() { inserter.insertFunction(textPane); } }); } }