Afternoon, all
I have got as far as InsertRef in my game of "let's play with the insets".
Once the inset is created, (somewhere else. Doesn't matter), and we have an
inset sitting in the text, we can do two things with it:
1. Clicking on it takes us to the label to which it refers.
2. Typing "M-x reference-toggle" allows us to cycle through the various types
of reference. These types are stored as an enum (ref, prettyref, pageref etc)
and each "M-x reference-toggle" moves 1 place through the list.
I'd like to change this behaviour so that clicking on the inset launches a new
reference dialog.
(This dialog will not allow the user to change the thing to which it refers.
For that, the reference must be deleted and a new one inserted, as now)
It will, however, allow the user to do two things.
1. Go to the label, and when there Go back to the reference.
2. Change the reference style (Ref, Pretty Ref etc)
Thoughts?
Angus