Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update to Version 2.0.0 #14

Merged
merged 5 commits into from
May 6, 2019
Merged

Update to Version 2.0.0 #14

merged 5 commits into from
May 6, 2019

Conversation

jmooney
Copy link
Owner

@jmooney jmooney commented May 6, 2019

Version 2.0.0 adds a handful of new features, such as reopening the last workspace and allowing read-only views. A handful of bug-fixes are also included.

Note: This release renames some settings variables. Any user modified settings will have to be renamed to the latest settings variable.

The ShowCurrentEasyWorkspace commands lists the currently opened easyworkspaces in
the current window using a quick input dialog. The workspace owned by this window
is highlighted with a preceeding asterisk '*'.

We add this new feature as a way to allow the user to identify which workspace they
are currently editing.
Saved workspaces will now remember if a view was in read-only mode.
If a workspace was saved when an unsaved file was open in sublime, the workspace
would contain views with '' empty filenames. This could cause the plugin
to fail since these files could not be loaded.
All files saved under the workspaces directory are displayed in the open workspace
prompt. Under certain circumstances, unwanted files would be displayed accordingly.

On Mac OS X for instance, a .DS_STORE file can be created under the workspaces
directory which will obfuscate the true workspaces.

This commit ignores any 'hidden' folders within the workspaces directory. As an alternative
fix, we could have only shown files that were with the '.ws' extension, but this may be
too restrictive under some circumstances. Perhaps the user changes the extension in the settings?

We can revisit as needed if this solution proves insufficient.
@jmooney jmooney merged commit d8a3d3a into master May 6, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant