atom / bookmarks

Bookmark editor lines in Atom
MIT License
49 stars 36 forks source link

Bookmark not surviving atom restart #68

Closed pjvalla closed 7 years ago

pjvalla commented 8 years ago

Bookmark is not surviving project restart.

  1. Open project from project root directory atom .
  2. Add bookmark to file within project.
  3. Shutdown atom
  4. Reopen project atom .

Bookmarks are gone. I am on Ubuntu 14.04, running atom 1.8.0.
I am also noticing that the bookmarks are not highlighted in minimap-bookmarks, even though I can cycle through them and see the blue bookmark symbol on the left.

I am not closing the file before shutting down atom. It was my impression that the bookmarks should be serialized on shutdown and are associated with an atom project.

jessejanderson commented 8 years ago

☝️ same

SavageCore commented 8 years ago

+1 On windows 10 x64 atom 1.8.0

From project root:

  1. atom --safe .
  2. Add bookmark to file within project.
  3. Close atom. (File -> Exit or X)
  4. atom --safe .
pjvalla commented 8 years ago

@SavageCore I followed your procedure and the bookmarks still do not survive.

Big difference here is that I am on Linux.

SavageCore commented 8 years ago

@pjvalla Yes that is correct, I posted as --safe (safe mode) proves no third party package causes this bug. Previously this has been caused by other packages.

skleinbo commented 8 years ago

Same here, running Atom 1.10.0 with Bookmarks 0.41.0 on Mac OSX El Capitan.

pmgouveia commented 7 years ago

found this package: https://atom.io/packages/nav-panel-plus much better! ^^

PixelT commented 7 years ago

+1

rsese commented 7 years ago

I just tried this on Windows 10 with Atom 1.21.1 and wasn't able to reproduce - after restart, the bookmark I added was still there. I also tried on macOS 10.12.6 off of master and couldn't reproduce there either. Going to go ahead and close but if folks can still reproduce let me know.