All Projects → hampustagerud → atom-remember-session

hampustagerud / atom-remember-session

Licence: other
A simple package to make Atom remember your previous session - Not being developed anymore!

Programming Languages

coffeescript
4710 projects

Projects that are alternatives of or similar to atom-remember-session

Atom Sloc
Atom SLOC package for the statusbar
Stars: ✭ 10 (-33.33%)
Mutual labels:  atom, atom-package
Go Signature Statusbar
Display the signature of the current Go function under the cursor in the status bar of Atom
Stars: ✭ 44 (+193.33%)
Mutual labels:  atom, atom-package
Color Indent
Use colors to show in a non intrusive manner different indentation levels.
Stars: ✭ 11 (-26.67%)
Mutual labels:  atom, atom-package
Prettier Atom
An atom package for the prettier formatter.
Stars: ✭ 750 (+4900%)
Mutual labels:  atom, atom-package
Atom Terminal Tab
Simple terminal for the Atom text editor.
Stars: ✭ 134 (+793.33%)
Mutual labels:  atom, atom-package
Mighty React Snippets
Crafty React & Redux snippets for Atom Editor
Stars: ✭ 16 (+6.67%)
Mutual labels:  atom, atom-package
Envy
Text editing supercharger
Stars: ✭ 35 (+133.33%)
Mutual labels:  atom, atom-package
save-workspace-atom-plugin
If you work with few projects same time this plugin give you the opportunity to change your workspace faster. Save your workspace, all your opened tabs, cursor position, etc. for each task you are working with.
Stars: ✭ 24 (+60%)
Mutual labels:  atom, atom-package
Markdown Themeable Pdf
ARCHIVED. NOT MAINTAINED. Themeable Markdown Converter (Print to PDF, HTML, JPEG or PNG)
Stars: ✭ 130 (+766.67%)
Mutual labels:  atom, atom-package
Git Blame
Plugin for Atom Editor. Toggle git-blame annotations for the current file in the gutter.
Stars: ✭ 96 (+540%)
Mutual labels:  atom, atom-package
Atom Project Manager
Project manager for the Atom editor
Stars: ✭ 519 (+3360%)
Mutual labels:  atom, atom-package
Split Diff
Side-by-side file compare for the Atom text editor.
Stars: ✭ 188 (+1153.33%)
Mutual labels:  atom, atom-package
Md Writer
✒️ Make Atom a better Markdown/AsciiDoc editor for writers and bloggers
Stars: ✭ 326 (+2073.33%)
Mutual labels:  atom, atom-package
Vuejs Snippets
Collection of Vuejs 2.0+ snippets
Stars: ✭ 17 (+13.33%)
Mutual labels:  atom, atom-package
Markdown Preview Enhanced
One of the 'BEST' markdown preview extensions for Atom editor!
Stars: ✭ 3,478 (+23086.67%)
Mutual labels:  atom, atom-package
Github
Git and GitHub integration for Atom
Stars: ✭ 880 (+5766.67%)
Mutual labels:  atom, atom-package
coeditor
Yet Another Pair Programming Package for Atom.
Stars: ✭ 27 (+80%)
Mutual labels:  atom, atom-package
atom-ide-datatip
Datatips for Atom IDE
Stars: ✭ 30 (+100%)
Mutual labels:  atom, atom-package
Atom File Types
Specify additional file types for languages.
Stars: ✭ 54 (+260%)
Mutual labels:  atom, atom-package
Atom React Snippets
esnext React snippets
Stars: ✭ 146 (+873.33%)
Mutual labels:  atom, atom-package

THIS PACKAGE IS NOT BEING DEVELOPED ANYMORE AS THE ATOM EDITOR ITSELF NOW HAS THE SAME FUNCTIONALITY AND THIS PLUGIN WAS WRITTEN FOR A PREVIOUS VERSION OF ATOM. THIS PACKAGE IS NOT BEING SUPPORTED BY THE NEW ATOM VERSIONS AND WILL NOT WORK AT ALL!

For everyone who used this and wanted an update: I wanted to write something new and improved but this project is not needed anymore. Atom has now built-in functionality for this and they are probably doing it smoother. I created this project when I first got access to the Atom beta and it didn´t save my windows, workfolders or tabs. I wanted something that did this and while this was not the best solution it worked somewhat. Back then Atom was not entirely open sourced and the documentation was not very throughout so this became a very "hackish" solution to my problem by basically implementing basic website logic into the package.

Anyway, I hope some people enjoyed this while it still worked and to all of you who have been frustrated with its inability to work with the newer versions of Atom I offer my deepest apologies. Developing this package was a great learning experience for me and my first contribution to any online project really but there´s no need for this package and therefore I feel that spending more time on this would be a waste! Thank you all.

Remember Session

A simple package to save your session when you close Atom.
Based on AbeEstradas remember-window

Install

apm install remember-session

Features

  • Saves window location, size along with tree-view width
  • Saves the project path and redirects your next session to that path
  • Stores all your open tabs and which tab was selected

Current limitations (to be implemented):

  • Only the session from the window closed last is saved at the moment
  • Only the active pane is saved
  • Selected tab is not saved (implemented as of 0.4.0)

Changelog

  • Version 0.5.1
    • Fixed a bug that caused Atom to not quit properly
  • Version 0.5.0
    • Fixed bugs that broke all functionality
  • Version 0.4.0
    • Package now remembers which tab was active
    • Package now handles opening multiple projects better (still only saves the one closed last)
    • Fixed a bug where tabs wasn't reopened
    • Crashes should not affect the functionality at the next restart
      (saves will probably be lost but a bug prevented new saves after a crash)
    • Opening new files from the tree view should now work properly again
  • Version 0.3.0
    • Fixed some more bugs
  • Version 0.2.0
    • Fixed some bugs
  • Version 0.1.0
    • Initial commit
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].