mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-07-11 22:03:01 -06:00
CodeEditor: EditorSyntax::GetSyntaxPatterns (now in right branch :)
git-svn-id: svn://ultimatepp.org/upp/trunk@7577 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
a5ca58be5a
commit
f731c1b0d3
1 changed files with 1 additions and 0 deletions
|
|
@ -127,6 +127,7 @@ public:
|
|||
static int GetSyntaxCount() { return defs().GetCount(); }
|
||||
static String GetSyntax(int i) { return defs().GetKey(i); }
|
||||
static String GetSyntaxDescription(int i) { return defs()[i].description; }
|
||||
static String GetSyntaxPatterns(int i) { return defs()[i].patterns; }
|
||||
};
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue