Skip to content

ylw633/scite-mql

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

64 Commits
 
 
 
 

Repository files navigation

#Introduction An editor based on scite-for-php and enhanced for MQL4 language. The goal is to be the de-facto editor in writing MT4 based code.

Currently it supports:

  • MQL syntax highlighting
  • Compiler integration
  • Auto-update MT4 upon compilation
  • Function listing
  • Autocomplete
  • Parameter hint
  • Help integration (press F1 on keyword brings up Help window)
  • Bracket matching
  • Block collapse / expand
  • Snippet, abbreviation support
  • Theming

The project is based on scite-for-php and partly on scite-ru which both are based on SciTE. I added MQL4 support to it and although scite-for-php already supports a few languages such as C/C++/PHP/Javascript/HTML/CSS but this project will only target MQL specifically.

#Download All new versions can be downloaded here

What's changed

#Screen Shots more screen shots can be found HERE

#FAQ How do I compile the source?
There are some build instructions

How do I switch theme?
Open SciTEGlobal.properties and at the very bottom of the document it specifies which theme to become active, uncomment (remove #) to activate the theme of your choice, if you comment all the themes then default theme will be used.