MantisBT - mSLDev
View Issue Details
0000171mSLDevFuture Suggestionspublic2013-06-25 18:262013-08-07 22:10
Travis 
 
normalfeatureN/A
newopen 
 
 
0000171: Script compile function
I've started using a global aliases file that all of my running mIRCs share. It contains common general purpose aliases that I may use in any number of scripts.

Using this library-type file simplifies many things, but presents a couple of new problems. 1) Aliases don't show up in the auto-complete lists outside of their own file (This is an mSLDev-specific issue, and I know you're aware of it). 2) I have to go through the alias library to piece together scripts before posting them online or giving them to people.

The second problem wouldn't be so bad if piecing the script together only needed to be done once per file. However, I often find myself making changes to functions and needing to repeat the process.

It would be awesome if mSLDev could compile these aliases together from other files. Basically, compiling from one script that has any alias references from another file will output a new file with the primary script and the referenced aliases appended to the bottom.

Yes I realize it's not a simple suggestion.
No tags attached.
Issue History
2013-06-25 18:26TravisNew Issue
2013-08-07 22:10WimsNote Added: 0000126

Notes
(0000126)
Wims   
2013-08-07 22:10   
A good suggestion!