aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Editor.h
diff options
context:
space:
mode:
authornyamatongwe <devnull@localhost>2001-08-17 08:23:16 +0000
committernyamatongwe <devnull@localhost>2001-08-17 08:23:16 +0000
commit5f609cd62f8f884231285ca35fa954276a7f7be6 (patch)
tree69f92b0a7d7e8f39f0f2e8b95619920d890baf96 /src/Editor.h
parentb9302701987c388d1aca2496e8a120a033ca16a6 (diff)
downloadscintilla-mirror-5f609cd62f8f884231285ca35fa954276a7f7be6.tar.gz
Separate out the enforcement of the visibilty policy by having both an
EnsureVisible method and an EnsureVisibleEnforcePolicy method.
Diffstat (limited to 'src/Editor.h')
-rw-r--r--src/Editor.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Editor.h b/src/Editor.h
index 3d7c54e8e..d42f5ad14 100644
--- a/src/Editor.h
+++ b/src/Editor.h
@@ -328,7 +328,7 @@ protected: // ScintillaBase subclass needs access to much of Editor
void Expand(int &line, bool doExpand);
void ToggleContraction(int line);
- void EnsureLineVisible(int lineDoc);
+ void EnsureLineVisible(int lineDoc, bool enforcePolicy);
int ReplaceTarget(bool replacePatterns, const char *text, int length=-1);
virtual sptr_t DefWndProc(unsigned int iMessage, uptr_t wParam, sptr_t lParam) = 0;