View Single Post
Old 12-16-2020, 10:22 PM   #35
The_book
Zealot
The_book began at the beginning.
 
Posts: 100
Karma: 10
Join Date: Aug 2019
Device: none
Quote:
Originally Posted by KevinH View Post
1. Writing and using Sigil's plugins is much more flexible than writing replacement functions in python itself. So I do not think that feature is needed. If you can write a replacement function in python you should have no trouble creating a plugin. The interface is very simple.

2. What do you mean by "save search mode"? Do You mean regular expression control flags should be saved along with the search or something else?

3. There is no regular checking of html files once loaded. Turn off Preview on very very large files. But note, single large html files are generally a very poor design choice.
1. I think so.
2. Yes. Normal/Regex/Case sensitive/Do not change, current/all/selected/do not change.
3. single large html files is used before divided, and I need to do saved search/replace before divided. Anyawy , I will try.
The_book is offline   Reply With Quote