Embed CodeArea to javafx javafx.scene.control.Dialog:
CodeArea codeArea = new CodeArea();
dialog.getDialogPane().setContent(codeArea);
Then try to select portion of text - looks like cursor position a bit shifted from original one, so it is hard to point to exact symbol.
Embed CodeArea to javafx javafx.scene.control.Dialog:
Then try to select portion of text - looks like cursor position a bit shifted from original one, so it is hard to point to exact symbol.