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 »

lazypips wrote: is that what you're searching ? https://code.google.com/p/scite-gui/
not exactly, it's a GUI library for Lua. In fact this editor already included a similar library to draw the sidebar. but still thank you for putting the time searching for it.
w633
Trader
Posts: 82
Joined: Sat Mar 10, 2012 1:49 pm

Re: Just made an IDE for MQL4

Post by w633 »

eigenvector wrote: I'm curious what language and technologies you're using for development. I saw some files named Ruby, and one with Python.
in fact i didn't make the editor, i mainly customized it. the editor is based on an open source editor "scite" which has been there for a long time. it's also the backbone of the popular Notepad++.

the editor itself is coded in c++ and use lua as its extension libraries. i tweaked the editor a little and integrated several lua code to make things work the way it is now.

however i did write 2 programs in c# and c++. the one in c# is to parse the meta editor documentation xml and generate the help file & api & keyword lists. the one in c++ is to kick Empty4 the update ea / indicator list once mql compilation succeeded.
f-trader
Trader
Posts: 27
Joined: Sat Feb 25, 2012 4:08 pm

Re: Just made an IDE for MQL4

Post by f-trader »

Jimdandy wrote:......Just want to say that I never knew what I was missing until I got this editor..
I taught myself to code and have never used anything but the MTCrap editor..
Same story here.

I am sure everybody who finds this IDE will throw away MetaEditor.
Maybe I am going to make it known in FF forum ?
What do you think, w633 ?
It will be downloaded thousands of times then.

For all the thank you and praises which are fully deserved, there should be a separate thread ...
or the option of a "thank you " button to save disk-space for the forum.

w633,
I only have one request for now:
Is it possible to color the tabs, each with different color ?
Or even better: the active tab colored only and the non-active tabs default.

This is not a must have but easier for the eyes because I always have a few tabs there to get
code-snippets and to compare.
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: Maybe I am going to make it known in FF forum ?
What do you think, w633 ?
It will be downloaded thousands of times then.
i don't really mind, you can do it without my permission if you want to. i am thankful for all the positive feedback already.
f-trader wrote: Or even better: the active tab colored only and the non-active tabs default.
isn't it the case now? the active tab is highlighted in white while others are gray.
f-trader
Trader
Posts: 27
Joined: Sat Feb 25, 2012 4:08 pm

Re: Just made an IDE for MQL4

Post by f-trader »

f-trader wrote: Or even better: the active tab colored only and the non-active tabs default.
w633 wrote:isn't it the case now? the active tab is highlighted in white while others are gray.
I see it on your first first posting, yes.
But on my screen it never has been that way.
Scite IDE.jpg
I cannot find how to make the active tab highlighted in the properties file.
Is there a way to do it ?
i don't really mind, you can do it without my permission if you want to.
I would prefer to do it with your permission only. :)
You do not have the required permissions to view the files attached to this post.
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:
I cannot find how to make the active tab highlighted in the properties file.
Is there a way to do it ?
this is what it looks like on my computer
tab.png
i am using windows 7, are you still on XP?
f-trader wrote: I would prefer to do it with your permission only. :)
ha, in that case, please help me advertise it. thank you!
You do not have the required permissions to view the files attached to this post.
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: this is what it looks like on my computer
tab.png
i am using windows 7, are you still on XP?
Yes, I have XP professional.
Tried Windows7 but didn´t understand it, so it went into the recycle bin.

Are you saying that the highlighting of the actual tab is not possible in Windows XP ?
I would still use your IDE but ......
f-trader wrote: I would prefer to do it with your permission only. :)
w633 wrote:ha, in that case, please help me advertise it. thank you!
Ok, then I will start a thread in ForexFactory to let the "world" know about this fantastic IDE .
f-trader
Trader
Posts: 27
Joined: Sat Feb 25, 2012 4:08 pm

Re: Just made an IDE for MQL4

Post by f-trader »

Another question.
The IDE shows this code from an indicator:
ide.jpg
In MetaEditor it shows this:
metaeditor.jpg
How can I make it display it like this in the IDE ?
You do not have the required permissions to view the files attached to this post.
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: Are you saying that the highlighting of the actual tab is not possible in Windows XP ?
I would still use your IDE but ......
Na, I'll look into that and try to come up with a solution.
f-trader wrote: Ok, then I will start a thread in ForexFactory to let the "world" know about this fantastic IDE .
thank you!
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 w633,
w633 wrote:
f-trader wrote: Are you saying that the highlighting of the actual tab is not possible in Windows XP ?
I would still use your IDE but ......
Na, I'll look into that and try to come up with a solution.
This is again a problem with the codepage settings...since you have utf as default...the sourcecode that are edited/saved in other(metaeditor) editors shows this kind of behavior.

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.


happy trading,

NeoTrader

-
Post Reply

Return to “Coders Hangout”