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 12 of 32
Author:  NeoTrader [ Sat Jun 30, 2012 1:48 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.
yep...same with me...it is already my primary ide...notepad++ is used lesser and lesser...and mostly only for the highlight feature...

eager to get the next version... ;)

happy weekend,

NeoTrader

-
Author:  w633 [ Mon Jul 02, 2012 6:31 am ]
Post subject:  Re: Just made an IDE for MQL4

i am finally eating my own dog food right now, and i did find some strange behavior with the editor, i also am eager to get the next version... only if i can find time to work on it.
Author:  w633 [ Sun Jul 08, 2012 4:06 am ]
Post subject:  New release 1.4

Hello,

I've updated the editor to 1.4, now it contains the following changes:
  • New Empty4 notifier program for better performance
  • More comprehensive MQL4 reference document and fixed keyword list
  • Some UI and behavior tweak
  • New coloring on syntax highlighting
  • Incorporated new side bar
  • Click on function name on the side bar will make the function code anchored at around 1/3 from the top of the editor
Since some behaviors and coloring would be different, please let me know about your thought. Besides if you think you have a better coloring on syntax highlights, please let me know!

PS. if you are using Windows Vista or later, or you have "Consolas" font on your computer, it's better to use the font since it's easier to the eye. You only need to insert the following line:

Code: Select all

font.base=font:Consolas,size:10
before line 136 in "\langs\mql.properties", then you'll have a better coding experience.
Author:  mobthehop [ Sun Jul 08, 2012 9:57 am ]
Post subject:  Re: Just made an IDE for MQL4

w633 - let me be the first here to thank you (again) for your continous improvement of the IDE - is is really much appreciated

Mop
Author:  SteveHopwood [ Sun Jul 08, 2012 10:43 am ]
Post subject:  Re: Just made an IDE for MQL4

Many thanks, my friend.

:D
Author:  fscrp [ Sun Jul 08, 2012 3:12 pm ]
Post subject:  Re: Just made an IDE for MQL4

I have been a long-time lurker on this forum and have not coded for quite some time until an idea popped into my nogin this weekend. I just read through this thread and will definitely put your IDE to work.

Thank you w633 for your time and dedication to this project.
Author:  lazypips [ Sun Jul 08, 2012 5:09 pm ]
Post subject:  Re: Just made an IDE for MQL4

hi all modern coding lovers

Like most of you, i'm tired with the ancient tool from Metaquotes. I have often requested new features or tweaks to their Service Desk, but mostly never got satisfaction.
So its a real pleasure to find this thread and the good job made by w633, really great. As i does not like to write apps from scratch, and often forgetting to write parts of the needed code, or copying/pasting errors again & again, resulting to loosing time & pulling out my hairs; i've found some ways to do this job smoother.
Mainly by following great ideas/projects like:
- an other great IDE: http://www.ultimatepp.org/www$uppweb$idess$en-us.html
- custom librairies/fonctions: http://fxdreema.com/documentation/colle ... /arraydiff

I'm posting this here only to let you know about, and to help giving ideas to embed with w633 project.

And again, i'm very glad to have found this new IDE, thanks w633
Author:  Lifesys [ Tue Jul 10, 2012 4:24 am ]
Post subject:  Re: Just made an IDE for MQL4

Hi W633,
Another very useful idea you may consider is synchonised file comparison - I do not see it here.

Freeware Notepad++ [http://notepad-plus-plus.org/] with C# (for MQL) recognition, has many of these IDE features (without compilation) but also has synch file comparison - brilliant for checking updates. I can update EAs/Indicators without losing my own tweeks by direct/highlighted file comparison. Just change what is necessary.
Author:  w633 [ Wed Jul 11, 2012 4:49 am ]
Post subject:  Re: Just made an IDE for MQL4

Hello All,

Thank you all for the compliment, it's just a small payback to the community.

I've added another dark theme which may be easier to the eye, if you like darker color maybe it's for you.
dark.png
I didn't make a release for it, if you need it you will have to download the file yourself.
all you have to do is to right click on the link and choose "Save link AS" then save the file into EDITOR_ROOT\themes
then add the following line to the end of "SciTEGlobal.properties"

Code: Select all

import themes/dark
That's it!
Author:  w633 [ Wed Jul 11, 2012 4:57 am ]
Post subject:  Re: Just made an IDE for MQL4

Lifesys wrote:Hi W633,
Another very useful idea you may consider is synchonised file comparison - I do not see it here.

Freeware Notepad++ [http://notepad-plus-plus.org/] with C# (for MQL) recognition, has many of these IDE features (without compilation) but also has synch file comparison - brilliant for checking updates. I can update EAs/Indicators without losing my own tweeks by direct/highlighted file comparison. Just change what is necessary.
Hello, in my opinion, there are better tools for the job. For example, WinMerge, KDiff3, and the wonderful (but commercial) BeyondCompare. What's even better, is that if you integrate a source control system to manage the source code, you can revive any version from the past and make a quick comparison for the difference.
All times are UTC Page 12 of 32