Just made an IDE for MQL4

Post Reply
w633
Trader
Posts: 82
Joined: Sat Mar 10, 2012 1:49 pm

Re: Just made an IDE for MQL4

Post by w633 »

Thanks for the positive response! we'll deserve a better tool to write EAs!

I've updated another version 1.2.1 and it includes a few changes. Auto-completion is now case insensitive, also I changed some coloring so it's closer to meta-editor experience.

Also one of the more useful modification this time is the "document comment" and "document comment keyword" addition. It's easier to browse through sections of code with it. Document comment can be activated with "///" (instead of just 2 slashes).

"Document comment keyword" is a special word inside document comment. It is highlighted in bright color so it's easier to get noticed. Its usage is to prefix @ in front of one of the currently supported keywords TODO, FIXME, and OPTIMIZE.

You can see the screen shot http://code.google.com/p/scite-mql/wiki/WhatsNew

Enjoy!

PS. I think the only thing this editor can't do that meta-editor can is the meta-trader auto-update that Steve suggested in previous post. It'll be quite hard to do if not impossible. Gotta find out how those two process talk to each other first..
f-trader
Trader
Posts: 27
Joined: Sat Feb 25, 2012 4:08 pm

Re: Just made an IDE for MQL4

Post by f-trader »

This tool looks great.
I just loaded an EA to edit it and first thing I see is that the font is too small.
I would need a magnifying glass to edit the code comfortably.

I searched everywhere to choose a bigger font but cannot find it.

Is there a way to make the text bigger ?
w633
Trader
Posts: 82
Joined: Sat Mar 10, 2012 1:49 pm

Re: Just made an IDE for MQL4

Post by w633 »

f-trader wrote:...
Is there a way to make the text bigger ?
Yes there is, however currently there's no GUI for it. You can modify "SciTEGlobal.properties" and find lines at around 431-443 for font specifications. You can change the font as well as its size for different parts of the editor.
User avatar
SteveHopwood
Owner
Posts: 9904
Joined: Tue Nov 15, 2011 8:43 am
Location: Misterton - an insignificant village in England. Very pleasant to live in.

Re: Just made an IDE for MQL4

Post by SteveHopwood »

w633 wrote:PS. I think the only thing this editor can't do that meta-editor can is the meta-trader auto-update that Steve suggested in previous post. It'll be quite hard to do if not impossible. Gotta find out how those two process talk to each other first..
I knew I was asking for something really hard here. It is no reflection on your skill if this turns out to be impossible. The fact is that you have offered us something invaluable already. I could not even dream of producing what you have already delivered. I love your IDE.

:D
Read the effing manual, ok?

Afterprime is the official SHF broker. Read about them at https://www.stevehopwoodforex.com/phpBB3/viewtopic.php?p=175790#p175790.

I still suffer from OCCD. Good thing, really.

Anyone here feeling generous? My paypal account is always in the market for a tiny donation. pianodoodler@hotmail.com is the account.

To see The Weekly Roundup of stuff you guys might have missed Click here

My special thanks to Thomas (tomele) for all the incredible work he does here.
f-trader
Trader
Posts: 27
Joined: Sat Feb 25, 2012 4:08 pm

Re: Just made an IDE for MQL4

Post by f-trader »

w633 wrote:
f-trader wrote:...
Is there a way to make the text bigger ?
Yes there is, however currently there's no GUI for it. You can modify "SciTEGlobal.properties" and find lines at around 431-443 for font specifications. You can change the font as well as its size for different parts of the editor.
Wonderfull.
Now I can read the code without reading glasses.

Your editor is fantastic.
Thanks for sharing it.
w633
Trader
Posts: 82
Joined: Sat Mar 10, 2012 1:49 pm

Re: Just made an IDE for MQL4

Post by w633 »

SteveHopwood wrote:
w633 wrote:PS. I think the only thing this editor can't do that meta-editor can is the meta-trader auto-update that Steve suggested in previous post. It'll be quite hard to do if not impossible. Gotta find out how those two process talk to each other first..
I knew I was asking for something really hard here. It is no reflection on your skill if this turns out to be impossible. The fact is that you have offered us something invaluable already. I could not even dream of producing what you have already delivered. I love your IDE.

:D
just google'd about it and found some very valuable information. IT CAN BE DONE! :idea:

so stay tuned...
User avatar
SteveHopwood
Owner
Posts: 9904
Joined: Tue Nov 15, 2011 8:43 am
Location: Misterton - an insignificant village in England. Very pleasant to live in.

Re: Just made an IDE for MQL4

Post by SteveHopwood »

w633 wrote:
SteveHopwood wrote:
w633 wrote:PS. I think the only thing this editor can't do that meta-editor can is the meta-trader auto-update that Steve suggested in previous post. It'll be quite hard to do if not impossible. Gotta find out how those two process talk to each other first..
I knew I was asking for something really hard here. It is no reflection on your skill if this turns out to be impossible. The fact is that you have offered us something invaluable already. I could not even dream of producing what you have already delivered. I love your IDE.

:D
just google'd about it and found some very valuable information. IT CAN BE DONE! :idea:

so stay tuned...
Fantastic.

:D
Read the effing manual, ok?

Afterprime is the official SHF broker. Read about them at https://www.stevehopwoodforex.com/phpBB3/viewtopic.php?p=175790#p175790.

I still suffer from OCCD. Good thing, really.

Anyone here feeling generous? My paypal account is always in the market for a tiny donation. pianodoodler@hotmail.com is the account.

To see The Weekly Roundup of stuff you guys might have missed Click here

My special thanks to Thomas (tomele) for all the incredible work he does here.
User avatar
slipshod
Trader
Posts: 404
Joined: Tue Dec 27, 2011 9:14 am
Location: Australia

Re: Just made an IDE for MQL4

Post by slipshod »

I wonder ... if you got that auto-update working, basically MetaEditor is totally dispensable. In that case would it be feasible to delete/rename MetaEditor.exe & replace it with your IDE? I'm thinking that hitting the Create/Modify options in Empty4 would then fire up the IDE instead of MetaEditor.
User avatar
NeoTrader
Trader
Posts: 436
Joined: Wed Apr 04, 2012 2:52 pm
Location: small Village at Lake Chiemsee, Bavaria, Germany

Re: Just made an IDE for MQL4

Post by NeoTrader »

hi slipshotm
slipshod wrote:I wonder ... if you got that auto-update working, basically MetaEditor is totally dispensable. In that case would it be feasible to delete/rename MetaEditor.exe & replace it with your IDE? I'm thinking that hitting the Create/Modify options in Empty4 would then fire up the IDE instead of MetaEditor.

You should rename the MetaEditor first before you delete it... ;) And then test it... but it should accept at least one inputparameter (filename) to be useful with the modify function...If the MTcrap programmers used common sense.. ;)


@w633,
nicely done...i use notepad++ and zendstudio (eclipse) with some modifications for mql development...this has also most of your features. But i will give your ide a try.

happy trading,

NeoTrader
w633
Trader
Posts: 82
Joined: Sat Mar 10, 2012 1:49 pm

Re: Just made an IDE for MQL4

Post by w633 »

NeoTrader wrote: nicely done...i use notepad++ and zendstudio (eclipse) with some modifications for mql development...this has also most of your features. But i will give your ide a try.
I was gonna try the eclipse customization but found it requires too much work so finally settled on SciTE customization, the hardest part is not to customize the editor, but to write a small program to parse the XML document file from Empty4. They certainly don't know XML.

I can't imagine I'll have to write a program to get a complete documentation on MQL.
Post Reply

Return to “Coders Hangout”