File tree Expand file tree Collapse file tree 2 files changed +11
-3
lines changed Expand file tree Collapse file tree 2 files changed +11
-3
lines changed Original file line number Diff line number Diff line change @@ -18,6 +18,10 @@ allows the repository to be tested on `mybinder.org`_. This
18
18
specification is developer focused. For a more user-focused binder see
19
19
the `JupyterLab demo `_
20
20
21
+ Test: ``test/ ``
22
+ ^^^^^^^^^^^^^^^
23
+ This contains test scripts that test our codebase using jest.
24
+
21
25
Design: ``design/ ``
22
26
^^^^^^^^^^^^^^^^^^^
23
27
A directory contains gifs or images that show the design perspective of
@@ -49,13 +53,13 @@ Description of each file in ``src/``
49
53
as a container of code snippets.
50
54
- CodeSnippetWidgetModel.ts: this contains a code snippet model that
51
55
keeps track of a list of code snippets being used in the extension.
52
- - ConfirmMessage.tsx : this contains a luminio widget that creates
56
+ - ConfirmMessage.ts : this contains a luminio widget that creates
53
57
confirmation dialog as a modal window after snippet creation.
54
58
- FilterTools.tsx: this contains a react component that renders a
55
59
search bar and filter box.
56
- - MoreOptions.tsx : this contains a lumino widget that creates dropdown
60
+ - MoreOptions.ts : this contains a lumino widget that creates dropdown
57
61
dialog when three dots icon is clicked.
58
- - PreviewSnippet.tsx : this contains a lumino widget used to create
62
+ - PreviewSnippet.ts : this contains a lumino widget used to create
59
63
preview minimap.
60
64
- index.ts: this contains the activation of our extension.
61
65
Original file line number Diff line number Diff line change @@ -10,6 +10,10 @@ v1.1.0
10
10
* Made the UI more consistent.
11
11
* Added a new feature to rename the code snippet in the code snippet panel easily by double-clicking its name.
12
12
* Improved the search feature with fuzzy search.
13
+ * Added a function to save the entire cell as a code snippet.
14
+ * Added multi-cell saving by right clicking and saving as a code snippet.
15
+ * Changed preview height to match the height of code snippet box at the maximum.
16
+
13
17
14
18
v1.0.4
15
19
^^^^^^
You can’t perform that action at this time.
0 commit comments