|
Joined: Oct 2003
Posts: 3,918
Hoopy frood
|
OP
Hoopy frood
Joined: Oct 2003
Posts: 3,918 |
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
- argv[0] on EFnet #mIRC - "Life is a pointer to an integer without a cast"
|
|
|
|
Joined: Mar 2004
Posts: 526
Fjord artisan
|
Fjord artisan
Joined: Mar 2004
Posts: 526 |
Just a quick thank you for this update 
|
|
|
|
Joined: Jun 2003
Posts: 994
Hoopy frood
|
Hoopy frood
Joined: Jun 2003
Posts: 994 |
Thank you for the update 
I refuse to engage in a battle of wits with an unarmed person.
|
|
|
|
Joined: Apr 2010
Posts: 969
Hoopy frood
|
Hoopy frood
Joined: Apr 2010
Posts: 969 |
Thanks 
|
|
|
|
Joined: Dec 2002
Posts: 483
Pan-dimensional mouse
|
Pan-dimensional mouse
Joined: Dec 2002
Posts: 483 |
|
|
|
|
Joined: Apr 2003
Posts: 342
Fjord artisan
|
Fjord artisan
Joined: Apr 2003
Posts: 342 |
Sure eats a lot of RAM... btw some issues w/ the text display...
Beware of MeStinkBAD! He knows more than he actually does!
|
|
|
|
Joined: Oct 2003
Posts: 3,918
Hoopy frood
|
OP
Hoopy frood
Joined: Oct 2003
Posts: 3,918 |
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.
- argv[0] on EFnet #mIRC - "Life is a pointer to an integer without a cast"
|
|
|
|
Joined: Jun 2003
Posts: 994
Hoopy frood
|
Hoopy frood
Joined: Jun 2003
Posts: 994 |
any chance of getting a copy for someone insisting on using 6.17?
|
|
|
|
Joined: Oct 2003
Posts: 3,918
Hoopy frood
|
OP
Hoopy frood
Joined: Oct 2003
Posts: 3,918 |
There are no plans to support pre-6.31 versions, sorry.
- argv[0] on EFnet #mIRC - "Life is a pointer to an integer without a cast"
|
|
|
|
Joined: Apr 2003
Posts: 342
Fjord artisan
|
Fjord artisan
Joined: Apr 2003
Posts: 342 |
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.
Beware of MeStinkBAD! He knows more than he actually does!
|
|
|
|
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,918
Hoopy frood
|
OP
Hoopy frood
Joined: Oct 2003
Posts: 3,918 |
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.
- argv[0] on EFnet #mIRC - "Life is a pointer to an integer without a cast"
|
|
|
|
Joined: Apr 2003
Posts: 342
Fjord artisan
|
Fjord artisan
Joined: Apr 2003
Posts: 342 |
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...
Beware of MeStinkBAD! He knows more than he actually does!
|
|
|
|
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?
|
|
|
|
|