Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is there a "go to last edit" shortcut in Qt-Creator?

In VS2017, there's a really nice shortcut called -> go to last edit (Ctrl+Shift+Backspace), which let you go to the last file and line that you modified.

Is there something similar in Qt-Creator?

Thanks.

like image 210
Wilem2 Avatar asked Oct 30 '25 22:10

Wilem2


1 Answers

Here is a post opened in Qt Forum asking for this feature.

The administrators told me that there was something partially done (Spring 2017), but the changeset wasn't merged at all because it didn't pass the internal Qt tests.

After discussing a little bit with the Qt Community, we managed to correct the changeset and introduced the feature, which will be available in the latest Qt version (5.15 IIRC) . This is the main code task.

Example

like image 73
Wilem2 Avatar answered Nov 03 '25 01:11

Wilem2