Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Marco Bubke
flatpak-qt-creator
Commits
bc61f9dd
Commit
bc61f9dd
authored
Aug 11, 2009
by
hjk
Browse files
fakevim: handle block mode for yank, cut and paste
parent
8dfa8af6
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
dist/changes-1.3.0
View file @
bc61f9dd
...
...
@@ -25,6 +25,7 @@ Editing
* Objective-C: Added partial semantic checking and symbol navigation
* Fixed searching in files to take open documents into account
* Added a Locator filter for symbols in the current document
* Handle block selection in fakevim
Project support
* Added support for adding and removing files from a generic Makefile-based
...
...
src/plugins/fakevim/fakevimhandler.cpp
View file @
bc61f9dd
This diff is collapsed.
Click to expand it.
tests/manual/fakevim/main.cpp
View file @
bc61f9dd
...
...
@@ -108,8 +108,8 @@ int main(int argc, char *argv[])
QObject
::
connect
(
&
handler
,
SIGNAL
(
commandBufferChanged
(
QString
)),
&
proxy
,
SLOT
(
changeStatusMessage
(
QString
)));
QObject
::
connect
(
&
handler
,
SIGNAL
(
quitRequested
(
bool
)),
&
app
,
SLOT
(
quit
()));
//
QObject::connect(&handler, SIGNAL(quitRequested(bool)),
//
&app, SLOT(quit()));
QObject
::
connect
(
&
handler
,
SIGNAL
(
selectionChanged
(
QList
<
QTextEdit
::
ExtraSelection
>
)),
&
proxy
,
SLOT
(
changeSelection
(
QList
<
QTextEdit
::
ExtraSelection
>
)));
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment