Ticket #267 (accepted enhancement) — at Version 4

Opened 16 years ago

Last modified 15 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 -

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

comment:4 Changed 16 years ago by angel_il

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