New "Save To Project" feature
- "Save To Project" feature allows for the currently open notepad file to be quickly saved as part of project files
Bug fix release to handle scenarios where there is no active pane item for notepad path handling
Minor fix for better handling for status bar notepad paths based on current active pane item.
Package now has configurable settings for a couple of features, as well as some performance tuning.
-
Allow configuring auto-save for notepads
-
Allow configuring automatic removal of empty notepads
-
Hook to
content-modified
event of the notepad editor if auto-save is enabled rather than thechanged
event of the underlying buffer
An update release with some internal modifications & notepad handling:
-
Better handling of
Open Notepads
&New Notepad
commands to make sure it doesn't open too many empty notepads unnecessarily -
Empty notepads are cleaned up automatically now on
Open Notepads
orClose Notepads
being called. A notepad is deemed to be empty if it has 0 length or if it has no non-whitespace characters in it.
Bug fix release to handle package activation when no active project is opened. It now catches this and returns back an error object, so that atom silently fails activating the package.
First release as a separate package after split from Protons which will be deprecated soon in favor of individual packages.