t9md / atom-cursor-history

Cursor position history manager
https://atom.io/packages/cursor-history
MIT License
59 stars 7 forks source link

Don't save to history while symbols-views temporal scroll. #3

Closed t9md closed 9 years ago

t9md commented 9 years ago

As far as I considered, there is no way to distinguish temporal movement or actual movement. So currently I don't think I can solve this issue.

Support from Atom side or symbols-view side is required to solve this problem.

I created issue to symbols-view https://github.com/atom/symbols-view/issues.

t9md commented 9 years ago

Send pull request to make quickJumpToSymbol optional.

https://github.com/atom/symbols-view/pull/107

t9md commented 9 years ago

VERY tough fix, tired, but I made it!