trufanov-nok / scantailor-universal

ScanTailor Universal - a fork based on Enhanced+Featured+Master versions of ST
http://scantailor.org
Other
181 stars 16 forks source link

rearrange pages #95

Open femifrak opened 2 years ago

femifrak commented 2 years ago

Is there a way to rearrange the pages? Right click allows for 3 copying modes, however, when I right click somewhere else for insertion, ST crashes with a memory access violation. Can I find, what copying source, output file name, and page numbers means?

I use xubuntu 20.04 (xfce), ST version 0.2.12

trufanov-nok commented 2 years ago

Copying is just to copy text to the system clipboard: source image filename, output image filename (processed images are saved in ./out/ subfolder) or page numbers. Page numbers then cam be pasted as text in Edit/Select pages.

Insert is supposed to add a new image to the project. It seems it's crashing on Windows while trying to display a system file selection dialog with filtering. It's a known issue but I forgot to fix it.

You may choose "rename result filename " in context menu to adjust order of resulting files in ./out/ subfolder. But this isn't allows change page sequence in the project itself. Currently there is no support for changing page sequence order in the project.

femifrak commented 2 years ago

Thanks for the short response time and the really helpful software!!