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

@@ -1,3 +1,7 @@
yab Version
-fix ran() command
-add small gutter to textedit view
yab Version 1.7.5 yab Version 1.7.5
-libyab.so --- smaller binaries -libyab.so --- smaller binaries

Binary file not shown.

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$ = "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$ = "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$ = "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: Some remarks:
Making a textedit not editable is useful when you want to show long text (or scrollable text). Making a textedit not editable is useful when you want to show long text (or scrollable text).

View File

@@ -693,76 +693,76 @@ textedit get$
textedit set textedit set
265283 265283
& &
268333 268402
texturl texturl
268341 268410
texturl color texturl color
268937 269006
tooltip tooltip
269317 269386
tooltip color tooltip color
270997 271066
& &
272280 272349
treebox treebox
272288 272357
treebox add treebox add
272651 272720
treebox clear treebox clear
273176 273245
treebox collapse treebox collapse
273439 273508
treebox count treebox count
273737 273806
treebox expand treebox expand
274045 274114
treebox get$ treebox get$
274328 274397
treebox remove treebox remove
274655 274724
treebox select treebox select
275140 275209
treebox sort treebox sort
275443 275512
& &
275737 275806
localize localize
275746 275815
# A comment starts with a # # A comment starts with a #
277310 277379
277434 277503
translate$() translate$()
279000 279069
&Sound &Sound
279753 279822
& &
279755 279824
beep beep
279760 279829
bell bell
279994 280063
sound play sound play
280357 280426
sound stop sound stop
281282 281351
sound wait sound wait
281656 281725
&Window &Window
282061 282130
& &
282063 282132
alert alert
282069 282138
filepanel filepanel
283847 283916
window open window open
287137 287206
window close window close
289852 289921
window count window count
290344 290413
window get window get
290971 291040
window set window set
292692 292761