Skip to content

Commit

Permalink
- version bump
Browse files Browse the repository at this point in the history
- added new shortcut to hints
  • Loading branch information
janisdd committed Mar 9, 2023
1 parent 3c204af commit 1287781
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion csvEditorHtml/browser/indexBrowser.html
Original file line number Diff line number Diff line change
Expand Up @@ -870,7 +870,7 @@ <h3 class="title is-3">Hints</h3>
<li>Copy & Past use tab (<div class="keys"></div>) as separator (same as excel)</li>
<li>If a row has more cell than the others empty cells are added to match the row with the highest cell
count</li>
<li>You can delete multiple rows/cols by selecting them via shift and right click then remove</li>
<li>You can delete multiple rows/cols by selecting them via shift and right click then remove (or <div class="keys">Ctrl</div>+<div class="keys">Shift</div>+<div class="keys">Alt</div>+<div class="keys">Minus</div>)</li>
</ul>
</div>

Expand Down
2 changes: 1 addition & 1 deletion csvEditorHtml/browser/indexBrowserDebug.html
Original file line number Diff line number Diff line change
Expand Up @@ -869,7 +869,7 @@ <h3 class="title is-3">Hints</h3>
<li>Copy & Past use tab (<div class="keys"></div>) as separator (same as excel)</li>
<li>If a row has more cell than the others empty cells are added to match the row with the highest cell
count</li>
<li>You can delete multiple rows/cols by selecting them via shift and right click then remove</li>
<li>You can delete multiple rows/cols by selecting them via shift and right click then remove (or <div class="keys">Ctrl</div>+<div class="keys">Shift</div>+<div class="keys">Alt</div>+<div class="keys">Minus</div>)</li>
</ul>
</div>

Expand Down
2 changes: 1 addition & 1 deletion csvEditorHtml/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -717,7 +717,7 @@ <h3 class="title is-3">Hints</h3>
<li>If a row has more cell than the others empty cells are added to match the row with the highest cell
count</li>
<li>Extension configuration is only applied for new editors</li>
<li>You can delete multiple rows/cols by selecting them via shift and right click then remove</li>
<li>You can delete multiple rows/cols by selecting them via shift and right click then remove (or <div class="keys">Ctrl</div>+<div class="keys">Shift</div>+<div class="keys">Alt</div>+<div class="keys">Minus</div>)</li>
</ul>
</div>

Expand Down
2 changes: 1 addition & 1 deletion out/getHtml.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "vscode-edit-csv",
"displayName": "Edit csv",
"description": "extension to edit csv files with a table ui",
"version": "0.7.3",
"version": "0.7.4",
"license": "MIT",
"icon": "images/logo.png",
"publisher": "janisdd",
Expand Down
2 changes: 1 addition & 1 deletion src/getHtml.ts
Original file line number Diff line number Diff line change
Expand Up @@ -775,7 +775,7 @@ export function createEditorHtml(webview: vscode.Webview, context: vscode.Extens
<li>If a row has more cell than the others empty cells are added to match the row with the highest cell
count</li>
<li>Extension configuration is only applied for new editors</li>
<li>You can delete multiple rows/cols by selecting them via shift and right click then remove</li>
<li>You can delete multiple rows/cols by selecting them via shift and right click then remove (or <div class="keys">Ctrl</div>+<div class="keys">Shift</div>+<div class="keys">Alt</div>+<div class="keys">Minus</div>)</li>
</ul>
</div>
Expand Down

0 comments on commit 1287781

Please sign in to comment.