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.9k stars 299 forks source link

Enable move any tab page #577

Closed manueljordan closed 1 year ago

manueljordan commented 1 year ago

So far until 1.8.3 if is opened some files - where each one is available in its own tab page - is not possible move a specific tab page to a specific position.

For example is exists the following files opened and sorted as:

aaa bbb ddd ccc

is not possible either select ddd and move it to the right or select ccc and move it to the left. Currently I must close ddd and open again to see it as the latest tab page opened.

manueljordan commented 1 year ago

Should be closed with https://github.com/asciidocfx/AsciidocFX/releases/tag/v1.8.5 ?

rahmanusta commented 1 year ago

Yes, it should also be available

manueljordan commented 1 year ago

Yes. I've confirmed it works. Huge Thanks for the support.