forked from qt-creator/qt-creator
TODO plugin: Add file patterns to exclude from parsing
Additional list of regular expressions added to TODO plugin settings to allow set patterns to be excluded from file list to parse by this plugin. Change-Id: I718f111ac7592557a6aa86865283468c53d58078 Reviewed-by: Nikolai Kosjar <nikolai.kosjar@theqtcompany.com>
This commit is contained in:
@@ -54,6 +54,8 @@ const char ITEMS_DISPLAY_PLACE[] = "ItemsDisplayPlace";
|
||||
const char KEYWORDS_LIST[] = "Keywords";
|
||||
const char OUTPUT_PANE_TEXT_WIDTH[] = "OutputPaneTextColumnWidth";
|
||||
const char OUTPUT_PANE_FILE_WIDTH[] = "OutputPaneFileColumnWidth";
|
||||
const char SETTINGS_NAME_KEY[] = "TodoProjectSettings";
|
||||
const char EXCLUDES_LIST_KEY[] = "ExcludesList";
|
||||
|
||||
// TODO Output TreeWidget columns
|
||||
enum OutputColumnIndex {
|
||||
|
||||
Reference in New Issue
Block a user