@@ -95,8 +95,8 @@ This script will concatenate and print out all of the json objects in a /snippet
95
95
in a project. After running the script, copy the output and paste into the User Preferences
96
96
panel in settings, similar to the single snippet upload.
97
97
98
- NOTE: If adding objects to existing list of snippets in user preferences, change counter variable
99
- to n+1 where n is the ID of the last snippet stored in user preferences.
98
+ ** NOTE ** : If adding objects to existing list of snippets in user preferences, change * counter * variable
99
+ to n+1 where n is the ID of the last snippet stored in user preferences.
100
100
101
101
This script will print something like :
102
102
@@ -135,10 +135,10 @@ This script will print something like :
135
135
136
136
After generating this dictionary, one can simply delete the current contents of user preferences
137
137
(Advanced Settings > Code Snippet Manager > User Preferences) and paste this dictionary instead.
138
- This will delete the current snippets at the endpoint (will be default snippets if extension freshly updated)
139
- and replace them with the old snippets.
138
+ This will delete the current snippets at the endpoint (which will be default snippets if the extension is
139
+ freshly updated/installed) and replace them with the old snippets.
140
140
141
- NOTE: If adding objects onto an existing list of objects, make sure the ID numbers are all in sequential,
141
+ ** NOTE ** : If adding objects onto an existing list of objects, make sure the ID numbers are all in sequential,
142
142
ascending order.
143
143
144
144
Search and Tag Update
@@ -147,7 +147,7 @@ Search and Tag Update
147
147
.. image :: ../../Design/smallUnselectedTags.png
148
148
:align: center
149
149
150
- NOTE: Snippet tags function on an OR basis, as in when the "data analytics" tag and the "import statements" tag are selected together,
150
+ ** NOTE 1 ** : Snippet tags function on an OR basis, as in when the "data analytics" tag and the "import statements" tag are selected together,
151
151
the panel displays any tags that are tagged as import statements OR tagged as "data analytics."
152
152
ex) Snippet tags selected together:
153
153
@@ -159,17 +159,17 @@ ex) Language tags selected together:
159
159
.. image :: ../../Design/smallLanguageTagsSelected.png
160
160
:align: center
161
161
162
- NOTE 2: Language tags and snippets tags have an AND relationship. As in when the "Python" tag and the "data analytics" tags are selected together,
162
+ ** NOTE 2 ** : Language tags and snippets tags have an AND relationship. As in when the "Python" tag and the "data analytics" tags are selected together,
163
163
only snippets that are both in the language Python AND tagged as data analytics will appear.
164
164
165
165
.. image :: ../../Design/smallLangAndSnippetTag.png
166
166
:align: center
167
167
168
- NOTE 3: When language tags are selected, only snippet tags in that language will appear for ease of selection.
168
+ ** NOTE 3 ** : When language tags are selected, only snippet tags in that language will appear for ease of selection.
169
169
170
170
.. image :: ../../Design/smallPythonTagOnly.png
171
171
:align: center
172
172
173
- NOTE 4: If 2 of the same language tags appear in the Language Tags section this indicates that one of the snippets
173
+ ** NOTE 4 ** : If 2 of the same language tags appear in the Language Tags section this indicates that one of the snippets
174
174
contains a snippet tag that matches the language name. To get rid of the duplicate tag, filter through snippets and
175
175
untag any snippets that have that Language in their snippet tags.
0 commit comments