i think maybe it's due to the encoding problem again. mind send me the file for analyze?f-trader wrote: How can I make it display it like this in the IDE ?
Just made an IDE for MQL4
-
w633
- Trader
- Posts: 82
- Joined: Sat Mar 10, 2012 1:49 pm
Re: Just made an IDE for MQL4
-
w633
- Trader
- Posts: 82
- Joined: Sat Mar 10, 2012 1:49 pm
Re: Just made an IDE for MQL4
yeah, i think more and more people are requesting this, i'll add it to the issue register.NeoTrader wrote:
It would be nice if we could have an easy option to change the codepage...but it is more of a cosmetic problem...doesn't look very nice.
- youcrazykids
- Trader
- Posts: 44
- Joined: Sat Nov 19, 2011 8:38 am
- Location: Northumberland, UK
Re: Just made an IDE for MQL4
Hey w633,
Just a quick message to say that this editor is an absolute godsend. It puts MetaEditor to shame, and I only realised the gulf in class between the two when I edited an mql file on a machine lacking your IDE. Added to that your willingness to refine the editor, then makes for an ever-more-useful utility.
Even though it has been said repeatedly, I thank you sincerely for your efforts. You've made a lot of people's programming activities a damn sight easier.
Just a quick message to say that this editor is an absolute godsend. It puts MetaEditor to shame, and I only realised the gulf in class between the two when I edited an mql file on a machine lacking your IDE. Added to that your willingness to refine the editor, then makes for an ever-more-useful utility.
Even though it has been said repeatedly, I thank you sincerely for your efforts. You've made a lot of people's programming activities a damn sight easier.
-
w633
- Trader
- Posts: 82
- Joined: Sat Mar 10, 2012 1:49 pm
Re: Just made an IDE for MQL4
hey guys, just a quick update.
i worked on the encoding issue but didn't find a good solution, since it's just not that easy for scite to cope with encoding issue.
however i did find a good alternative for changing encoding, that is to use Notepad++, this is a popular general purpose editor that i use to replace notepad. in this editor there's an "Encoding" tab that let you select the original encoding of the file, once you see the characters are displaying correctly, choose "Convert to UTF-8 without BOM" and save the file, you then have the file encoding converted to UTF-8.
another thing to update is that i may pause the development of this IDE for a while because the more i work on it the more shortcomings i find. i discovered a better alternative recently and i am looking into it, if my research goes smooth then we may have a visual studio class editor that is capable of doing much more than the current one. for example a visualized setting dialog, dynamic call-tip (displaying parameter description of a function), and "go to definition" option when you right click on a function... stay tuned.
i worked on the encoding issue but didn't find a good solution, since it's just not that easy for scite to cope with encoding issue.
however i did find a good alternative for changing encoding, that is to use Notepad++, this is a popular general purpose editor that i use to replace notepad. in this editor there's an "Encoding" tab that let you select the original encoding of the file, once you see the characters are displaying correctly, choose "Convert to UTF-8 without BOM" and save the file, you then have the file encoding converted to UTF-8.
another thing to update is that i may pause the development of this IDE for a while because the more i work on it the more shortcomings i find. i discovered a better alternative recently and i am looking into it, if my research goes smooth then we may have a visual studio class editor that is capable of doing much more than the current one. for example a visualized setting dialog, dynamic call-tip (displaying parameter description of a function), and "go to definition" option when you right click on a function... stay tuned.
- 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
We certainly will. Cheers.

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
hi w633
May I ask on what editor your next incarnations will be based?
happy weekend,
NeoTrader
-
This is the workaround I also use and it works without problems...w633 wrote:however i did find a good alternative for changing encoding, that is to use Notepad++, this is a popular general purpose editor that i use to replace notepad. in this editor there's an "Encoding" tab that let you select the original encoding of the file, once you see the characters are displaying correctly, choose "Convert to UTF-8 without BOM" and save the file, you then have the file encoding converted to UTF-8.
Yep, there are some shortcomings...but nothing that bothers that much to move back to the alternative solutions...w633 wrote:another thing to update is that i may pause the development of this IDE for a while because the more i work on it the more shortcomings i find. i discovered a better alternative recently and i am looking into it, if my research goes smooth then we may have a visual studio class editor that is capable of doing much more than the current one. for example a visualized setting dialog, dynamic call-tip (displaying parameter description of a function), and "go to definition" option when you right click on a function... stay tuned.
May I ask on what editor your next incarnations will be based?
happy weekend,
NeoTrader
-
-
f-trader
- Trader
- Posts: 27
- Joined: Sat Feb 25, 2012 4:08 pm
Re: Just made an IDE for MQL4
Your IDE based on scite is already the best thing since sliced bread ( for me ).w633 wrote: another thing to update is that i may pause the development of this IDE for a while because the more i work on it the more shortcomings i find. i discovered a better alternative recently and i am looking into it, if my research goes smooth then we may have a visual studio class editor that is capable of doing much more than the current one. for example a visualized setting dialog, dynamic call-tip (displaying parameter description of a function), and "go to definition" option when you right click on a function... stay tuned.
And now it will become better.
Thanks for all your work, w633.
-
w633
- Trader
- Posts: 82
- Joined: Sat Mar 10, 2012 1:49 pm
Re: Just made an IDE for MQL4
it's the visual studio shell, which enables you to create an IDE based on the best programming editor existing, and it's gonna be free!NeoTrader wrote:hi w633
Yep, there are some shortcomings...but nothing that bothers that much to move back to the alternative solutions...
May I ask on what editor your next incarnations will be based?
more info: http://msdn.microsoft.com/en-us/library ... .110).aspx
but there's a lot of work to do
- 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
When I clicked the link in your last post, I was shown this: "We're sorry, but the page you requested could not be found. Please check your typing and try again, or use the search option on this page. "w633 wrote:it's the visual studio shell, which enables you to create an IDE based on the best programming editor existing, and it's gonna be free!NeoTrader wrote:hi w633
Yep, there are some shortcomings...but nothing that bothers that much to move back to the alternative solutions...
May I ask on what editor your next incarnations will be based?
more info: http://msdn.microsoft.com/en-us/library ... .110).aspx
but there's a lot of work to do
I see the site is a Microsoft site. Given the rubbish customarily produced by Microsoft, are you sure you should be using anything provided there as a basis for your programming of an ide? This is not an implied criticism and I am only asking.
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.
-
w633
- Trader
- Posts: 82
- Joined: Sat Mar 10, 2012 1:49 pm
Re: Just made an IDE for MQL4
the site has no problem, jsut that my link is the problem. the url has a parenthesis so the markup language didn't correctly parse it, i've fixed this in my previous post. thank you for the head up!SteveHopwood wrote: When I clicked the link in your last post, I was shown this: "We're sorry, but the page you requested could not be found. Please check your typing and try again, or use the search option on this page. "
I see the site is a Microsoft site. Given the rubbish customarily produced by Microsoft, are you sure you should be using anything provided there as a basis for your programming of an ide? This is not an implied criticism and I am only asking.
given all the rant people can have on windows or IE, visual studio is the greatest programming IDE ever, period. trust me, ask any software professionals and they'll tell you the same thing.