diff options
author | Jacek Antonelli | 2008-08-15 23:45:50 -0500 |
---|---|---|
committer | Jacek Antonelli | 2008-08-15 23:45:50 -0500 |
commit | 2a4dea528f670b9bb1f77ef27a8a1dd16603d114 (patch) | |
tree | 95c68e362703c9099d571ecbdc6142b1cda1e005 /linden/indra/llui/lllineeditor.h | |
parent | Second Life viewer sources 1.20.6 (diff) | |
download | meta-impy-2a4dea528f670b9bb1f77ef27a8a1dd16603d114.zip meta-impy-2a4dea528f670b9bb1f77ef27a8a1dd16603d114.tar.gz meta-impy-2a4dea528f670b9bb1f77ef27a8a1dd16603d114.tar.bz2 meta-impy-2a4dea528f670b9bb1f77ef27a8a1dd16603d114.tar.xz |
Second Life viewer sources 1.20.7
Diffstat (limited to 'linden/indra/llui/lllineeditor.h')
-rw-r--r-- | linden/indra/llui/lllineeditor.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/linden/indra/llui/lllineeditor.h b/linden/indra/llui/lllineeditor.h index bf0dcb5..c96e34d 100644 --- a/linden/indra/llui/lllineeditor.h +++ b/linden/indra/llui/lllineeditor.h | |||
@@ -211,6 +211,8 @@ public: | |||
211 | void setEnableLineHistory( BOOL enabled ) { mHaveHistory = enabled; } // switches line history on or off | 211 | void setEnableLineHistory( BOOL enabled ) { mHaveHistory = enabled; } // switches line history on or off |
212 | void updateHistory(); // stores current line in history | 212 | void updateHistory(); // stores current line in history |
213 | 213 | ||
214 | void setReplaceNewlinesWithSpaces(BOOL replace); | ||
215 | |||
214 | private: | 216 | private: |
215 | // private helper methods | 217 | // private helper methods |
216 | void removeChar(); | 218 | void removeChar(); |
@@ -311,6 +313,8 @@ private: | |||
311 | // Instances that by default point to the statics but can be overidden in XML. | 313 | // Instances that by default point to the statics but can be overidden in XML. |
312 | LLPointer<LLUIImage> mImage; | 314 | LLPointer<LLUIImage> mImage; |
313 | 315 | ||
316 | BOOL mReplaceNewlinesWithSpaces; // if false, will replace pasted newlines with paragraph symbol. | ||
317 | |||
314 | // private helper class | 318 | // private helper class |
315 | class LLLineEditorRollback | 319 | class LLLineEditorRollback |
316 | { | 320 | { |