What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » WLM Plus! General » [SUG] Intelligent IntelliSense

[SUG] Intelligent IntelliSense
Author: Message:
SmokingCookie
Senior Member
****

Avatar

Posts: 815
Reputation: 15
30 / Male / Flag
Joined: Jul 2007
O.P. [SUG] Intelligent IntelliSense
The idea of this one is to have an XML file to specify all functions (aka methods) and objects used by JScript, MPL and developers' classes. An example syntax would be:

code:
<?xml version="1.0" encoding="Unicode"?>
<IntelliSense>
      <Object name="MsgPlus">
            <Methods>
                  <Method name="DisplayToast">
                        <Parameter type="String">Title</Parameter>
                        <Parameter type="String">Message</Parameter>
                        <Parameter type="String" optional="true">SndFile</Parameter>
                        <Parameter type="String" optional="true">Callback</Parameter>
                        <Parameter type="_any" optional="true">CbParam</Parameter>
                  </Method>
            </Methods>
      </Object>
</IntelliSense>


This post was edited on 11-08-2008 at 10:22 PM by SmokingCookie.
11-08-2008 10:22 PM
Profile PM Find Quote Report
« Next Oldest Return to Top Next Newest »


Threaded Mode | Linear Mode
View a Printable Version
Send this Thread to a Friend
Subscribe | Add to Favorites
Rate This Thread:

Forum Jump:

Forum Rules:
You cannot post new threads
You cannot post replies
You cannot post attachments
You can edit your posts
HTML is Off
myCode is On
Smilies are On
[img] Code is On