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.
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.