Skip to content
This repository has been archived by the owner on Nov 16, 2020. It is now read-only.

Remove the dot . on the package name FakeImg.pl Image Placeholder Snippet #2

Open
evandrocoan opened this issue Jan 3, 2018 · 0 comments

Comments

@evandrocoan
Copy link

evandrocoan commented Jan 3, 2018

On wbond/package_control_channel#2524 (Test against package names containing periods) was determinate that Sublime Text 3 cannot support package names within dot on their names. Then all the packages with dot . on their names should either be renamed without the dot, or marked as Sublime Text 2 supported.

If after sometime, a pull request to package_control_channel removing the dot . on the package name is not sent, the package will be marked as supported by Sublime Text 2 only. Currently the package is marked as supported by all versions of Sublime Text.


What steps do I need to take?

Just open a pull request on the package control channel renaming you package to a new name without a dot. On your case, the new change could be like this:

		{
			"name": "FakeImg PL Image Placeholder Snippet",
			"details": "https://github.com/tinacious/fakeimg.sublime-snippet",
			"previous_names": ["FakeImg.pl Image Placeholder Snippet"],
			"releases": [
				{
					"sublime_text": "*",
					"branch": "master"
				}
			]
		},

By using the previous_names array, everybody who has installed your package will get their installed name renamed as soon as package control starts updating the packages.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant