From 4833bbc6ff4ab7ad9987b5ca9226d5fe82fc3929 Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Mon, 16 Oct 2000 10:58:24 +0000 Subject: Merged Jason's WordPart left and right movement patch. --- src/Document.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/Document.h') diff --git a/src/Document.h b/src/Document.h index af477dd79..c89d677a2 100644 --- a/src/Document.h +++ b/src/Document.h @@ -188,6 +188,10 @@ public: const WatcherWithUserData *GetWatchers() const { return watchers; } int GetLenWatchers() const { return lenWatchers; } + bool IsWordPartSeparator(char ch); + int WordPartLeft(int pos); + int WordPartRight(int pos); + private: bool IsDBCS(int pos); bool IsWordChar(unsigned char ch); -- cgit v1.2.3