You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/user/transition.rst
+16-12Lines changed: 16 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -95,11 +95,14 @@ 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 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.
99
100
100
101
This script will print something like :
101
102
102
103
.. code::
104
+
105
+
103
106
{"snippets": [
104
107
105
108
{
@@ -134,20 +137,21 @@ This script will print something like :
134
137
135
138
After generating this dictionary, one can simply delete the current contents of user preferences
136
139
(Advanced Settings > Code Snippet Manager > User Preferences) and paste this dictionary instead.
137
-
This will delete the current snippets at the endpoint (will be default snippets if extension freshly updated)
138
-
and replace them with the old snippets.
140
+
This will delete the current snippets at the endpoint (which will be default snippets if the extension is
141
+
freshly updated/installed) and replace them with the old snippets.
139
142
140
-
**NOTE: If adding objects onto an existing list of objects, make sure the ID numbers are all in sequential,
141
-
ascending order.**
143
+
**NOTE**: If adding objects onto an existing list of objects, make sure the ID numbers are all in sequential,
144
+
ascending order.
142
145
143
146
Search and Tag Update
144
147
---------------------
145
148
146
149
.. image:: ../../Design/smallUnselectedTags.png
147
150
:align:center
148
151
149
-
**NOTE: Snippet tags function on an OR basis, as in when the "data analytics" tag and the "import statements" tag are selected together,
150
-
the panel displays any tags that are tagged as import statements OR tagged as "data analytics."**
152
+
**NOTE 1**: Snippet tags function on an OR basis, as in when the "data analytics" tag and the "import statements" tag are selected together,
153
+
the panel displays any tags that are tagged as import statements OR tagged as "data analytics."
0 commit comments