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

View file

@ -60,7 +60,8 @@ namespace LSLEditor
Constants = 3,
Class = 4,
Vars = 5,
Properties = 6
Properties = 6,
States = 7
}
public struct KeyWordInfo
@ -137,6 +138,9 @@ namespace LSLEditor
case "Vars":
type = KeyWordTypeEnum.Vars;
break;
case "States":
type = KeyWordTypeEnum.States;
break;
case "Enum":
if (!Properties.Settings.Default.CodeCompletionAnimation)
continue;