hermet pushed a commit to branch master.

http://git.enlightenment.org/tools/enventor.git/commit/?id=149faa3f35afe913285de9aec4829b966542784d

commit 149faa3f35afe913285de9aec4829b966542784d
Author: ChunEon Park <her...@hermet.pe.kr>
Date:   Tue Jun 23 08:40:39 2015 +0900

    updated README/ABOUT
---
 README           | 93 ++++++++++++++++++++++++++++----------------------------
 data/about/ABOUT | 93 ++++++++++++++++++++++++++++----------------------------
 2 files changed, 94 insertions(+), 92 deletions(-)

diff --git a/README b/README
index ccef5fc..35853f1 100644
--- a/README
+++ b/README
@@ -28,63 +28,64 @@ Once you have met requirements, compiling and installing is 
simple:
  
 [Short Cut Keys]
  
-Esc = Open/Close Menu
-F1 = About
-F2 = New
-F3 = Save
-F4 = Load
-F5 = Show/Hide Line Number
-F9 = Show/Hide Tools
-F10 = Show/Hide Console
-F11 = Show/Hide Status
-F12 = Setting
- 
-Ctrl+S = Quick Save + Update Live View
-Ctrl+I = On/Off Auto Indentation
-Ctrl+O = On/Off Auto Completion
-Ctrl+W = Show/Hide Dummy Swallow
-Ctrl+H = On/Off Part Highlighting
-Ctrl+T = Insert Defaut Template Code
-Ctrl+Mouse Wheel Up = View Scale Up / Font Size Up
-Ctrl+Mouse Wheel Down = View Scale Down / Font Size Down
+Esc - Open/Close Menu
+F1 - About
+F2 - New
+F3 - Save
+F4 - Load
+F5 - Show/Hide Line Number
+F9 - Show/Hide Tools
+F10 - Show/Hide Console
+F11 - Show/Hide Status
+F12 - Setting
+ 
+Ctrl+S - Quick Save + Update Live View
+Ctrl+I - On/Off Auto Indentation
+Ctrl+O - On/Off Auto Completion
+Ctrl+W - Show/Hide Dummy Swallow
+Ctrl+H - On/Off Part Highlighting
+Ctrl+T - Insert Defaut Template Code
+Ctrl+Mouse Wheel Up - View Scale Up / Font Size Up
+Ctrl+Mouse Wheel Down - View Scale Down / Font Size Down
 
-Alt+Left = On/Off Full Edit View
-Alt+Right = On/Off Full Live View
-Alt+Up = On/Off Full Console View
-Alt+Down = On/Off Full Editors View
+Alt+Left - On/Off Full Edit View
+Alt+Right - On/Off Full Live View
+Alt+Up - On/Off Full Console View
+Alt+Down - On/Off Full Editors View
 
-Ctrl+A = Select Text All
-Ctrl+Double Click = Select a word
-Ctrl+Z = Undo Text
-Ctrl+R = Redo Text
-Ctrl+C = Copy Selected Text
-Ctrl+V = Paste Copied Text
-Ctrl+X = Cut Selected Text
-Ctrl+D = Delete a Current line
-Ctrl+F = Find/Replace
-Ctrl+L = Go to line
-Ctrl+Home = Go to the Top line
-Ctrl+End = Go to the Bottom line
+Ctrl+A - Select Text All
+Ctrl+Double Click - Select a word
+Ctrl+Z - Undo Text
+Ctrl+R - Redo Text
+Ctrl+C - Copy Selected Text
+Ctrl+V - Paste Copied Text
+Ctrl+X - Cut Selected Text
+Ctrl+D - Delete a Current line
+Ctrl+F - Find/Replace
+Ctrl+L - Go to line
+Ctrl+Home - Go to the Top line
+Ctrl+End - Go to the Bottom line
+Ctrl+Space - Search candidate keywords in the context
  
  
 [Command Line Usage]
  
 enventor --help
-enventor [input file] [output file] [--to] [--id image path] [--sd sound path] 
[--fd font path] [--dd data path]
+enventor [input file] [output file] [-t] [-i image path] [-s sound path] [-f 
font path] [-d data path]
  
--input file = EDC file to open. If input file is skipped, Enventor will open a 
default template code with a temporary file.
--output file = EDJ file to store compiled file. If output file is skipped, 
Enventor will store binary file to the temporary directory.
---to = Open template menu when you launch Enventor
---id = image resources, that edc includes, path
---sd = sound resources, that edc includes, path
---fd = font resources, that edc includes, path
---dd = data resources, that edc includes, path
+input file = EDC file to open. If input file is skipped, Enventor will open a 
default template code with a temporary file.
+output file = EDJ file to store compiled file. If output file is skipped, 
Enventor will store binary file to the temporary directory.
+-t = Open template menu when you launch Enventor
+-i = image resources, that edc includes, path
+-s = sound resources, that edc includes, path
+-f = font resources, that edc includes, path
+-d = data resources, that edc includes, path
  
 Examples of Enventor command line usage:
 $ enventor
