mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-16 06:05:58 -06:00
CodeEditor: CSyntax private->protected
git-svn-id: svn://ultimatepp.org/upp/trunk@7411 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
31ee71d7a2
commit
73db4e112b
1 changed files with 1 additions and 1 deletions
|
|
@ -11,7 +11,7 @@ public:
|
|||
virtual void CheckSyntaxRefresh(CodeEditor& e, int pos, const WString& text);
|
||||
virtual Vector<IfState> PickIfStack(); // TODO: Refactor?
|
||||
|
||||
private:
|
||||
protected:
|
||||
bool comment; // we are in /* */ block comment
|
||||
bool linecomment; // we are in // line comment (because it can be continued by '\')
|
||||
bool string; // we are in string (becase it can be continued by '\')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue