Ticket #267 (accepted enhancement) — at Version 5

Opened 15 years ago

Last modified 14 years ago

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 15 years ago by angel_il

  • Summary changed from C code navigation in mcedit to C-code navigation in mcedit

comment:2 Changed 15 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 15 years ago by angel_il

  • Status changed from new to accepted
  • Owner set to angel_il

comment:4 Changed 15 years ago by angel_il

  • Description modified (diff)

comment:5 Changed 15 years ago by angel_il

  • Description modified (diff)
Note: See TracTickets for help on using tickets.