updated README/ABOUT

This commit is contained in:
ChunEon Park 2015-06-23 08:40:39 +09:00
parent 55b3a1c4b1
commit 149faa3f35
2 changed files with 93 additions and 91 deletions

91
README
View File

@ -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
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+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]

View File

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