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 »

f-trader wrote:w633,
I have 2 different experiences with F5 .

a) program folder for IDE installed on drive D (not drive C where programs are installed)
----> error. does not compile because the path is wrong

b) program folder for IDE installed in Programs folder on drive C
-----> no error, compiles perfectly.

Now I have to change the settings for the fonts in this new installation on the C drive to get
bigger font.
ah... never thought about the situation that EA and editor on different drives... i'll fix that in next release

thx for letting me know!
w633
Trader
Posts: 82
Joined: Sat Mar 10, 2012 1:49 pm

Re: Just made an IDE for MQL4

Post by w633 »

ok, i just uploaded the newest version 1.3.2 @ http://code.google.com/p/scite-mql/down ... p&can=2&q=

for people who are already using the editor please update to this version and try out the Empty4 reload feature. it should be working but who knows, it's Empty4.

i would really appreciate if you can give some feedback on whether it's working or not. if it's not working then excuse me i'll have to bang my head on walls for a while. if it's working then it's great, can i have the newest version of whatever you are planning to release asap? :lol:
User avatar
mobthehop
Trader
Posts: 362
Joined: Wed Nov 16, 2011 12:16 am

Re: Just made an IDE for MQL4

Post by mobthehop »

Just a note of thanks for continueing the development of this IDE!
fxarun
Trader
Posts: 41
Joined: Tue Feb 07, 2012 10:21 am
Location: Chennai India

Re: Just made an IDE for MQL4

Post by fxarun »

Yeah Its working.
Thanks a lot for a great piece of work !
"It's not the strongest species that survive, nor the most intelligent, but the one most responsive to change"
-- Darwin.
User avatar
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

Post by SteveHopwood »

mobthehop wrote:Just a note of thanks for continueing the development of this IDE!
I second third and fourth this. I am back from my couple of days away but have not the energy to tackle this tonight. More tomorrow.
In the meantime, many thanks.

:D
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.
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:I was gonna try the eclipse customization but found it requires too much work so finally settled on SciTE customization, the hardest part is not to customize the editor, but to write a small program to parse the XML document file from Empty4.
I used this plugin for eclipse...http://www.forexfactory.com/showthread.php?t=328326

I just tested your IDE...and it looks fine...compiling and updating MT also works...great accomplishment..

Now some little requests.. ;)

If i select a function/Procedure on the list can you show it always on the top of the edit screen and not sometimes at the top and sometimes at the bottom, dependent on where in the code you are...
I already can work around this issue when i first select a function below the function i want to select...but it would be nice.. ;)

second thing would be a feature that i really like in notepad++ if you mark a word it automatically highlights all occurrences of this word in the source....this helps enormous to go fast across the code in search of where eg. a variable is used. I know i can also use the search feature...but it would be fine.. ;)

again...you did a great work here...think I will switch to this for my main editor for mql.

happy trading,

NeoTrader
Last edited by NeoTrader on Fri Jun 22, 2012 11:26 am, edited 2 times in total.
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 f-trader and everyone else...
f-trader wrote:Is there a way to make the text bigger ?
I know that this was already addressed...

but another way to change the fontsize inside the editor is to hold your CTRL Key and scroll your Mousewheel... this works also in many other Programs...like Firefox, Word, Excel...

happy trading,

NeoTrader
User avatar
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

Post by SteveHopwood »

w633 wrote:ok, i just uploaded the newest version 1.3.2 @ http://code.google.com/p/scite-mql/down ... p&can=2&q=

i would really appreciate if you can give some feedback on whether it's working or not. if it's not working then excuse me i'll have to bang my head on walls for a while.
I also confirm the un-headbangingness of the current situation. :lol:

This is just plain awesome. w633, there have been some remarkable coding contributions in this forum already that make our work safer and the code tighter; there will be more in the future.

They will have to be pretty remarkable to to yours.

Thanks.

:D
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.
w633
Trader
Posts: 82
Joined: Sat Mar 10, 2012 1:49 pm

Re: Just made an IDE for MQL4

Post by w633 »

NeoTrader wrote:Hi w633,
I used this plugin for eclipse...http://www.forexfactory.com/showthread.php?t=328326

I just tested your IDE...and it looks fine...compiling and updating MT also works...great accomplishment..

Now some little requests.. ;)

If i select a function/Procedure on the list can you show it always on the top of the edit screen and not sometimes at the top and sometimes at the bottom, dependent on where in the code you are...
I already can work around this issue when i first select a function below the function i want to select...but it would be nice.. ;)

second thing would be a feature that i really like in notepad++ if you mark a word it automatically highlights all occurrences of this word in the source....this helps enormous to go fast across the code in search of where eg. a variable is used. I know i can also use the search feature...but it would be fine.. ;)
...
i also tried the eclipse plugin, however i feel it's a half completed project and the orignal author is not willing to release source code to let others improve on it, that's why i finally decided to make this IDE.

regarding to the features, this will be the next ones i'll work on, and thanks for the compliment!
w633
Trader
Posts: 82
Joined: Sat Mar 10, 2012 1:49 pm

Re: Just made an IDE for MQL4

Post by w633 »

SteveHopwood wrote: I also confirm the un-headbangingness of the current situation. :lol:

This is just plain awesome. w633, there have been some remarkable coding contributions in this forum already that make our work safer and the code tighter; there will be more in the future.

They will have to be pretty remarkable to to yours.

Thanks.

:D
it wouldn't be possible if this forum does not exists, i am sure more will come in the future.
Post Reply

Return to “Coders Hangout”