Changes between Initial Version and Version 4 of Ticket #267


Ignore:
Timestamp:
02/24/09 07:22:51 (15 years ago)
Author:
angel_il
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #267

    • Property Status changed from new to accepted
    • Property Owner set to angel_il
    • Property Summary changed from C code navigation in mcedit to Editor's enhancement: C-code navigation via tags
  • Ticket #267 – Description

    initial v4  
    1 It would be good to have possibility in the mcedit to navigate to function definition. Using for this purpose the utility ctags and  parse "tags" file in the current directory. 
     1It 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. 
     2 
     3For make TAGS do 
     4  $find . -type f -name "*.[ch]" | etags -l c --declarations -