Home » U++ TheIDE » U++ TheIDE: Other Features Wishlist and/or Bugs » Feature Request TheIDE: Refactoring / crossreference / include nesting visualization graph
Re: Feature Request TheIDE: Refactoring / crossreference / include nesting visualization graph [message #35442 is a reply to message #35441] |
Wed, 15 February 2012 07:19   |
|
Welcome to the forum, Jonzun
1.) Source refactoring support is not present now, but that might change. Few people are trying to incorporate LLVM based code parser into theide which would allow such things. You are second person to request this feature in quite short time, I guess it is quite popular 
2.) Theide supports crossreferences. The commands are hidden in Assist menu, the default keyboard shortcuts are Alt+J and Alt+G. There are also other interesting functions useful for traversing large codebase, like history browsing: Alt+Left/Right arrow will take you back/forth to the places in code you were editing before.
3.) Analyzing the include graph would pretty easy to implement. The hard part is the display, drawing nice graphs is not trivial I usually use doxygen for this, it can generate a lot of interesting informations and schemas (requires graphviz to generate the diagrams).
Best regards,
Honza
|
|
|
Goto Forum:
Current Time: Wed Jun 18 09:10:37 CEST 2025
Total time taken to generate the page: 0.05483 seconds
|