Top

Variable explorer


mIRC Code
+ 0 likes
Please Register to submit score.
Average Score  4.5
Scores Submitted  2
Date Added  Apr 25, 2007
Last Updated  May 03, 2007
Tags  finder  var  variable  vars 
  Bookmark and Share

Introduction

This was a script which I made today, just cause I were bored. I was reading on the forums, saw a thread about this subject, and I dug into it. I made this little dialog, mainly to please myself, to find all variables and to check if they are used or not!

Paste it into remotes, alt + r and right click status/channel and press the menu.
When you the dialog up, just input a term to search, and thats it! Aint harder then that.

When you click a variable, it will show the variable name in the edit box, and show it's value in the edit box below.

Doubble click the list to clear it.

Press F9 if you wish to have the selected item echo'ed.. (Incase its too long etc).

Updated *twice*

Updated :P

Grab the Code

Comments

  (4)  RSS
Lindrian
Comments: 755
 
mIRC Snippet:  Variable explorer
Posted on Apr 26, 2007 8:38 am
No one found this as usful as I did ^-^?
Lindrian
Comments: 755
 
mIRC Snippet:  Variable explorer
Posted on Apr 27, 2007 1:15 am
Hah, apprantly not ;)
xDaeMoN
Comments: 696
 
mIRC Snippet:  Variable explorer
Posted on Apr 27, 2007 2:04 am
1. The edit box where you type the variable/wildcard is too small, widen that.
2. When you click on the edit box, you'll have to remove the "variable...". Maybe you can remove that upon clicking on the edit box.
3. The dialog is slim & the buttons are cramped together.
4. When you click on one variable that you've search & the var name or value is long, you're unable to see the rest of the name or value.
5. When you type on the edit box, set the focus on the search button so when the user automatically hits the enter key, it will search instead of closing the dialog.
6. Upon close of dialog, remove the variable that was set.
7. use /var instead of /set

^^ Just some enhancements/fixes to improve your dialog
Lindrian
Comments: 755
 
mIRC Snippet:  Variable explorer
Posted on Apr 27, 2007 3:40 am
1) Remade the dialog.
2) You mean wehn u doubble click to clear the window, if so, great idea. Added that.
3) as number 1.
4) Thats why I made the F9 alias, press it and it will echo... (Also number 1 :P)
5) Didnt do this, as it will just take focus on the search button EACH time u type a letter.
6) Done.

Thanks for ur suggestions.

Please Register or Login to start posting comments.
Bottom