Skip to content

Commit 5fe0581

Browse files
committed
Addition : README.md
1 parent 8959c14 commit 5fe0581

File tree

1 file changed

+64
-0
lines changed

1 file changed

+64
-0
lines changed

README.md

Lines changed: 64 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,64 @@
1+
# sublimeMQL4compile
2+
MetaTrader4 (MQL4) compile for Sublime Text 3
3+
4+
---
5+
6+
sublimeMQL4compile compiles [MQL4(MetaTrader4)](http://www.metaquotes.net/en/metatrader4/trading_terminal) by a [SublimeText 3](https://www.sublimetext.com/3). And an error log is indicated automatically.
7+
8+
**[Screenshot]**
9+
10+
![sublimeMQL4compile](http://cdn-ak.f.st-hatena.com/images/fotolife/m/mofoolog/20160423/20160423130603.gif?1461384552 "sublimeMQL4compile-gif")
11+
12+
All files with which I deal by a MetaEditor (`.mq4` , `.mqh`) can be compiled. It's also possible to compile the file which imported `.dll` and `.ex4`.
13+
14+
 
15+
16+
## Installation procedure
17+
18+
1. After whether it's installed in gitclorn downloads a zip file, a zip file is defrosted.
19+
20+
2. The place a sublimeMQL4compile folder establishes is in the `<Your>\<setting>\Sublime Text 3\Packages\` directory.
21+
22+
※ It doesn't correspond to Package Control for the moment.
23+
24+
&nbsp;
25+
26+
## Setting
27+
28+
1. `sublimeMQL4compile.sublime-settings` filing in the `sublimeMQL4compile` directory is held.
29+
30+
2. A complete path of its `metaeditor.exe` is input to a `"compiler_path"` space.
31+
32+
Initialization is below.
33+
34+
```json
35+
{
36+
"compiler_path": "C:\\Program Files (x86)\\MetaTrader 4\\metaeditor.exe"
37+
}
38+
```
39+
40+
The PATH input when using Wine by Mac and Linux. (I'm not inspecting.)
41+
42+
```json
43+
{
44+
"compiler_path": "/home/<Your Name>/.wine/drive_c/Program Files/MetaTrader 4/metaeditor.exe"
45+
}
46+
```
47+
48+
&nbsp;
49+
50+
## How to use
51+
52+
* **Shortcutkey : [ `Ctrl` + `4` ]**
53+
54+
or
55+
56+
* A Control Panel is opened. It's input to a Control Panel with `mql`. `MQL4 Compile` shown to a Control Panel is chosen and carried out.
57+
58+
&nbsp;
59+
60+
## Others
61+
62+
日本語のREADMEは[こちら](https://github.com/rchjp/sublimeMQL4compile/blob/master/README(ja).md)です。
63+
64+
&nbsp;

0 commit comments

Comments
 (0)