You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.