I have a couple questions. The suggestions really should go on the suggestions board, but I'm thinking these as I go along. Forgive me if I ramble on, I have a tendancy to do that.
1.) What is the maximum size of the notepad?
2.) Is there any way to get a list of open notepad windows.
3.) Do you have a link to a site where I could maybe get a help file for lua, or maybe a tutorial, I'm kinda curious to learn it.
4.) Does MUSHclient have, or will it have a builtin MsgBox and Inputbox methods. I gather that lua has these by what I've read in the help files, but I haven't learned lua yet, and I think it'd be nice to use them in other languages. I suppose I could write a simple ActiveX .dll in VB6 but that seems like a waste of effort, and I'm a little concerned about the ActiveX object not being released in JavaScript, in VBScript setting it to Nothing seems to release it, but last time I tried messing with ActiveX in JavaScript, it stayed open, I had to write a method to force it to exit before I set the reference to null. I guess it's just a limitation of JavaScript. Unless I'm doing it wrong...
Also a listbox and/or combobox to select between several options might be nice, but I suspect those would be better as an ActiveX dll, as actual objects in would make setting the options, and getting the results easier, also maybe have access to the common dialog control for selecting files. I really don't feel like coding that just yet though, not until I really really need it.
5.) I think it'd be cool to have a way to run scripts/plugins from or maybe add seperate plugins to the notepad, for example I could write a script to format a piece of text, but currently I have no way of applying it to text in the notepad other than copying it to the clipboard, switching to the world window and running the alias, then switching back and hitting paste, or maybe switching to the world window and using an alias and specifying the notepad's name. I haven't put much thought into how this would work, maybe adding a menu to the top, although how you would specify the code... and where would it be saved... It might require adding another option to aliases to appear in the notepad menu... Never mind, it seems like an aweful lot of work, and a lot of details haven't been worked out, it'd be easier to just use copy & paste.
That's all I can think of for now. Although I could swear there was more.
1.) What is the maximum size of the notepad?
2.) Is there any way to get a list of open notepad windows.
3.) Do you have a link to a site where I could maybe get a help file for lua, or maybe a tutorial, I'm kinda curious to learn it.
4.) Does MUSHclient have, or will it have a builtin MsgBox and Inputbox methods. I gather that lua has these by what I've read in the help files, but I haven't learned lua yet, and I think it'd be nice to use them in other languages. I suppose I could write a simple ActiveX .dll in VB6 but that seems like a waste of effort, and I'm a little concerned about the ActiveX object not being released in JavaScript, in VBScript setting it to Nothing seems to release it, but last time I tried messing with ActiveX in JavaScript, it stayed open, I had to write a method to force it to exit before I set the reference to null. I guess it's just a limitation of JavaScript. Unless I'm doing it wrong...
Also a listbox and/or combobox to select between several options might be nice, but I suspect those would be better as an ActiveX dll, as actual objects in would make setting the options, and getting the results easier, also maybe have access to the common dialog control for selecting files. I really don't feel like coding that just yet though, not until I really really need it.
5.) I think it'd be cool to have a way to run scripts/plugins from or maybe add seperate plugins to the notepad, for example I could write a script to format a piece of text, but currently I have no way of applying it to text in the notepad other than copying it to the clipboard, switching to the world window and running the alias, then switching back and hitting paste, or maybe switching to the world window and using an alias and specifying the notepad's name. I haven't put much thought into how this would work, maybe adding a menu to the top, although how you would specify the code... and where would it be saved... It might require adding another option to aliases to appear in the notepad menu... Never mind, it seems like an aweful lot of work, and a lot of details haven't been worked out, it'd be easier to just use copy & paste.
That's all I can think of for now. Although I could swear there was more.