Results 1 to 3 of 3

Thread: Better Emacs C/C++ programming mode, variable tracking

  1. #1
    Join Date
    Aug 2007
    Beans
    27
    Distro
    Ubuntu 8.04 Hardy Heron

    Better Emacs C/C++ programming mode, variable tracking

    Emacs by default have a great C/C++ programming mode. However I am wondering if anyone has any suggestions on the possibility of Emacs able to track declared variables across all the include files that a project may have. This is important since I deal with so many variables in a single project, that it would be great to know where/how X is declared.

    Thx

  2. #2
    Join Date
    Jun 2008
    Beans
    1

    Re: Better Emacs C/C++ programming mode, variable tracking

    Have you had a look at ebrowse:

    http://www.gnu.org/software/emacs/ma..._node/ebrowse/

    ?

    It is a class browser for C++, it might have some of the functionality you're looking for.

  3. #3
    Join Date
    Aug 2007
    Beans
    27
    Distro
    Ubuntu 8.04 Hardy Heron

    Re: Better Emacs C/C++ programming mode, variable tracking

    Quote Originally Posted by idgregorio View Post
    Have you had a look at ebrowse:

    http://www.gnu.org/software/emacs/ma..._node/ebrowse/

    ?

    It is a class browser for C++, it might have some of the functionality you're looking for.
    This is exactly what I was looking for. Thank you so much for the link.

    grif.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •