whoenig / SublimeCodeSearch

Plugin for CodeSearch within Sublime3
MIT License
11 stars 2 forks source link

how to rebuild index #4

Open tomjamescn opened 10 years ago

tomjamescn commented 10 years ago

if i add a new file or some files modified, how to rebuild/update the index?

thank u :)

whoenig commented 10 years ago

There is no real index update in the underlying codeSearch tool. If you request to update the index, it will delete the old index file and reindex all your code files (which can take some time depending on your code size). In Sublime you can use Ctrl+Shift+P and type "CodeSearch Index" to reindex. There is no differentiation between initial indexing and reindexing.

On Wed, Mar 26, 2014 at 3:02 PM, tomjamescn notifications@github.comwrote:

if i add a new file or some files modified, how to rebuild/update the index?

Reply to this email directly or view it on GitHubhttps://github.com/whoenig/SublimeCodeSearch/issues/4 .