stevehopwoodforex.com
https://www.stevehopwoodforex.com/phpBB3/
Print view

Just made an IDE for MQL4
https://www.stevehopwoodforex.com/phpBB3/viewtopic.php?t=627
Page 11 of 32
Author:  SteveHopwood [ Mon Jun 25, 2012 4:48 pm ]
Post subject:  Re: Just made an IDE for MQL4

garyfritz wrote:And make sure you're editing a .mq4 file. I've heard some yahoo tried it with a non-mq4 file. :oops:
There is always one of those. :lol: :lol: :lol:
Author:  SteveHopwood [ Mon Jun 25, 2012 4:50 pm ]
Post subject:  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. :lol:
Author:  NeoTrader [ Mon Jun 25, 2012 9:53 pm ]
Post subject:  Re: Just made an IDE for MQL4

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.
Yep...this does the trick...thanks gary...
garyfritz wrote:And make sure you're editing a .mq4 file. I've heard some yahoo tried it with a non-mq4 file.
hehe...should we know this yahoo.... ;)

happy trading,

NeoTrader

-
Author:  AnotherBrian [ Wed Jun 27, 2012 1:58 am ]
Post subject:  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?
Author:  w633 [ Wed Jun 27, 2012 5:21 am ]
Post subject:  Re: Code Beatifier

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?
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.
Author:  lucklogic [ Fri Jun 29, 2012 2:15 pm ]
Post subject:  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 ? :cry:

When you have time could you please point me in the right direction on this, I still cannot access the help file documentation - thanks :?
Author:  w633 [ Fri Jun 29, 2012 2:52 pm ]
Post subject:  Re: Just made an IDE for MQL4

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 ? :cry:

When you have time could you please point me in the right direction on this, I still cannot access the help file documentation - thanks :?
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.

Once the property window pops out, notice the security section at the bottom, and click on "Unblock". Try it and see if it works.
Author:  lucklogic [ Fri Jun 29, 2012 5:51 pm ]
Post subject:  Re: Just made an IDE for MQL4

w633 wrote:
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 ? :cry:

When you have time could you please point me in the right direction on this, I still cannot access the help file documentation - thanks :?
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.

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
Author:  SteveHopwood [ Sat Jun 30, 2012 12:05 pm ]
Post subject:  Re: Just made an IDE for MQL4

Quick update, to say that the more I use this, the more I love it.

:D
Author:  f-trader [ Sat Jun 30, 2012 1:41 pm ]
Post subject:  Re: Just made an IDE for MQL4

SteveHopwood wrote:Quick update, to say that the more I use this, the more I love it.

:D
I go a step further.

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.
All times are UTC Page 11 of 32