/mql5compiler

mql5 compiler for sublime text 2

Primary LanguagePython

mql5 compiler (Sublime text plugin)

Default keys :

  • Compile mql5 : ctrl + alt + shift + n

  • Check syntax mql5 : ctrl + alt + n

  • Tested on linux

  • please inform me if there are any issues.

  • fork & pull request me !

Dependencies (mac / linux)

  • wine:

Linux:

sudo apt-get install wine

OS-X:

brew install wine

sublime folder

Linux:

cd ~/.config/sublime-text-2/Packages/

OS-X:

cd ~/Library/Application\ Support/Sublime\ Text\ 2/Packages/

Windows (git-bash):

 cd $APPDATA/Sublime\ Text\ 2/Packages/

Installation

  • goto sublime folder , then:
git clone https://github.com/IlanFrumer/mql5compiler.git

Update

  • goto sublime folder , then:
cd mql5compiler/
git pull