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.88k stars 295 forks source link

Add fallback to workspace when adding a new item #528

Closed Ayowel closed 3 years ago

Ayowel commented 3 years ago

Fix #527. Add a fallback when creating a new item from the tree view if nothing is selected and add more explicit logging if an error still occurs

Ayowel commented 3 years ago

Edited commit as per comments + replaced.stream.collect pattern with a direct arraylist instanciation & dropped obsolete commented-out code