Re: Under Linux, "Find in Files" with a '$' character doesn't work

Neil Hodgson <[email protected]> Tue, 1 Oct 2024 14:43:21 -0700 (PDT)
Newsgroups gmane.editors.scite.general
Message-ID <[email protected]>
Jingcheng Zhang::

I tried to search "\$2800", but the executed command becomes:

SciTE -grep ~~~~ "" "" "\\$2800"


   The Slash function protects the \ you entered by converting it to \\. 
This Slash function likely needs to change while not affecting other 
callers.

[email protected]:

Try single quotes to avoid interpolation:


Unfortunately, replacing double quotes with single quotes in the code would 
make it difficult to search for single quotes.

Neil

-- 
You received this message because you are subscribed to the Google Groups "scite-interest" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
To view this discussion on the web visit https://groups.google.com/d/msgid/scite-interest/e09841f7-ce68-4701-a5e6-304deed5fcd1n%40googlegroups.com.