Is there a way to locally parse from point to the outer most scope, or just current buffer?
Tu Do <[email protected]> Mon, 26 Jan 2015 22:02:24 +0700
| Newsgroups | gmane.emacs.cedet |
|---|---|
| Message-ID | <CAOEd9jmu1kq3z9XcULnGnBiw7si=m-NxSqiAa3vg+JPb3ye8Pg@mail.gmail.com> |
Hi Eric, I implemented some initial refactoring tools using Semantic. You can see the demos here: https://github.com/chrisbarrett/emacs-refactor/pull/5 In the future, I intend to implement Semantic query and replace, in combination with GNU Global to find all references without burdening Semantic up-front parsing. Using GNU Global to retrieve a list of references, then just parse enought the scope of each reference to get sufficient information to decide which symbol is to be replaced, to avoid freezing Emacs for too long. Is it possible to prevent whole buffer parsing when visiting a buffer with Semantic enabled? Best regards, Tu. ------------------------------------------------------------------------------ Dive into the World of Parallel Programming. The Go Parallel Website, sponsored by Intel and developed in partnership with Slashdot Media, is your hub for all things parallel software development, from weekly thought leadership blogs to news, videos, case studies, tutorials and more. Take a look and join the conversation now. http://goparallel.sourceforge.net/ _______________________________________________ Cedet-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/cedet-devel