Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

C-code navigation via cscope #2749

Open
mc-butler opened this issue Mar 19, 2012 · 0 comments
Open

C-code navigation via cscope #2749

mc-butler opened this issue Mar 19, 2012 · 0 comments
Labels
area: mcedit mcedit, the built-in text editor prio: medium Has the potential to affect progress

Comments

@mc-butler
Copy link

Important

This issue was migrated from Trac:

Origin https://midnight-commander.org/ticket/2749
Reporter grekhss (grekhss@….ru)
Keywords cscope

I tried to use ctags for code navigation and everything was nice until I tried the code of L4 microkernel. There is a lot of complex declarations and ctags appeared to have troubles parsing them correctly. After a number of attempts to figure out input args for ctags, I decided to use cscope. It parsed everything perfectly.
I thought that use of cscope in mcedit for code navigation would be a great option. I did not investigate the complexity of adding support of cscope, but I hope that existing code from ctags support can be used.
Thanks in advance.
Sergey Grekhov.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: mcedit mcedit, the built-in text editor prio: medium Has the potential to affect progress
Development

No branches or pull requests

1 participant