How to select all line in QT Editor
-
wrote on 3 Feb 2023, 06:23 last edited by
If you have full list of shortcuts, please share
-
Please re-read your question and then ask yourself how we should be able to help you. You did not provide any context nor code...
-
wrote on 3 Feb 2023, 08:10 last edited by
I need short cut to select below
assume, I put cursor before //, I want to use something like ctrl + right arrow to get line selected
result: // line string to input data from text file selectedstring line = ""; // line string to input data from text file
-
I need short cut to select below
assume, I put cursor before //, I want to use something like ctrl + right arrow to get line selected
result: // line string to input data from text file selectedstring line = ""; // line string to input data from text file
wrote on 3 Feb 2023, 08:18 last edited by JonB 2 Mar 2023, 08:19@kapabahwuk
Did you try Shift + End, that is the standard everywhere to select from cursor to end of line?What about e.g. https://doc.qt.io/qtcreator/creator-keyboard-shortcuts.html#default-keyboard-shortcuts or https://wiki.qt.io/Qt_Creator_Keyboard_Shortcuts
-
I need short cut to select below
assume, I put cursor before //, I want to use something like ctrl + right arrow to get line selected
result: // line string to input data from text file selectedstring line = ""; // line string to input data from text file
@kapabahwuk So you talk about QtCreator... not that it's important for us to know.
-
@kapabahwuk
Did you try Shift + End, that is the standard everywhere to select from cursor to end of line?What about e.g. https://doc.qt.io/qtcreator/creator-keyboard-shortcuts.html#default-keyboard-shortcuts or https://wiki.qt.io/Qt_Creator_Keyboard_Shortcuts
wrote on 3 Feb 2023, 09:59 last edited by@JonB I dont have end on my keyboard :)
-
@JonB I dont have end on my keyboard :)
@kapabahwuk What keyboard do you have?
-
@JonB I dont have end on my keyboard :)
wrote on 3 Feb 2023, 11:49 last edited by@kapabahwuk
How do you select to end of line in any application, not just Qt/Creator? It should be the same. -
wrote on 3 Feb 2023, 12:06 last edited by
I have laptop, and If i want to select to end of file I need to use my touch pad which is maximum slow
-
I have laptop, and If i want to select to end of file I need to use my touch pad which is maximum slow
@kapabahwuk Laptops usually also have "End" key. But you do not even tell us whether you have a Mac or PC...
1/10