Jean-Marc Lasgouttes wrote:
Tommaso Cucinotta <tommaso.cucino...@sssup.it> writes:
However, I have to go through all the code, especially with
ignore-format off, because I noticed some misbehaviour (probably some
white-spaces more/less in the textual exports of insets -- w.r.t. a
few months ago).
You mean that your code is sensitive to every change we make to latex
export? Yikes!
Basically, in the current implementation I saved adding a method (and
code) to each and every inset, for implementing the search, but all I
rely upon is the text-only and latex exports, which were already present
in LyX. Also, regular expressions search is implemented recurring to
widely available libraries which operate on strings.
My plan would be to see a first release with the functionality out, that
would provide good feedback on interface, missing features, etc...
Then, rework the implementation.
T.