WIP updating help tree data

This commit is contained in:
Jim
2015-06-16 07:59:33 -07:00
parent 7c924ab138
commit 0169f9a8cf
8 changed files with 840 additions and 322 deletions

0
yab-IDE/src/foobar Normal file
View File

14
yab-IDE/src/untitled0.yab Normal file
View File

@@ -0,0 +1,14 @@
open #1, "foobar","w"
close #1
dir$ = attribute get$ "",""
dir$=dir$+"/"
attribute set "string","attribute1", "This is the first attribute.", dir$+"foobar"
attribute set "int","attribute2", "127", dir$+"foobar"
attribute set "bool", "attribute3", "false", dir$+"foobar"
a$=attribute get$ "", dir$+"foobar"
print a$
a$=attribute get$ "attribute1", dir$+"foobar"
print "attribute1 \""+a$+"\""

View File

@@ -2002,6 +2002,7 @@ sub AboutWindow()
t=instr(a$,chr$(44))
a$=left$(a$,t-1)
a$="Running "+a$
//a$=str$(peek(version))
width=draw get "text-width", a$, "AboutWindow"
draw text 200-width/2, 200,a$,"AboutWindow"