Changes between Initial Version and Version 4 of Ticket #267
- Timestamp:
- 02/24/09 07:22:51 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #267
- Property Owner set to angel_il
- Property Status changed from new to accepted
- 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. 1 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. 2 3 For make TAGS do 4 $find . -type f -name "*.[ch]" | etags -l c --declarations -