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: Default.sublime-commands
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
[
2
-
{ "caption": "JavaScript Enhancements Bookmarks: Toggle on Current Project", "command": "toggle_project_bookmarks"},
2
+
{ "caption": "JavaScript Enhancements Bookmarks: Toggle on Current View", "command": "toggle_project_bookmarks"},
3
3
{ "caption": "JavaScript Enhancements Bookmarks: Show All on Current Project", "command": "show_project_bookmarks", "args": {"type": "global_project"} },
4
4
{ "caption": "JavaScript Enhancements Bookmarks: Show on Current View Project", "command": "show_project_bookmarks", "args": {"type": "view_project"} },
5
5
{ "caption": "JavaScript Enhancements Bookmarks: Delete All on Current Project", "command": "delete_project_bookmarks", "args": {"type": "global_project"} },
Copy file name to clipboardExpand all lines: README.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -65,7 +65,8 @@ Manually:
65
65
- Download [latest release](https://github.com/pichillilorenzo/JavaScriptEnhancements/releases) and unzip it into your **Packages folder** (go to `Preferences > Browse Packages...` menu item to open this folder)
66
66
67
67
## Usage
68
-
[Wiki](https://github.com/pichillilorenzo/JavaScriptEnhancements/wiki) in progress.
68
+
69
+
[See the Wiki](https://github.com/pichillilorenzo/JavaScriptEnhancements/wiki).
0 commit comments