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

Added Package Startup Files #6892

Merged
merged 1 commit into from Mar 13, 2018
Merged

Added Package Startup Files #6892

merged 1 commit into from Mar 13, 2018

Conversation

voltavidTony
Copy link
Contributor

I use text files to write down my to-do lists, project ideas, etc., and in order to not have to search them every time I run Sublime, I have created this plugin to take care of that.
What this plugin does: even if you close a file, it still opens when you run Sublime again if it is specified.
You can specify these files manually in the preferences file or run the command to set the files from the context menu (refer to the readme).

Copy link
Collaborator

@packagecontrol-bot packagecontrol-bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Automated testing result: ERROR

Repo link: Startup Files
Results help

Packages added:
  - Startup Files

Processing package "Startup Files"
  - ERROR: No valid semver tags found at https://github.com/voltavidTony/Startup-Files/tags for the package "Startup Files".

@FichteFoll
Copy link
Collaborator

FichteFoll commented Feb 19, 2018

Do you not use projects or the hot_exit setting (which is true by default)?

Also, semantic versions consist of three numeric parts.

@voltavidTony
Copy link
Contributor Author

Yes, I do. The purpose of this plugin is to ensure the specified files are always opened when sublime starts. So if I close Sublime with a file open, the hot_exit will reopen it, but if I closed the file, then hot_exit won't reopen it, but the plugin will.
It's like setting the default tabs on chrome.

@FichteFoll FichteFoll merged commit b051b77 into wbond:master Mar 13, 2018
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

3 participants