asciidocfx / AsciidocFX

Asciidoc Editor and Toolchain written with JavaFX 21 (Build PDF, Epub, Mobi and HTML books, documents and slides)
http://www.asciidocfx.com/
Apache License 2.0
1.91k stars 298 forks source link

Update editor.js #395

Open programaths opened 6 years ago

programaths commented 6 years ago

IMPORTANT: Untested code

Hoisted code dealing with the editor session at top level and avoid calling "getSession()" many times and making the session setup clearer as it is done in the same place.