First version of QML navigation.

This commit is contained in:
Erik Verbruggen
2009-09-11 14:42:50 +02:00
parent e58ff77bd3
commit 71549ec6a2
14 changed files with 608 additions and 7 deletions

View File

@@ -40,6 +40,7 @@ const char * const VISUALIZE_WHITESPACE = "TextEditor.VisualizeWhitespace";
const char * const CLEAN_WHITESPACE = "TextEditor.CleanWhitespace";
const char * const TEXT_WRAPPING = "TextEditor.TextWrapping";
const char * const UN_COMMENT_SELECTION = "TextEditor.UnCommentSelection";
const char * const REFORMAT = "TextEditor.Reformat";
const char * const COLLAPSE = "TextEditor.Collapse";
const char * const EXPAND = "TextEditor.Expand";
const char * const UN_COLLAPSE_ALL = "TextEditor.UnCollapseAll";