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.lazypips wrote: is that what you're searching ? https://code.google.com/p/scite-gui/
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
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++.eigenvector wrote: I'm curious what language and technologies you're using for development. I saw some files named Ruby, and one with Python.
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
Same story here.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..
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
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: Maybe I am going to make it known in FF forum ?
What do you think, w633 ?
It will be downloaded thousands of times then.
isn't it the case now? the active tab is highlighted in white while others are gray.f-trader wrote: Or even better: the active tab colored only and the non-active tabs default.
-
f-trader
- Trader
- Posts: 27
- Joined: Sat Feb 25, 2012 4:08 pm
Re: Just made an IDE for MQL4
f-trader wrote: Or even better: the active tab colored only and the non-active tabs default.
I see it on your first first posting, yes.w633 wrote:isn't it the case now? the active tab is highlighted in white while others are gray.
But on my screen it never has been that way. I cannot find how to make the active tab highlighted in the properties file.
Is there a way to do it ?
I would prefer to do it with your permission only.i don't really mind, you can do it without my permission if you want to.
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
this is what it looks like on my computer i am using windows 7, are you still on XP?f-trader wrote:
I cannot find how to make the active tab highlighted in the properties file.
Is there a way to do it ?
ha, in that case, please help me advertise it. thank you!f-trader wrote: 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.
-
f-trader
- Trader
- Posts: 27
- Joined: Sat Feb 25, 2012 4:08 pm
Re: Just made an IDE for MQL4
Yes, I have XP professional.w633 wrote: this is what it looks like on my computer i am using windows 7, are you still on XP?
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.
Ok, then I will start a thread in ForexFactory to let the "world" know about this fantastic IDE .w633 wrote:ha, in that case, please help me advertise it. thank you!
-
f-trader
- Trader
- Posts: 27
- Joined: Sat Feb 25, 2012 4:08 pm
Re: Just made an IDE for MQL4
Another question.
The IDE shows this code from an indicator: In MetaEditor it shows this: How can I make it display it like this in the IDE ?
The IDE shows this code from an indicator: In MetaEditor it shows this: 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
Na, I'll look into that and try to come up with a solution.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 ......
thank you!f-trader wrote: Ok, then I will start a thread in ForexFactory to let the "world" know about this fantastic IDE .
- 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,
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
-
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.w633 wrote:Na, I'll look into that and try to come up with a solution.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 ......
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
-