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.
Quote:
Originally Posted by The_book
1. Regular expression with function replacement (can be developed as a plug-in)
2. Search save function add save search mode
3. Setting options for turning off html checking for files larger than a specified size
|