]> git.lyx.org Git - features.git/commit
Make Ctrl-Mouse open an included file for editing.
authorRichard Kimberly Heck <rikiheck@lyx.org>
Sat, 27 Apr 2019 01:59:52 +0000 (21:59 -0400)
committerJean-Marc Lasgouttes <lasgouttes@lyx.org>
Thu, 18 Jun 2020 13:48:27 +0000 (15:48 +0200)
commitfa169b8af604c6728f3a42df1e8095753bb96cef
tree36d5f351924198c3440dd044b405b86b38f5482d
parent19fe88e73a8a80363811a4085f4d3ee26fa45e01
Make Ctrl-Mouse open an included file for editing.

It might be nice to do this also for other insets that allow editing.
To do that properly, we'd want to standardize how such insets call an
external (or internal) program, which I guess would mean a virtual
method corresponding to editIncluded. When it exists (i.e., isn't null),
then we could call it, and we'd only need one centralized method to do
that. But at the moment, we have editGraphics, etc.
src/insets/InsetInclude.cpp