|
Joined: Oct 2003
Posts: 3,641
Hoopy frood
|
OP
Hoopy frood
Joined: Oct 2003
Posts: 3,641 |
Hi, Just a quick update on mEdit. I just put out 0.2.1 beta which adds compatibility for the newly released mIRC 7.1. No other issues were addressed, this update is simply so that you can use medit.dll in the new version of mIRC. Get it here: http://kthx.net/medit/Original forum post with most original reported issues: here
|
|
|
|
Joined: Mar 2004
Posts: 342
Fjord artisan
|
Fjord artisan
Joined: Mar 2004
Posts: 342 |
Just a quick thank you for this update 
|
|
|
|
CtrlAltDel
|
CtrlAltDel
|
Thank you for the update 
|
|
|
|
Joined: Apr 2010
Posts: 964
Hoopy frood
|
Hoopy frood
Joined: Apr 2010
Posts: 964 |
Thanks 
|
|
|
|
Joined: Dec 2002
Posts: 483
Pan-dimensional mouse
|
Pan-dimensional mouse
Joined: Dec 2002
Posts: 483 |
|
|
|
|
MeStinkBAD
|
MeStinkBAD
|
Sure eats a lot of RAM... btw some issues w/ the text display...
|
|
|
|
Joined: Oct 2003
Posts: 3,641
Hoopy frood
|
OP
Hoopy frood
Joined: Oct 2003
Posts: 3,641 |
The screenshot looks fine to me. You can't put ini sections in an mrc file (and expect it to be valid syntax). Also "a lot of RAM" is a subjective unqualified statement. Any syntax highlighter is going to use "more" RAM than the existing editor. I just tested a few script files with ~1500 lines and it raised RAM by ~3mb-- that's a hardly a cause for concern. If anything, you should be worried about CPU, not RAM.
But like I said, this is not a thread for reporting issues. No existing issues were fixed, only compatibility for 7.1 was added.
|
|
|
|
CtrlAltDel
|
CtrlAltDel
|
any chance of getting a copy for someone insisting on using 6.17?
|
|
|
|
Joined: Oct 2003
Posts: 3,641
Hoopy frood
|
OP
Hoopy frood
Joined: Oct 2003
Posts: 3,641 |
There are no plans to support pre-6.31 versions, sorry.
|
|
|
|
MeStinkBAD
|
MeStinkBAD
|
The screenshot looks fine to me. You can't put ini sections in an mrc file (and expect it to be valid syntax). Also "a lot of RAM" is a subjective unqualified statement. Any syntax highlighter is going to use "more" RAM than the existing editor. I just tested a few script files with ~1500 lines and it raised RAM by ~3mb-- that's a hardly a cause for concern. If anything, you should be worried about CPU, not RAM. It's within a disabled group... and it only flags items under topics that begin w/ @. It's also for some reason influencing mIRC's stability... or it in combination with something else. I'm not sure what's the problem. I'll investigate it sometime.
|
|
|
|
Joined: Nov 2009
Posts: 295
Fjord artisan
|
Fjord artisan
Joined: Nov 2009
Posts: 295 |
actually you can, sysreset has all of their addons setup like that. Example to follow. It will run as a valid script and you can use $readini on it, never tried to writeini or anything else though.
/*
[Addon]
Script=Script name
Version=beta
Author=pball
Desc=
For=Mirc
Date=today
[script]
*/
;Script goes here
|
|
|
|
Joined: Oct 2003
Posts: 3,641
Hoopy frood
|
OP
Hoopy frood
Joined: Oct 2003
Posts: 3,641 |
mIRC can no longer $readini on these files safely in 7.x. Well, reading might be safe, writing would wipe the whole file, which is not a good idea.
In any case, that example is very different, since that ini data is embedded inside a comment. My point was you should not expect the syntax highlighter to understand ini data as mIRC syntax.
|
|
|
|
MeStinkBAD
|
MeStinkBAD
|
mIRC can no longer $readini on these files safely in 7.x. Well, reading might be safe, writing would wipe the whole file, which is not a good idea.
In any case, that example is very different, since that ini data is embedded inside a comment. My point was you should not expect the syntax highlighter to understand ini data as mIRC syntax. Why doesn't your DLL also flag the [start] [end] and [@topic] lines as errors too? These are just as likely to be syntax errors as what is flagged...
|
|
|
|
Joined: Dec 2002
Posts: 483
Pan-dimensional mouse
|
Pan-dimensional mouse
Joined: Dec 2002
Posts: 483 |
Sorry for opening this old post, but is there any new versions of mEdit or is the project dead? If so, are there other programs like this?
|
|
|
|
|