minor documentation update

This commit is contained in:
Jim Saxton
2015-10-29 09:54:23 -07:00
parent ab4554395d
commit a922aea5b7
4 changed files with 42 additions and 37 deletions

View File

@@ -8432,6 +8432,7 @@ Option$ = "color-case-sensitive" -- should the syntax highlighting be case-sensi
Option$ = "editable" -- allow the user to edit the textedit, default is true
Option$ = "has-autocompletion" -- turn auto-completion on or off, default is on (true)
Option$ = "wordwrap" -- turn on/off word wrap at the end of a line, default is on (true)
Option$= "focus", -- use this to make the textedit have focus (true)
Some remarks:
Making a textedit not editable is useful when you want to show long text (or scrollable text).