diff options
author | McCabe Maxsted | 2010-03-04 13:16:28 -0700 |
---|---|---|
committer | Jacek Antonelli | 2010-03-11 19:03:52 -0600 |
commit | 1ddfb4c5dd436fc1a9a867d0a2b9980483a3d3fd (patch) | |
tree | 4ce9ece8150a60ab7292bd6cef3ff3c0dfcc4025 /linden/indra/llui/lltexteditor.h | |
parent | Applied UnknownJointsCrashFix v2 from Cool Viewer. (diff) | |
download | meta-impy-1ddfb4c5dd436fc1a9a867d0a2b9980483a3d3fd.zip meta-impy-1ddfb4c5dd436fc1a9a867d0a2b9980483a3d3fd.tar.gz meta-impy-1ddfb4c5dd436fc1a9a867d0a2b9980483a3d3fd.tar.bz2 meta-impy-1ddfb4c5dd436fc1a9a867d0a2b9980483a3d3fd.tar.xz |
Applied Kitty Barnett's patch for Search/Replace in notecards.
Diffstat (limited to 'linden/indra/llui/lltexteditor.h')
-rw-r--r-- | linden/indra/llui/lltexteditor.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/linden/indra/llui/lltexteditor.h b/linden/indra/llui/lltexteditor.h index a62f01d..f26bf3b 100644 --- a/linden/indra/llui/lltexteditor.h +++ b/linden/indra/llui/lltexteditor.h | |||
@@ -171,6 +171,7 @@ public: | |||
171 | void setCursor(S32 row, S32 column); | 171 | void setCursor(S32 row, S32 column); |
172 | void setCursorPos(S32 offset); | 172 | void setCursorPos(S32 offset); |
173 | void setCursorAndScrollToEnd(); | 173 | void setCursorAndScrollToEnd(); |
174 | void scrollToPos(S32 pos); | ||
174 | 175 | ||
175 | void getLineAndColumnForPosition( S32 position, S32* line, S32* col, BOOL include_wordwrap ); | 176 | void getLineAndColumnForPosition( S32 position, S32* line, S32* col, BOOL include_wordwrap ); |
176 | void getCurrentLineAndColumn( S32* line, S32* col, BOOL include_wordwrap ); | 177 | void getCurrentLineAndColumn( S32* line, S32* col, BOOL include_wordwrap ); |
@@ -263,6 +264,7 @@ public: | |||
263 | 264 | ||
264 | static bool isPartOfWord(llwchar c) { return (c == '_') || LLStringOps::isAlnum((char)c); } | 265 | static bool isPartOfWord(llwchar c) { return (c == '_') || LLStringOps::isAlnum((char)c); } |
265 | 266 | ||
267 | BOOL isReadOnly() { return mReadOnly; } | ||
266 | protected: | 268 | protected: |
267 | // | 269 | // |
268 | // Methods | 270 | // Methods |