Skip to content
This repository has been archived by the owner on May 24, 2023. It is now read-only.

Commit

Permalink
Rework QodeEdit::Rule enum
Browse files Browse the repository at this point in the history
  • Loading branch information
pasnox committed Aug 20, 2012
1 parent 91df38d commit 09646b8
Showing 1 changed file with 14 additions and 13 deletions.
27 changes: 14 additions & 13 deletions src/QodeEdit.h
Original file line number Diff line number Diff line change
Expand Up @@ -29,24 +29,25 @@ class QodeEdit : public QObject

enum Rule {
InvalidRule = -1,
AnyCharRule,
Detect2CharsRule,
DetectCharRule,
DetectIdentifierRule,
DetectSpacesRule,
KeywordRule,
FloatRule,
HlCCharRule,
HlCHexRule,
HlCOctRule,
HlCStringCharRule,
IncludeRule,
HlCHexRule,
HlCFloatRule,
IntRule,
KeywordRule,
DetectCharRule,
Detect2CharsRule,
AnyCharRule,
StringDetectRule,
WordDetectRule,
RegExprRule,
LineContinueRule,
HlCStringCharRule,
RangeDetectRule,
RegExprRule,
StringDetectRule,
WordDetectRule
HlCCharRule,
DetectSpacesRule,
DetectIdentifierRule,
IncludeRulesRule
};

enum Style {
Expand Down

0 comments on commit 09646b8

Please sign in to comment.