Discussion:
find_again()
Erez Amit
2009-02-24 13:33:46 UTC
Permalink
Hi,

Is there a built-in macro variable that holds the last searched string?
or
Is there a way to access the "static char
*SearchHistory[MAX_SEARCH_HISTORY];" (search.c) from a macro?

Thanks,
Erez
--
NEdit Discuss mailing list - Discuss-***@public.gmane.org
http://www.nedit.org/mailman/listinfo/discuss
Joerg Fischer
2009-02-24 18:35:52 UTC
Permalink
Post by Erez Amit
Is there a built-in macro variable that holds the last searched string?
or
Is there a way to access the "static char
*SearchHistory[MAX_SEARCH_HISTORY];" (search.c) from a macro?
No, there is nothing like this.

--Jörg
--
NEdit Discuss mailing list - Discuss-***@public.gmane.org
http://www.nedit.org/mailman/listinfo/discuss
Erez Amit
2009-02-25 08:45:12 UTC
Permalink
Thanks Jorg.
Post by Joerg Fischer
Post by Erez Amit
Is there a built-in macro variable that holds the last searched string?
or
Is there a way to access the "static char
*SearchHistory[MAX_SEARCH_HISTORY];" (search.c) from a macro?
No, there is nothing like this.
--Jörg
--
http://www.nedit.org/mailman/listinfo/discuss
--
NEdit Discuss mailing list - Discuss-***@public.gmane.org
http://www.nedit.org/mailman/listinfo/discuss
Loading...