![]() [?] Script editor - 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: [?] Script editor (/showthread.php?tid=87026) [?] Script editor by SmokingCookie on 11-02-2008 at 05:29 PM
Hi, RE: [?] Script editor by matty on 11-02-2008 at 05:46 PM
I use Notepad++. It has intellisense but not sure if you can set it up for Plus!. RE: [?] Script editor by SmokingCookie on 11-02-2008 at 05:56 PM
Thanks RE: [?] Script editor by NanaFreak on 11-02-2008 at 08:41 PM
i use notepad++ and editpad pro 6 RE: [?] Script editor by warmth on 11-03-2008 at 02:00 PM
quote:I have asked in NP++ support forums to give compatibility for scripts and skins files extension recognition and language support (Notepad++ to edit Messenger Files)... but they never answered to me ![]() Maybe you guys should write there to ask for these too... and someday they will bring this compatibility into... IOH you can play with existing language configurations and changed it a bit to get something very usefull when you are editing files... RE: [?] Script editor by SmokingCookie on 11-03-2008 at 08:05 PM
Yeah,I'm "great" at alphabetically sorting items RE: [?] Script editor by markee on 11-04-2008 at 12:28 AM
quote:It's easy if you write a script to do it ![]() RE: [?] Script editor by SmokingCookie on 11-04-2008 at 02:35 PM
I know, but I'm kinda lazy atm RE: [?] Script editor by matty on 11-04-2008 at 03:16 PM
I am considering writing a custom editor that is external to Messenger Plus!. I haven't decided if I have the time to do so yet however we will see RE: [?] Script editor by SmokingCookie on 11-04-2008 at 04:08 PM
I suppose you can add IntelliSense suport? (use GetCaretPos RE: [?] Script editor by matty on 11-04-2008 at 04:42 PM
quote: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:When you would write code: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:When you would type code: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:Thanks! RE: [?] Script editor by Matti on 11-04-2008 at 05:15 PM
That'd be awesome, matty! RE: [?] Script editor by SmokingCookie on 11-04-2008 at 05:43 PM
Sounds like cool some stuff RE: [?] Script editor by matty on 11-04-2008 at 05:51 PM
quote:I don't program in C++ it would be in Visual Basic. quote:I would want to find a way to incorporate the Office 2007 Ribbon along with the Plus! interface look. RE: [?] Script editor by Matti on 11-04-2008 at 06:42 PM
quote: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. ![]() ![]() RE: [?] Script editor by matty on 11-04-2008 at 07:02 PM
I would have to learn C++ which would take longer. RE: [?] Script editor by matty on 11-05-2008 at 03:12 PM
I reformatted last night however now Office 2007 and VS 2008 Professional wont install... looks like I have some troubleshooting to do... RE: [?] Script editor by SmokingCookie on 11-05-2008 at 03:20 PM
Is your VS 2008 installer crashing? RE: [?] Script editor by matty on 11-05-2008 at 03:36 PM
quote: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. RE: [?] Script editor by SmokingCookie on 11-05-2008 at 03:47 PM
http://support.microsoft.com/default.aspx?scid=kb;en-us;818954? RE: [?] Script editor by matty on 11-05-2008 at 03:49 PM
quote: That is in regards to ODBC. Not the issue I am having. It makes no sense. I can only find things about .Net 2.0 which is installed with Vista SP1. I have Vista Ultimate SP1. RE: [?] Script editor by SmokingCookie on 11-05-2008 at 03:58 PM
Sorry, kinda busy right now, and it's the first hit I got RE: [?] Script editor by markee on 11-06-2008 at 12:25 AM matty, if you just formatted, why don't you format again? You never know, something might have been wrong with the Vista install. RE: [?] Script editor by matty on 11-06-2008 at 01:28 AM
quote:I fixed it. I did all windows updates then used the MSI utility to remove any traces of Office and it worked and VS2008 is installed as well. RE: [?] Script editor by SmokingCookie on 11-07-2008 at 09:00 PM
I've got one more suggestion: please have it saving files in Unicode by default. I've had tonnes of weird errors in my XML files because of ANSI RE: [?] Script editor by matty on 11-07-2008 at 10:53 PM
quote:If I develop this it is only going to be for Plus! it isn't going to be for other languages. So yes it would save everything in Unicode. The feature base I have for this will be pretty cool if I can get around to doing it ![]() |