-$ enventor --to
-$ enventor newfile.edc --to
-$ enventor sample.edc output.edj --id ./images --sd ./sounds
+$ enventor -t
+$ enventor newfile.edc -t
+$ enventor sample.edc output.edj -i ./images -s ./sounds
  
  
 [Developers]
diff --git a/data/about/ABOUT b/data/about/ABOUT
index 97e6d7a..f78550f 100644
--- a/data/about/ABOUT
+++ b/data/about/ABOUT
@@ -10,63 +10,64 @@ http://www.openhub.net/p/enventor
  
 <font_size=11><b>[Short Cut Keys]</b></font_size>
  
-Esc = Open/Close Menu
-F1 = About
-F2 = New
-F3 = Save
-F4 = Load
-F5 = Show/Hide Line Number
-F9 = Show/Hide Tools
-F10 = Show/Hide Console
-F11 = Show/Hide Status
-F12 = Setting
+Esc - Open/Close Menu
+F1 - About
+F2 - New
+F3 - Save
+F4 - Load
+F5 - Show/Hide Line Number
+F9 - Show/Hide Tools
+F10 - Show/Hide Console
+F11 - Show/Hide Status
+F12 - Setting
  
-Ctrl+S = Quick Save + Update Live View
-Ctrl+I = On/Off Auto Indentation
-Ctrl+O = On/Off Auto Completion
-Ctrl+W = Show/Hide Dummy Swallow
-Ctrl+H = On/Off Part Highlighting
-Ctrl+T = Insert Defaut Template Code
-Ctrl+Mouse Wheel Up = View Scale Up / Font Size Up
-Ctrl+Mouse Wheel Down = View Scale Down / Font Size Down
+Ctrl+S - Quick Save + Update Live View
+Ctrl+I - On/Off Auto Indentation
+Ctrl+O - On/Off Auto Completion
+Ctrl+W - Show/Hide Dummy Swallow
+Ctrl+H - On/Off Part Highlighting
+Ctrl+T - Insert Defaut Template Code
+Ctrl+Mouse Wheel Up - View Scale Up / Font Size Up
+Ctrl+Mouse Wheel Down - View Scale Down / Font Size Down
 
-Alt+Left = On/Off Full Edit View
-Alt+Right = On/Off Full Live View
-Alt+Up = On/Off Full Console View
-Alt+Down = On/Off Full Editors View
+Alt+Left - On/Off Full Edit View
+Alt+Right - On/Off Full Live View
+Alt+Up - On/Off Full Console View
+Alt+Down - On/Off Full Editors View
+
+Ctrl+A - Select Text All
+Ctrl+Double Click - Select a word
+Ctrl+Z - Undo Text
+Ctrl+R - Redo Text
+Ctrl+C - Copy Selected Text
+Ctrl+V - Paste Copied Text
+Ctrl+X - Cut Selected Text
+Ctrl+D - Delete a Current line
+Ctrl+F - Find/Replace
+Ctrl+L - Go to line
+Ctrl+Home - Go to the Top line
+Ctrl+End - Go to the Bottom line
+Ctrl+Space - Search candidate keywords in the context
 
-Ctrl+A = Select Text All
-Ctrl+Double Click = Select a word
-Ctrl+Z = Undo Text
-Ctrl+R = Redo Text
-Ctrl+C = Copy Selected Text
-Ctrl+V = Paste Copied Text
-Ctrl+X = Cut Selected Text
-Ctrl+D = Delete a Current line
-Ctrl+F = Find/Replace
-Ctrl+L = Go to line
-Ctrl+Home = Go to the Top line
-Ctrl+End = Go to the Bottom line
- 
  
 <font_size=11><b>[Command Line Usage]</b></font_size>
  
 enventor --help
-enventor [input file] [output file] [--to] [--id image path] [--sd sound path] 
[--fd font path] [--dd data path]
+enventor [input file] [output file] [-t] [-i image path] [-s sound path] [-f 
font path] [-d data path]
  
--input file = EDC file to open. If input file is skipped, Enventor will open a 
default template code with a temporary file.
--output file = EDJ file to store compiled file. If output file is skipped, 
Enventor will store binary file to the temporary directory.
---to = Open template menu when you launch Enventor
---id = image resources, that edc includes, path
---sd = sound resources, that edc includes, path
---fd = font resources, that edc includes, path
---dd = data resources, that edc includes, path
+input file = EDC file to open. If input file is skipped, Enventor will open a 
default template code with a temporary file.
+output file = EDJ file to store compiled file. If output file is skipped, 
Enventor will store binary file to the temporary directory.
+-t = Open template menu when you launch Enventor
+-i = image resources, that edc includes, path
+-s = sound resources, that edc includes, path
+-f = font resources, that edc includes, path
+-d = data resources, that edc includes, path
 
 Examples of Enventor command line usage:
 $ enventor
-$ enventor --to
-$ enventor newfile.edc --to
-$ enventor sample.edc output.edj --id ./images --sd ./sounds
+$ enventor -t
+$ enventor newfile.edc -t
+$ enventor sample.edc output.edj -i ./images -s ./sounds
  
  
 <font_size=11><b>[Developers]</b></font_size>

-- 


Reply via email to