forked from qt-creator/qt-creator
Bazaar: fix code folding markers in the diff view
The top-level marker is now centered on the line starting with '===' Merge-request: 274 Reviewed-by: Tobias Hunger <tobias.hunger@nokia.com>
This commit is contained in:
@@ -44,7 +44,7 @@ const char * const BAZAARDEFAULT = "bzr";
|
||||
//changeset identifiers
|
||||
const char * const CHANGESET_ID = "([0-9]+)"; // match and capture
|
||||
const char * const CHANGESET_ID_EXACT = "[0-9]+"; // match
|
||||
const char * const DIFFIDENTIFIER = "^[-+]{3,3} [ab]{1,1}.*"; // match e.g. +++ b/filename
|
||||
const char * const DIFF_ID = "^[-+]{3,3} [ab]{1,1}.*"; // match e.g. +++ b/filename
|
||||
|
||||
//BaseEditorParameters
|
||||
const char * const COMMANDLOG_ID = "Bazaar Command Log Editor";
|
||||
|
||||
Reference in New Issue
Block a user