mIRC Home    About    Download    Register    News    Help

Print Thread
#116896 10/04/05 02:23 PM
Joined: Dec 2002
Posts: 3,547
S
Hoopy frood
OP Offline
Hoopy frood
S
Joined: Dec 2002
Posts: 3,547
I'd like to see the following dialog additions implemented that I often need..

1 addition.

When using the 'multsel' in dialogs, I'd like to see all the lines I've selected in blue just like you'd see in the nicklist. As it stands I have to click the first 5 lines to highlight them. So I'd like to click the first line to drag down to the 5 line.

2nd addition.

When using the /did command with the -c switch I'd like to select more than one line in a list control for example the 1st line to the 5th line with: /did -c <dname> <id> 1-5.

#116897 10/04/05 02:39 PM
Joined: Nov 2003
Posts: 2,327
T
Hoopy frood
Offline
Hoopy frood
T
Joined: Nov 2003
Posts: 2,327
For the first suggestion: extsel is capable of that.


New username: hixxy
#116898 10/04/05 02:43 PM
Joined: Dec 2002
Posts: 3,547
S
Hoopy frood
OP Offline
Hoopy frood
S
Joined: Dec 2002
Posts: 3,547
Ah so it does hehe, my apologies. smile

#116899 10/04/05 05:43 PM
Joined: Dec 2002
Posts: 3,547
S
Hoopy frood
OP Offline
Hoopy frood
S
Joined: Dec 2002
Posts: 3,547
And for the second addition, Matt? Anyone?

All repies greatly appreciated. smile

#116900 10/04/05 07:59 PM
Joined: Jan 2003
Posts: 2,523
Q
Hoopy frood
Offline
Hoopy frood
Q
Joined: Jan 2003
Posts: 2,523
I agree with the second suggestion. It can be easily scripted using the -k switch along with -c, but with big ranges (hundreds or thousands), it would make a difference in performance.

In the meantime, here's an alias that you might find handy:
Usage is /selrange <dialog name> <id> <start line> <end line>
Code:
alias selrange did -c $1-3 | var %i = $3 | while %i &lt; $4 { inc %i | did -c[color:red]k[/color] $1-2 %i }


/.timerQ 1 0 echo /.timerQ 1 0 $timer(Q).com
#116901 10/04/05 08:16 PM
Joined: Dec 2002
Posts: 3,547
S
Hoopy frood
OP Offline
Hoopy frood
S
Joined: Dec 2002
Posts: 3,547
Hehe yeah good point. smile

Thanks.


Link Copied to Clipboard