Skip to content

v1.1.0

Compare
Choose a tag to compare
@amitab amitab released this 02 Jun 08:36
· 2 commits to master since this release

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.