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
1818specification is developer focused. For a more user-focused binder see
1919the `JupyterLab demo `_
2020
21+ Test: ``test/ ``
22+ ^^^^^^^^^^^^^^^
23+ This contains test scripts that test our codebase using jest.
24+
2125Design: ``design/ ``
2226^^^^^^^^^^^^^^^^^^^
2327A directory contains gifs or images that show the design perspective of
@@ -49,13 +53,13 @@ Description of each file in ``src/``
4953 as a container of code snippets.
5054- CodeSnippetWidgetModel.ts: this contains a code snippet model that
5155 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
5357 confirmation dialog as a modal window after snippet creation.
5458- FilterTools.tsx: this contains a react component that renders a
5559 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
5761 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
5963 preview minimap.
6064- index.ts: this contains the activation of our extension.
6165
Original file line number Diff line number Diff line change @@ -10,6 +10,10 @@ v1.1.0
1010* Made the UI more consistent.
1111* Added a new feature to rename the code snippet in the code snippet panel easily by double-clicking its name.
1212* 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+
1317
1418v1.0.4
1519^^^^^^
You can’t perform that action at this time.
0 commit comments