aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Editor.h
diff options
context:
space:
mode:
authornyamatongwe <devnull@localhost>2001-04-05 01:58:04 +0000
committernyamatongwe <devnull@localhost>2001-04-05 01:58:04 +0000
commit529ea750b146c23bd1f8c0ec0b3bbeb64689a736 (patch)
tree7141531f889b0ffe3a3b262faa9ef8924fa17018 /src/Editor.h
parenta9318190f7318a86b272f23132126a45c8111dce (diff)
downloadscintilla-mirror-529ea750b146c23bd1f8c0ec0b3bbeb64689a736.tar.gz
Replace target functionality to make find and replace operations faster
by diminishing screen updates and allow for \d patterns in the replacement text.
Diffstat (limited to 'src/Editor.h')
-rw-r--r--src/Editor.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Editor.h b/src/Editor.h
index e82496663..c7c7b114e 100644
--- a/src/Editor.h
+++ b/src/Editor.h
@@ -320,6 +320,7 @@ protected: // ScintillaBase subclass needs access to much of Editor
void Expand(int &line, bool doExpand);
void ToggleContraction(int line);
void EnsureLineVisible(int lineDoc);
+ int ReplaceTarget(bool replacePatterns, const char *text);
virtual sptr_t DefWndProc(unsigned int iMessage, uptr_t wParam, sptr_t lParam) = 0;