Generic highlighter: New option to specify ignored file patterns so the highlight popup does not show up.

This commit is contained in:
Leandro Melo
2010-06-04 10:13:38 +02:00
parent c2393df023
commit 31748e7377
9 changed files with 138 additions and 29 deletions

View File

@@ -43,7 +43,7 @@ struct StorageSettings;
struct BehaviorSettings;
struct DisplaySettings;
struct CompletionSettings;
struct HighlighterSettings;
class HighlighterSettings;
namespace Internal {
class TextEditorSettingsPrivate;