Opened 12 years ago
Closed 12 years ago
#167 closed enhancement (fixed)
Show callers command
Reported by: | gz | Owned by: | rme |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | IDE | Version: | |
Keywords: | Cc: |
Description
It would be nice to have an editor command that shows callers of the symbol you are pointing it. Note that runtime support is already implemented (there is a function ccl::callers), so this is just a matter of providng UI for it.
Change History (2)
comment:1 Changed 12 years ago by rme
- Owner changed from gb to rme
- Status changed from new to assigned
comment:2 Changed 12 years ago by rme
- Resolution set to fixed
- Status changed from assigned to closed
Done in r7618.
Note: See
TracTickets for help on using
tickets.
Naive, mostly useless, Show Callers command implemented in r7617.
We still need a way either to mouse on one of the callers to go to it, or at least to make the pop-up-display text navigable so that the user can type meta-. on the caller of interest.