View Single Post
Old 02-26-2022, 12:00 PM   #43
KevinH
Sigil Developer
KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.
 
Posts: 8,893
Karma: 6120478
Join Date: Nov 2009
Device: many
Okay, for hopefully a follow-up release, we have made the following changes to master to fix reported bugs/issues:

- doing a F&R Count All should never impact current file or position no matter what the search target is set to.

- in Image Files Report, the FileSize column is now vertically aligned in its row.

- when using Go To Link or Style on a css class, any leading comment is now treated separately from the selector text so that the actual beginning of the selector is found

- support a Sigil Legacy build for Windows 7 machines that uses Python 3.8


@Ashjuk and @icallaci,
No promises but I will look to see if there is any way to remember search start and end when a new search is targeted at a search group (such as All HTML files) instead of always using the BookBrowser order.

This will take another full search redesign so it will not be something for a Sigil-1.9.1 quick follow-on release unless it turns out to be really simple to do (which I highly doubt).

Perhaps using a search interface that instead of a "Restart Search" button uses a "Find First" and "Find Next" buttons like some other programs such as BBEdit who can search in multiple files.

I am just not sure this will be possible as users can walk away from any search at any time to do something else and return to a different location, making remembering what has already been searched and what has not been searched yet much harder to do.

Somehow, we (Sigil) need to know if you want to pick up the search you may have left off earlier from here (possibly missing replacements) or just restart the same search but beginning here this time. Thus the need for either a Restart or Find First button to indicate how this needs to be treated by the user.

Thanks for your feedback!

Last edited by KevinH; 02-26-2022 at 12:05 PM.
KevinH is offline   Reply With Quote