Skip to content

Commit

Permalink
added update messages for package control
Browse files Browse the repository at this point in the history
  • Loading branch information
Fabian Schilf committed Jul 19, 2019
1 parent df7ec47 commit 5d24bdc
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Since version **1.2.0** you are able to generate definitions for your class meth

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

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.
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.

## Settings

Expand Down
1 change: 1 addition & 0 deletions messages.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"1.2.0": "messages/1.2.0.txt",
"1.1.0": "messages/1.1.0.txt",
"1.0.2": "messages/1.0.2.txt",
"1.0.1": "messages/1.0.1.txt",
Expand Down
7 changes: 7 additions & 0 deletions messages/1.2.0.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
- added new feature:

METHOD DEFINITION GENERATION:

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.

HINT: Works only for class methods

0 comments on commit 5d24bdc

Please sign in to comment.