Description
I would like to suggest that the Locator behavior is extended in such a way, that allows the user to select the editor using which the located file under cursor will be opened.
Current behavior (keep it as the default):
- User: presses Ctrl+K
- User: types part of file name
- User: presses Enter
- Qt Creator: opens the selected file in the default editor
Proposed alternate behavior:
- User: presses Ctrl+K
- User: types part of file name
- User: presses Ctrl+Enter
- Qt Creator: displays "Open File With..." dialog
- User: selects editor to open file with
- Qt Creator: opens the file using the selected editor
Attachments
Issue Links
- relates to
-
QTCREATORBUG-1894 Locator can launch default program for some file types
- Closed