t9md / atom-cursor-history

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

Doesn't work on temporary buffers & weird file paths #26

Closed chenglou closed 7 years ago

chenglou commented 7 years ago

Temporary buffers would be a nice plus.

By "weird file paths", I have a slightly edge-casy use-case: I work with remote files (through nuclide's remote feature). The paths are a bit different (e.g. nuclide://foo/bar.js), so I think cursor-history gets confused.

t9md commented 7 years ago

duplicate of #16

This is old feature enhancement request, but I haven't tried to implement it. Don't wanted to make code-base complex. I was just lazy to setup environment to understand how it works.

I'll start thinking from temporary buffer support.

If you have conceptual idea for how-you-want-it-expected-to-work please give me input.

chenglou commented 7 years ago

Ah oops, closing this then, thanks!