What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » [?] Script editor

Pages: (3): « First « 1 [ 2 ] 3 » Last »
[?] Script editor
Author: Message:
matty
Scripting Guru
*****


Posts: 8336
Reputation: 109
39 / Male / Flag
Joined: Dec 2002
Status: Away
RE: [?] Script editor
quote:
Originally posted by SmokingCookie
I suppose you can add IntelliSense suport? (use GetCaretPos :P )
Well I would add IntelliSense but I would try and take it a step further.
I would take into consideration say you do something like
code:
var oArray = new Array();
When you would write
code:
oArray.
IntelliSense would be activated and would show you all possible functions that can't be performed and properties will be listed. I would do this for Memory Allocations as well so if you did
code:
var _MYMEMORY = Interop.Allocate(4);
When you would type
code:
_MYMEMORY.
it would populate a list of functions and properties available. So by doing this it would be taking intellisense to an entirely new possibility.

I think I will start maybe working on it tonight so if anyone has any suggestions or things they would like to see let me know.

quote:
Originally posted by SmokingCookie
Oh and congrats on REP 100 ;)
Thanks!
11-04-2008 04:42 PM
Profile E-Mail PM Find Quote Report
Matti
Elite Member
*****

Avatar
Script Developer and Helper

Posts: 1646
Reputation: 39
32 / Male / Flag
Joined: Apr 2004
RE: [?] Script editor
That'd be awesome, matty! :D

Oh, don't forget that Notepad++ is open-source, so maybe you want to base your editor on that one? :)
Plus! Script Developer | Plus! Beta Tester | Creator of Countdown Live | Co-developer of Screenshot Sender 5

Found my post useful? Rate me!
11-04-2008 05:15 PM
Profile E-Mail PM Web Find Quote Report
SmokingCookie
Senior Member
****

Avatar

Posts: 815
Reputation: 15
30 / Male / Flag
Joined: Jul 2007
O.P. RE: [?] Script editor
Sounds like cool some stuff :)

Oh and I've got a suggestion: MDI with tabs, and perhaps a Plus!-like interface..

This post was edited on 11-04-2008 at 05:45 PM by SmokingCookie.
11-04-2008 05:43 PM
Profile PM Find Quote Report
matty
Scripting Guru
*****


Posts: 8336
Reputation: 109
39 / Male / Flag
Joined: Dec 2002
Status: Away
RE: [?] Script editor
quote:
Originally posted by Matti
That'd be awesome, matty! :D

Oh, don't forget that Notepad++ is open-source, so maybe you want to base your editor on that one? :)
I don't program in C++ it would be in Visual Basic.

quote:
Originally posted by SmokingCookie
Sounds like cool some stuff :)

Oh and I've got a suggestion: MDI with tabs, and perhaps a Plus!-like interface..
I would want to find a way to incorporate the Office 2007 Ribbon along with the Plus! interface look.
11-04-2008 05:51 PM
Profile E-Mail PM Find Quote Report
Matti
Elite Member
*****

Avatar
Script Developer and Helper

Posts: 1646
Reputation: 39
32 / Male / Flag
Joined: Apr 2004
RE: [?] Script editor
quote:
Originally posted by matty
I don't program in C++ it would be in Visual Basic.
Ah, damn it. And I just sent you a link to the Download details: Visual C++ 2008 Feature Pack for Visual C++ to create a native Ribbon control with MFC. :( Too bad you do Visual Basic. :P
Plus! Script Developer | Plus! Beta Tester | Creator of Countdown Live | Co-developer of Screenshot Sender 5

Found my post useful? Rate me!
11-04-2008 06:42 PM
Profile E-Mail PM Web Find Quote Report
matty
Scripting Guru
*****


Posts: 8336
Reputation: 109
39 / Male / Flag
Joined: Dec 2002
Status: Away
RE: [?] Script editor
I would have to learn C++ which would take longer.

However if I do it in VB it wouldn't take near as long. I will download the feature pack there may be a usable control for VB for this if not there are always the manual ways :)
11-04-2008 07:02 PM
Profile E-Mail PM Find Quote Report
matty
Scripting Guru
*****


Posts: 8336
Reputation: 109
39 / Male / Flag
Joined: Dec 2002
Status: Away
RE: [?] Script editor
I reformatted last night however now Office 2007 and VS 2008 Professional wont install... looks like I have some troubleshooting to do...

I also am thinking that I want to add the ability to export and pack the script. This would be pretty slick. Have the ability to auto increment build numbers and such in the script info.xml :)
11-05-2008 03:12 PM
Profile E-Mail PM Find Quote Report
SmokingCookie
Senior Member
****

Avatar

Posts: 815
Reputation: 15
30 / Male / Flag
Joined: Jul 2007
O.P. RE: [?] Script editor
Is your VS 2008 installer crashing?

If so, I've got the same problem with Visual Web Development.. Look in %temp% and find SetupExe<CurrentDate*>.log.

If there's a prodct key "30120000-0020-0409-0000-0000000FF1CE", it's a common problem (without --> working <-- solution).

* As a result of new Date().getTime()
11-05-2008 03:20 PM
Profile PM Find Quote Report
matty
Scripting Guru
*****


Posts: 8336
Reputation: 109
39 / Male / Flag
Joined: Dec 2002
Status: Away
RE: [?] Script editor
quote:
Originally posted by SmokingCookie
Is your VS 2008 installer crashing?

If so, I've got the same problem with Visual Web Development.. Look in %temp% and find SetupExe<CurrentDate*>.log.

If there's a prodct key "30120000-0020-0409-0000-0000000FF1CE", it's a common problem (without --> working <-- solution).

* As a result of new Date().getTime()
No it fails to install the prerequesites for some reason. I just have to go to the WCU folder on the root and install them myself.

My copy is legit. It is from MSDNAA.

However with Office 2007 I am getting this error: Error 1935. An error occured during the installation of assembly component
{9BAE13A2-E7AF-D6C3-A01F-C8B3B9A1E18E}. HRESULT: 0x80073712.

This post was edited on 11-05-2008 at 03:48 PM by matty.
11-05-2008 03:36 PM
Profile E-Mail PM Find Quote Report
SmokingCookie
Senior Member
****

Avatar

Posts: 815
Reputation: 15
30 / Male / Flag
Joined: Jul 2007
O.P. RE: [?] Script editor
http://support.microsoft.com/default.aspx?scid=kb;en-us;818954? :D

This post was edited on 11-05-2008 at 03:48 PM by SmokingCookie.
11-05-2008 03:47 PM
Profile PM Find Quote Report
Pages: (3): « First « 1 [ 2 ] 3 » Last »
« 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