- Use modal instead of prompt to be compatible with Brackets-electron. #4
- Remove /var from default ignored paths preference.
- Fix typo.
- Directly bind to events from Brackets modules instead of using jQuery.on/off.
- Replace deprecated DocumentManager.currentDocumentChange event with MainViewManager.currentFileChange.
- Get total number of lines more efficiently.
- Log total number of lines in files.
- Add preference "ignore" which is an array of regex where any file paths matching a regex will not be logged.
- Birth.