Skip to content

Commit 6c0ff8d

Browse files
author
pr0grammr
committed
add install message
1 parent 6cacef7 commit 6c0ff8d

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

messages.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"install": "README.md",
2+
"install": "install.txt",
33
"1.0.1": "messages/1.0.1.txt",
44
"1.0.2": "messages/1.0.2.txt"
55
}

messages/install.txt

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
Thanks for installing C++ Classhelper!
2+
3+
Usage:
4+
------
5+
6+
1. Right-click on a folder where you want to create your C++ Class
7+
2. Enter a name and the input below (without file extension)
8+
3. Hit return and your class will be created
9+
10+
HAVE FUN
11+
12+
Customize:
13+
----------
14+
15+
You can customize the file extension by changing extension in Preferences -> Package Settings -> C++ Classhelper -> Settings user
16+
17+
See all available settings in Preferences -> Package Settings -> C++ Classhelper -> Settings Default

0 commit comments

Comments
 (0)