Skip to content

Releases: amitab/atom-cscope

v1.1.1

21 Sep 14:15
Compare
Choose a tag to compare

Fixed scrolling through results (issue #36)

v1.1.0

02 Jun 08:36
Compare
Choose a tag to compare

Major Changes:

  1. Re-implemented the whole project in typescript.
  2. Updated styles and html structure
  3. Allow widget on left of screen

Issues Fixed:

  1. Show notification on starting to refresh cscope database (Issue #33)

Features Changed:

  1. LiveSearchDelay: Native delayed search no longer works. This patch uses a
    workaround with setTimeout and clearTimeout to implement the feature.

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

28 Oct 16:59
Compare
Choose a tag to compare

v1.0.0

21 Feb 10:04
Compare
Choose a tag to compare
  • 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

v0.15.0

08 Nov 05:09
Compare
Choose a tag to compare
  • PR - Check for absolute paths #16
  • Fix Issue #18 - Open files which are not in project directory
  • Fix Issue #20 - Changes required for CoffeeScript update
  • Performance fixes

v0.14.1

10 Mar 18:13
Compare
Choose a tag to compare

Hotfix Issue #15

v0.14.0

10 Mar 14:05
Compare
Choose a tag to compare

IMPORTANT: Changed a few of the command names to maintain
naming consistency

  • Loads of code cleaning
  • Fix Issue #11 - with the updates to Atom, a few changes were needed
  • Fix Issue #12 - Added support for multiple projects
  • Fix Issue #14 - Run find commands with no buffer open

v0.13.0

06 Feb 08:50
Compare
Choose a tag to compare

v0.12.0

11 Dec 15:05
Compare
Choose a tag to compare
  • Fix issue #5 can't run refresh-db
  • Fix issue #6 refresh command as activation command
  • Fix issue #7 Error on closing widget
  • Fix issue #8 can't execute same query after rebuild cscope db

v0.11.0

09 Dec 15:25
Compare
Choose a tag to compare

Fixes for Issue #4

  • Can build cscope db within atom
  • Adds atom-cscope:refresh-db as command to build db