|
5 | 5 | "children": |
6 | 6 | [ |
7 | 7 | { |
8 | | - "caption": "Goto Breakpoint...", |
| 8 | + "caption": "Goto Python Breakpoint...", |
9 | 9 | "command": "goto_breakpoint" |
10 | 10 | } |
11 | 11 | ] |
|
20 | 20 | "children": |
21 | 21 | [ |
22 | 22 | { |
23 | | - "caption": "Clear All", |
| 23 | + "caption": "Clear All Python Breakpoints", |
24 | 24 | "command": "clear_all_breakpoints", |
25 | 25 | "mnemonic": "C" |
26 | 26 | } |
|
41 | 41 | "children": |
42 | 42 | [ |
43 | 43 | { |
44 | | - "caption": "PythonBreakpoints", |
| 44 | + "caption": "Python Breakpoints", |
45 | 45 | "children": |
46 | 46 | [ |
47 | 47 | { |
48 | 48 | "caption": "Settings – Default", |
49 | 49 | "command": "open_file", |
50 | | - "args": {"file": "${packages}/PythonBreakpoints/PythonBreakpoints.sublime-settings"} |
| 50 | + "args": {"file": "${packages}/Python Breakpoints/PythonBreakpoints.sublime-settings"} |
51 | 51 | }, |
52 | 52 | { |
53 | 53 | "caption": "Settings – User", |
|
59 | 59 | "caption": "Key Bindings – Default", |
60 | 60 | "command": "open_file", |
61 | 61 | "args": { |
62 | | - "file": "${packages}/PythonBreakpoints/Default (OSX).sublime-keymap", |
| 62 | + "file": "${packages}/Python Breakpoints/Default (OSX).sublime-keymap", |
63 | 63 | "platform": "OSX" |
64 | 64 | } |
65 | 65 | }, |
66 | 66 | { |
67 | 67 | "caption": "Key Bindings – Default", |
68 | 68 | "command": "open_file", |
69 | 69 | "args": { |
70 | | - "file": "${packages}/PythonBreakpoints/Default (Linux).sublime-keymap", |
| 70 | + "file": "${packages}/Python Breakpoints/Default (Linux).sublime-keymap", |
71 | 71 | "platform": "Linux" |
72 | 72 | } |
73 | 73 | }, |
74 | 74 | { |
75 | 75 | "caption": "Key Bindings – Default", |
76 | 76 | "command": "open_file", |
77 | 77 | "args": { |
78 | | - "file": "${packages}/PythonBreakpoints/Default (Windows).sublime-keymap", |
| 78 | + "file": "${packages}/Python Breakpoints/Default (Windows).sublime-keymap", |
79 | 79 | "platform": "Windows" |
80 | 80 | } |
81 | 81 | }, |
|
0 commit comments