Skip to content

update description#67

Open
ashvika-creator wants to merge 2 commits into
masterfrom
1.32
Open

update description#67
ashvika-creator wants to merge 2 commits into
masterfrom
1.32

Conversation

@ashvika-creator

Copy link
Copy Markdown

No description provided.

Comment thread plugin.json Outdated
],
"description": "Powerful code-editing plugin for writing and managing python code-snippets with syntax highlighting, hotkey binding and other features",
"longdescription": "The snippet editor started as a simple example UI plugin to demonstrate new features available to UI plugins. It has turned into a functionally useful plugin in its own right. The snippet editor allows you to write small bits of code that might not be big enough to warrant the effort of a full plugin but are long enough that you don't want to retype them every time in the python-console!\n\nAs an added bonus, all snippets are added to the snippets menu and hot-keys can be associated with them as they make use of the action system. All action-system items are also available through the command-palette (CTL/CMD-p).\n\n![](https://github.com/Vector35/snippets/blob/master/media/snippets.gif?raw=true)\n\n.",
"longdescription":

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

this is invalid json. Either have "" or just remove the longdescription entry entirely.

You can validate that your changes haven't broken things with:

python3 -m json.tool < plugin.json

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.

2 participants