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.86k stars 297 forks source link

strange positioning #635

Open newbie-02 opened 2 months ago

newbie-02 commented 2 months ago

I have set PgUp and PgDown to normal behavior in settings. Having a long document open with preview active I can go down or up page by page in the preview window, normal and expected.
In contrast in edit window the displayed area often jumps far more than one page, quite often to start or end.
Often ,not always, the slider is misplaced, not corresponding to the area shown.

newbie-02 commented 1 month ago

could say the difference is: pg-down: cursor follows move, pg-up it doesn't, and next pg-down jumps to cursor position. Would like better consistency.

newbie-02 commented 4 days ago

could say most of this is solved in ver. 1.8.10 :-)

I see preview window coupled to scrolling in edit window, while the other way around you can scroll preview and edit 'stays' until you click some position in preview. Scrolling in TOC is independent until you hit roof or floor, then it switches to scroll in preview.

Can't say what's best for other peoples workflow, for me I'd like to have two modi, one 'coupled', edit, TOC, preview and outline synced to the same position in vertical center of the screen, all four following if you scroll in any or e.g. change position by search. And one 'uncoupled', where you can scroll each window independent of the others ( or have two pairs, outline coupled to edit and TOC to preview? ), mainly to compare different sections between edit and preview.

But that's just 'nice to have', the big point was to re-enable some / any syncing, great that that's done!!!