Ticket #267 (accepted enhancement) — at Version 5
Editor's enhancement: C-code navigation via tags
Reported by: | angel_il | Owned by: | angel_il |
---|---|---|---|
Priority: | major | Milestone: | 4.7.0-pre2 |
Component: | mcedit | Version: | 4.7.0-pre1 |
Keywords: | codejump | Cc: | |
Blocked By: | Blocking: | ||
Branch state: | Votes for changeset: |
Description (last modified by angel_il) (diff)
It would be good to have possibility in the mcedit to navigate to function definition. Using for this purpose the utility etags and parse "TAGS" file in the current directory or parent.
For make TAGS do
$find . -type f -name "*.[ch]" | etags -l c --declarations -
Alt+Enter call listbox with files declarations.
Change History
comment:1 Changed 16 years ago by angel_il
- Summary changed from C code navigation in mcedit to C-code navigation in mcedit
comment:2 Changed 16 years ago by angel_il
- Summary changed from C-code navigation in mcedit to Editor's enhancement: C-code navigation via tags
comment:3 Changed 16 years ago by angel_il
- Owner set to angel_il
- Status changed from new to accepted
Changed 16 years ago by angel_il
- Attachment 0001-Add-stack-navigation-structure.-Add-hotkeys-A-ba.patch added
Note: See
TracTickets for help on using
tickets.