[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Refactoring in Emacs : CEDET
From: |
Eli Zaretskii |
Subject: |
Re: Refactoring in Emacs : CEDET |
Date: |
Wed, 01 Aug 2012 17:50:57 +0300 |
> Date: Wed, 01 Aug 2012 07:41:24 -0400
> From: "Eric M. Ludlam" <address@hidden>
> CC: Eli Zaretskii <address@hidden>, address@hidden, address@hidden
>
> In CEDET, the function 'semantic-symref-symbol' uses the C parser
> built into semantic, plus external tools like GNU Global, or just plain
> grep to find symbols. The list buffer that shows all the hits is also a
> refactoring mode. You can select which hits are correct, and do mass
> renames. It also has a fancy way to create a keyboard macro that it
> will apply to all the hits.
Is this described somewhere in documentation, so that one could
experiment with these features?