fucking crap treeview... Latest outline mode work.

git-svn-id: https://lsleditor.svn.sourceforge.net/svnroot/lsleditor@13 3f4676ac-adda-40fd-8265-58d1435b1672
This commit is contained in:
dimentox 2010-05-02 06:09:20 +00:00
parent be66c127c1
commit 84e1ebfc00
10 changed files with 60 additions and 14 deletions

Binary file not shown.

Binary file not shown.

View file

@ -1,7 +1,4 @@
integer a()
{
return 1;
}
// www.lsleditor.org by Alphons van der Heijden (SL: Alphons Jano)
default
{
@ -12,5 +9,6 @@ default
touch_start(integer total_number)
{
llSay(0, "Touched: "+(string)total_number);
integer a = 1;
}
}