Updated UltraEdit/UEStudio wordfile a bit
Function list will now likely only work with UltraEdit 6.30+ and UEStudio 13.10+ --HG-- extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%401032
This commit is contained in:
parent
c19c607b14
commit
afef0ac976
@ -1,11 +1,9 @@
|
|||||||
/L20"SourcePawn" Line Comment = // Block Comment On = /* Block Comment Off = */ Escape Char = \ String Chars = "' File Extensions = INC SP
|
/L20"SourcePawn" Line Comment = // Block Comment On = /* Block Comment Off = */ Escape Char = \ String Chars = "' File Extensions = INC SP
|
||||||
/Delimiters = ~!@%^&*()-+=|\/{}[]:;"'<> , .?
|
/Delimiters = ~!@%^&*()-+=|\/{}[]:;"'<> , .?
|
||||||
/Function String = "%^([a-zA-Z_@0-9]+^)[ ^t]++([a-zA-Z_:&=^^'^"., 0-9{}^[^]-]++)"
|
/Regexp Type = Perl
|
||||||
/Function String 1 = "%[a-zA-Z_0-9]+:+^([a-zA-Z_@0-9]+^)[ ^t]++([a-zA-Z_:&=^^'^"., 0-9{}^[^]-]++)"
|
/Function String = "^(?:(?:public|stock|native|forward)[ \t]+|(?:))(?:[\w\d_]+:|(?:))([\w\d_@]+)\([\w\d \t.,_:&='"\[\]{}]*\)"
|
||||||
/Function String 2 = "%^{native^}^{forward^}[ ^t]+^([a-zA-Z_@0-9]+^)[ ^t]++([a-zA-Z_:&=^^'^"., 0-9{}^[^]-]++)"
|
/Function String 1 = "^functag[ \t]+([\w\d_]+)[ \t]+(?:[\w\d_]+:|(?:))public\([\w\d \t.,_:&='"\[\]{}]*\)"
|
||||||
/Function String 3 = "%^{native^}^{forward^}[ ^t]+[a-zA-Z_0-9]+:+^([a-zA-Z_@0-9]+^)[ ^t]++([a-zA-Z_:&=^^'^"., 0-9{}^[^]-]++)"
|
/Function String 2 = "^funcenum[ \t]+([\w\d_]+)$"
|
||||||
/Function String 4 = "%^{public^}^{stock^}[ ^t]+^([a-zA-Z_@0-9]+^)[ ^t]++([a-zA-Z_:&=^^'^"., 0-9{}^[^]-]++)"
|
|
||||||
/Function String 5 = "%^{public^}^{stock^}[ ^t]+[a-zA-Z_0-9]+:+^([a-zA-Z_@0-9]+^)[ ^t]++([a-zA-Z_:&=^^'^"., 0-9{}^[^]-]++)"/
|
|
||||||
/Indent Strings = "{"
|
/Indent Strings = "{"
|
||||||
/Unindent Strings = "}"
|
/Unindent Strings = "}"
|
||||||
/Open Fold Strings = "{"
|
/Open Fold Strings = "{"
|
||||||
@ -53,6 +51,7 @@ cellsof chars
|
|||||||
sizeof
|
sizeof
|
||||||
tagof
|
tagof
|
||||||
/C4"Tags"
|
/C4"Tags"
|
||||||
|
any
|
||||||
bool
|
bool
|
||||||
Float Function
|
Float Function
|
||||||
Handle
|
Handle
|
||||||
|
Loading…
Reference in New Issue
Block a user