Releases: amitab/atom-cscope
Releases · amitab/atom-cscope
v1.1.1
v1.1.0
Major Changes:
- Re-implemented the whole project in typescript.
- Updated styles and html structure
- Allow widget on left of screen
Issues Fixed:
- Show notification on starting to refresh cscope database (Issue #33)
Features Changed:
-
LiveSearchDelay: Native delayed search no longer works. This patch uses a
workaround with setTimeout and clearTimeout to implement the feature. -
atom-cscope:project-select: Programatically opening a select html
element is no longer possible. We now use atom-select-list to achieve a
similar effect.
v1.0.1
v1.0.0
- UI revamped with ractive.js
- Added Cscope result history (Can be disabled in settings)
- Added Cscope result limiter (Can be bypassed in settings)
- Modified cscope.coffee to correctly bubble out the errors
- Removed unnecessary npm modules for faster loading time (Only 2 dependencies)
- Fix Issue #23 by @fadeevab
- Fix Issue #26