forked from qt-creator/qt-creator
FakeVim: Initial support for Vim macro recording and replaying
Record macro with 'q{0-9a-zA-Z"}' command and replay it with
'@{0-9a-z".*+}'. Replaying with prompt ('=' instead of register) not
supported.
Change-Id: I49965a99d10910e8df09e62020ed496542e3b249
Reviewed-by: hjk <hjk121@nokiamail.com>
This commit is contained in:
@@ -151,7 +151,7 @@ public:
|
||||
hide();
|
||||
} else {
|
||||
show();
|
||||
m_label->setText(messageLevel == MessageMode ? _("-- ") + contents + _(" --") : contents);
|
||||
m_label->setText(contents);
|
||||
|
||||
QString css;
|
||||
if (messageLevel == MessageError) {
|
||||
|
||||
Reference in New Issue
Block a user