Skip to content

Commit

Permalink
Merge branch 'release/0.3.7'
Browse files Browse the repository at this point in the history
  • Loading branch information
dishmaev committed Apr 14, 2018
2 parents 9266cc1 + 19a4863 commit 2a52268
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 13 deletions.
23 changes: 12 additions & 11 deletions Default.sublime-mousemap
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
[
{
"button": "button1", "count": 1,
"press_command": "drag_select",
"command": "dlv_click"
},
{
"button": "button1", "count": 2,
"press_command": "drag_select",
"press_args": {"by": "words"},
"command": "dlv_double_click"
}
// Activate mouse for Delve views: Stacktrace, Variables
// {
// "button": "button1", "count": 1,
// "press_command": "drag_select",
// "command": "dlv_click"
// },
// {
// "button": "button1", "count": 2,
// "press_command": "drag_select",
// "press_args": {"by": "words"},
// "command": "dlv_double_click"
// }
]
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ In short:
* Next with F6
* Step out with F7
* Step into with Shift+F7
* Click on the appropriate line in the Delve Stacktrace view to go to that stack frame
* Click a variable in the Delve Variables view to show its children (if available)
* Click on the appropriate line in the Delve Stacktrace view to go to that stack frame. Deactivated by default, see [the mouse map](https://github.com/dishmaev/GoDebug/blob/master/Default.sublime-mousemap) for details
* Click a variable in the Delve Variables view to show its children (if available).Deactivated by default, see [the mouse map](https://github.com/dishmaev/GoDebug/blob/master/Default.sublime-mousemap) for details
* You can also access some commands by right clicking in any view

## License
Expand Down

0 comments on commit 2a52268

Please sign in to comment.