Skip to content

Commit d99242a

Browse files
committed
add README and install message files
1 parent ef4e91c commit d99242a

File tree

3 files changed

+23
-0
lines changed

3 files changed

+23
-0
lines changed

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
Description
2+
------------------
3+
With this plugin, you can view and edit the java properties file in your native language.
4+
5+
Installation
6+
------------------
7+
Using [Package Control](http://wbond.net/sublime_packages/package_control) to find, install and upgrade *JavaPropertiesEditor* is the recommended method to install this plug-in.
8+
9+
Otherwise, you can download this repository as a zip file, unzip it, and rename the new folder to *JavaPropertiesEditor*, then move this folder to *Packages* folder of Sublime Text (You can find the *Packages* folder by clicking "Preferences > Browse Packages" menu entry in Sublime Text).
10+
11+
Contact me
12+
------------------
13+
Please send me your questions or suggestions: sunlxy (at) yahoo.com or http://weibo.com/seanliang

messages.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"install": "messages/install.txt"
3+
}

messages/install.txt

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
JavaPropertiesEditor
2+
==================
3+
With this plugin, you can view and edit the java properties file in your native language.
4+
5+
Contact me
6+
------------------
7+
Please send me your questions or suggestions: sunlxy (at) yahoo.com or http://weibo.com/seanliang

0 commit comments

Comments
 (0)