]> 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)
committerRichard Kimberly Heck <rikiheck@lyx.org>
Sat, 27 Apr 2019 02:05:42 +0000 (22:05 -0400)
commitc2862283152bbf92a5ae13ba9526bcc56ce77abc
tree47c785a076a0679dbab9912e0004fa50e08baee7
parent276ffc262c62e7b3b739814fcdf00ca3fe4c8ef1
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