ameyp / CscopeSublime

A Cscope plugin for Sublime Text 2 and 3
89 stars 37 forks source link

Database cleanup and rebuild #47

Closed vanrijn closed 8 years ago

vanrijn commented 8 years ago

Merging my database rebuild branch into master. This cleans up the commands file to use consistent indentation. It moves the cscope database file and root into a new class. This new class is used by the rest of the CscopeSublime plugin to query the cscope database, and also as a standalone class that lets us rebuild the database file from within Sublime Text. Right now, the "rebuild database" functionality is exposed through a right-click on the sidebar and also through the standard command palette.

vanrijn commented 8 years ago

This addresses issue #39