Re: I released the refactoring tool
Tu Do <[email protected]> Mon, 16 Feb 2015 04:56:23 +0700
| Newsgroups | gmane.emacs.cedet |
|---|---|
| Message-ID | <CAOEd9jmQ2=uvdUq-+ubdUjWcreWn6vFffanxrJefY8tbSLy+kA@mail.gmail.com> |
Fine by me. epatch makes it easy enough to walkthrough all the patches. But if you are fine with Git, I will write a short guide about using Git with Magit at some point. Magit makes Git really easy. As discussed before, in the long run, I want to write an source code indexer with Clang that is compatible with Semantic, so the built-in parser only needs to be responsible for new code entered from the keyboard, not existing code which could be huge. Also, I intend to use Sqlite to store create a real tag database. The advantages: - We can do async operation because Sqlite is an external process, so Emacs does not have to do the heavy lifting of various tag querying operations and does not have to keep tags in memory. The database can take care of it. - Use a real database query language. This will enable many interesting applications such as code metrics and statistics and query code that satisfies arbitrary constraints, similar to Cqlinq: http://www.cppdepend.com/cqlinq.aspx 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