There is always one of those.garyfritz wrote:And make sure you're editing a .mq4 file. I've heard some yahoo tried it with a non-mq4 file.
Just made an IDE for MQL4
- 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
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.
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.
- 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
By the by, I stated earlier that double-clicking the functions list works if either all the functions are folded or all are unfolded. With use, I am finding this not to be so. Definitely a bug there.
Hehe. It makes a change for me to be whining about a bug instead of others whining at me.
Hehe. It makes a change for me to be whining about a bug instead of others whining at me.
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.
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.
- 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
Yep...this does the trick...thanks gary...garyfritz wrote:Put your cursor inside the parentheses, or to the right of the open-paren if you haven't typed the close-paren yet. It looks like F1 only works when the cursor is on the function name (left of the open paren) and Ctrl-Shift-Space only works when you're to the right of the open paren.
hehe...should we know this yahoo....garyfritz wrote:And make sure you're editing a .mq4 file. I've heard some yahoo tried it with a non-mq4 file.
happy trading,
NeoTrader
-
-
AnotherBrian
Code Beatifier
FYI
Running Windows7 - To get the Code beautifier under the Tools menu to works, I made this change in the Commands.properties file, near line 111
command.14.*==$(SciteDefaultHome)\\additions\\astyle\\astyle.exe -tOA2 "$(FileNameExt)"
added " " around $(SciteDefaultHome)
command.14.*=="$(SciteDefaultHome)"\\additions\\astyle\\astyle.exe -tOA2 "$(FileNameExt)"
I also changed it so it formats it a bit different.
command.14.*=="$(SciteDefaultHome)"\\additions\\astyle\\astyle.exe -A2 -s3 --mode=c "$(FileNameExt)"
Do we use "#" to comment a line out in this file?
Running Windows7 - To get the Code beautifier under the Tools menu to works, I made this change in the Commands.properties file, near line 111
command.14.*==$(SciteDefaultHome)\\additions\\astyle\\astyle.exe -tOA2 "$(FileNameExt)"
added " " around $(SciteDefaultHome)
command.14.*=="$(SciteDefaultHome)"\\additions\\astyle\\astyle.exe -tOA2 "$(FileNameExt)"
I also changed it so it formats it a bit different.
command.14.*=="$(SciteDefaultHome)"\\additions\\astyle\\astyle.exe -A2 -s3 --mode=c "$(FileNameExt)"
Do we use "#" to comment a line out in this file?
-
w633
- Trader
- Posts: 82
- Joined: Sat Mar 10, 2012 1:49 pm
Re: Code Beatifier
code beautifier sometimes comes in handy. it seems i put an extra "=" there. thank you for your correction and I'll include the fix into next release, however i won't change the style definition, those are left for people to customize.AnotherBrian wrote:FYI
Running Windows7 - To get the Code beautifier under the Tools menu to works, I made this change in the Commands.properties file, near line 111
command.14.*==$(SciteDefaultHome)\\additions\\astyle\\astyle.exe -tOA2 "$(FileNameExt)"
added " " around $(SciteDefaultHome)
command.14.*=="$(SciteDefaultHome)"\\additions\\astyle\\astyle.exe -tOA2 "$(FileNameExt)"
I also changed it so it formats it a bit different.
command.14.*=="$(SciteDefaultHome)"\\additions\\astyle\\astyle.exe -A2 -s3 --mode=c "$(FileNameExt)"
Do we use "#" to comment a line out in this file?
- lucklogic
- Trader
- Posts: 85
- Joined: Mon Jan 23, 2012 6:26 pm
- Location: On The Hoe in Plymouth, UK
Re: Just made an IDE for MQL4
lucklogic wrote:Hi,
Sorry to be a pain but on the topic of Help (F1) I get the following :
Try as I might I cannot get the Web page to open up with the requested info ?![]()
What do I have to do ?
When you have time could you please point me in the right direction on this, I still cannot access the help file documentation - thanks
-
w633
- Trader
- Posts: 82
- Joined: Sat Mar 10, 2012 1:49 pm
Re: Just made an IDE for MQL4
Are you on Win7 or Vista? If you are on it you may be blocked from viewing by its security measure. Try right click on the file "docs\mql.chm", and click on properties.lucklogic wrote:lucklogic wrote:Hi,
Sorry to be a pain but on the topic of Help (F1) I get the following :
Try as I might I cannot get the Web page to open up with the requested info ?![]()
What do I have to do ?
When you have time could you please point me in the right direction on this, I still cannot access the help file documentation - thanks
Once the property window pops out, notice the security section at the bottom, and click on "Unblock". Try it and see if it works.
- lucklogic
- Trader
- Posts: 85
- Joined: Mon Jan 23, 2012 6:26 pm
- Location: On The Hoe in Plymouth, UK
Re: Just made an IDE for MQL4
w633 wrote:Are you on Win7 or Vista? If you are on it you may be blocked from viewing by its security measure. Try right click on the file "docs\mql.chm", and click on properties.lucklogic wrote:lucklogic wrote:Hi,
Sorry to be a pain but on the topic of Help (F1) I get the following :
Try as I might I cannot get the Web page to open up with the requested info ?![]()
What do I have to do ?
When you have time could you please point me in the right direction on this, I still cannot access the help file documentation - thanks
Once the property window pops out, notice the security section at the bottom, and click on "Unblock". Try it and see if it works.
Thank you
- 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
Quick update, to say that the more I use this, the more I love it.

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.
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
I go a step further.SteveHopwood wrote:Quick update, to say that the more I use this, the more I love it.
I stopped using Meta Editor and am using only this IDE.
I am addicted and dependent on it .... and I enjoy this addiction.
It is - how can I express it ? - simply the best.