mIRC Home    About    Download    Register    News    Help

Print Thread
Joined: Oct 2003
Posts: 214
S
Fjord artisan
OP Offline
Fjord artisan
S
Joined: Oct 2003
Posts: 214
The Tab completetion doesn't work correctly on the Multiline Editbox, it work's only for the first line but not on the second line.

For example:
$me<tab><ALT+Enter>
$chan<tab>

When i press TAB in the 2nd line i only get an error beep.

Also $crlf won't be evaluated correctly but $cr and $lf works.


one step closer to world domination
Joined: Jul 2006
Posts: 4,155
W
Hoopy frood
Offline
Hoopy frood
W
Joined: Jul 2006
Posts: 4,155
in fact, it doesn't work if there are more than one line and if the thing to evaluate isn't the first word on the line

ex :
$me<tab> $crlf<tab> > works fine
;now we are on the second line
$crlf<tab> $me > this doesn't evaluate the $crlf but if you put the cursor on the "$me", it works.

another bug is if there are a $chr(34) or $chr(39) .
ex :
GA is GA "|bug
GA is GA '|bug
$chr(124) represent the place of the cursor.
if you type enter, mirc add a $crlf between the $chr ( 39 or 45 ) and the following text like this :
first line : GA is GA '
second line : bug
or
1e : GA is GA "
2e : bug

after this, the editbox won't work corretly, everytime you type "enter", mirc add a $crlf ( like alt+enter )


Link Copied to Clipboard