This website requires JavaScript.
Explore
Help
Sign In
feedc0de
/
qt-creator
Watch
1
Star
0
Fork
0
You've already forked qt-creator
forked from
qt-creator/qt-creator
Code
Pull Requests
Activity
Files
afea900b966d202435292cb15101ee71b9299f19
qt-creator
/
tests
/
auto
/
utils
/
multicursor
/
CMakeLists.txt
6 lines
95 B
CMake
Raw
Normal View
History
Unescape
Escape
Editor: multi cursor support Adding a way to create multiple cursors that can insert/remove text at arbitrary positions in the document. Adding cursors is done by pressing alt + up/down or by clicking into the editor while holding the alt key. Fixes: QTCREATORBUG-16013 Change-Id: I495d27d95a3d277220946616ef30efc241da0120 Reviewed-by: Christian Stenger <christian.stenger@qt.io> Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by: Artem Sokolovskii <artem.sokolovskii@qt.io> Reviewed-by: David Schulz <david.schulz@qt.io>
2021-06-28 09:13:57 +02:00
add_qtc_test
(
tst_utils_multicursor
Tests: Add NEEDS_GUI flag to add platform argument Tests that create a QApplication need to be started with "-platform minimal" so that they won't fail on build servers without Display. This also keeps them from distracting you if you run them while working. Change-Id: I05df258b2204a3abd3cdea446d6a52f3e57a4a62 Reviewed-by: David Schulz <david.schulz@qt.io>
2023-08-10 11:28:41 +02:00
N
E
E
D
S
_
G
U
I
Editor: multi cursor support Adding a way to create multiple cursors that can insert/remove text at arbitrary positions in the document. Adding cursors is done by pressing alt + up/down or by clicking into the editor while holding the alt key. Fixes: QTCREATORBUG-16013 Change-Id: I495d27d95a3d277220946616ef30efc241da0120 Reviewed-by: Christian Stenger <christian.stenger@qt.io> Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by: Artem Sokolovskii <artem.sokolovskii@qt.io> Reviewed-by: David Schulz <david.schulz@qt.io>
2021-06-28 09:13:57 +02:00
D
E
P
E
N
D
S
U
t
i
l
s
S
O
U
R
C
E
S
t
s
t
_
m
u
l
t
i
c
u
r
s
o
r
.
c
p
p
)
Copy Permalink