Skip to content
Snippets Groups Projects
Commit 7f228465 authored by Maxime Jacquemin's avatar Maxime Jacquemin Committed by David Bühler
Browse files

[ivette] First steps for external code edition

For now I have the following:
  - A new preference that allows to specify which command to launch to
    edit the source code in the user's favorite editor;
  - Spawn a new process that launch the editor on the current selection
    using the specified command. The keybinding used is
    <Ctrl-LeftClick>, exactly as the old GUI.

However, there is a catch. First, the keybinding does not select a line
before launching the external editor. Second, the only selection that is
actually taken into consideration is the one done when we click on a
function.
parent 1eac3e95
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment