Skip to content

Commit 5d24bdc

Browse files
author
Fabian Schilf
committed
added update messages for package control
1 parent df7ec47 commit 5d24bdc

File tree

3 files changed

+9
-1
lines changed

3 files changed

+9
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Since version **1.2.0** you are able to generate definitions for your class meth
3434

3535
<img src="https://github.com/pr0grammr/cppclasshelper-sublime-text-plugin/raw/master/method-definition.gif">
3636

37-
Press <kbd>CTRL</kbd> + <kbd>SHIFT</kbd> + <kbd>P</kbd> to open command palette. Type in `C++ Classhelper - Generate Method Definition` and select the method you want to generate the definition.
37+
Press <kbd>CTRL</kbd> + <kbd>SHIFT</kbd> + <kbd>P</kbd> to open command palette. Type in `C++ Classhelper - Generate Method Definition` (or right click in your current window to select the option via context menu) and select the method you want to generate the definition.
3838

3939
## Settings
4040

messages.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
2+
"1.2.0": "messages/1.2.0.txt",
23
"1.1.0": "messages/1.1.0.txt",
34
"1.0.2": "messages/1.0.2.txt",
45
"1.0.1": "messages/1.0.1.txt",

messages/1.2.0.txt

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
- added new feature:
2+
3+
METHOD DEFINITION GENERATION:
4+
5+
Create definitions for your C++ class methods by pressing CTRL + SHIFT + P to open command palette and type in "C++ Classhelper - Generate Method Definition" or select the option by right click in your current window to open the context menu.
6+
7+
HINT: Works only for class methods

0 commit comments

Comments
 (0)