Shoutbox

DevTools | [release] 1.0 | 08/09/2010 - Printable Version

-Shoutbox (https://shoutbox.menthix.net)
+-- Forum: MsgHelp Archive (/forumdisplay.php?fid=58)
+--- Forum: Messenger Plus! for Live Messenger (/forumdisplay.php?fid=4)
+---- Forum: Scripting (/forumdisplay.php?fid=39)
+----- Thread: DevTools | [release] 1.0 | 08/09/2010 (/showthread.php?tid=95425)

DevTools | [release] 1.0 | 08/09/2010 by whiz on 09-08-2010 at 10:09 AM

Features

  • loads and runs custom "tools" (JS/XML/image packages)
  • can be used for script development purposes (or for other things)
  • allows the creation of your own tools
  • comes with "MyTool", a template for making new tools
  • includes a browser to access a cut-down version of the DevTools site

Links

Current Tools (as of 08/09/2010)

RE: DevTools | [release] 1.0 | 08/09/2010 by matty on 09-08-2010 at 01:43 PM

I don't really understand what the purpose of doing something like this is really to be honest.

You basically are making a host for "plugin scripts"... what happens if window names collide?


RE: DevTools | [release] 1.0 | 08/09/2010 by whiz on 09-22-2010 at 06:32 PM

quote:
Originally posted by matty
I don't really understand what the purpose of doing something like this is really to be honest.
I suppose it could be useful if someone wants a script for something that isn't really worth making a script for...

quote:
Originally posted by matty
You basically are making a host for "plugin scripts"... what happens if window names collide?
It does have a validation system in (see Events.js), so it'll only include JS files where all the window ID's match.