What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » IDE for scripts

Pages: (2): « First « 1 [ 2 ] Last »
IDE for scripts
Author: Message:
effection
Full Member
***

Destroy The Runner

Posts: 135
Reputation: 4
– / Male / Flag
Joined: Sep 2006
RE: IDE for scripts
I'll release a small preview in a day or 2, I'll draw up a help file because there's a few minor things you may not understand in it. (release will not have the interface designer).  just to let you guys try and find bugs with what's there i suppose. I'll post a file for language translations :)
06-28-2009 08:21 PM
Profile E-Mail PM Find Quote Report
prashker
Veteran Member
*****


Posts: 5109
Reputation: 104
– / Male / –
Joined: Mar 2005
Status: Away
RE: IDE for scripts
you spelled 'script' wrong in the about window :p
06-28-2009 08:26 PM
Profile PM Find Quote Report
mynetx
Skinning Contest Winner
*****

Avatar
Microsoft insider

Posts: 1175
Reputation: 33
36 / Male / Flag
Joined: Jul 2007
RE: IDE for scripts
quote:
Originally posted by effection
few minor things you may not understand
Programs should be self-explaining? 8-)
mynetx - Microsoft, enhanced.

You have a problem or issue with Windows, Internet
Explorer or Office?
Send a tweet!
06-28-2009 08:27 PM
Profile E-Mail PM Web Find Quote Report
effection
Full Member
***

Destroy The Runner

Posts: 135
Reputation: 4
– / Male / Flag
Joined: Sep 2006
RE: IDE for scripts
quote:
Originally posted by SonicSam
you spelled 'script' wrong in the about window :p
Haha never noticed that :P

quote:
Originally posted by mynetx
quote:
Originally posted by effection
few minor things you may not understand
Programs should be self-explaining? 8-)

Well its easy enough to use it, it's just that your XML has to be properly formed, half the crap in scripts is poor XML which it wont open until you fix it. So i'm gona add a few tips etc to help people when their script or interface wont open ;)
06-28-2009 09:21 PM
Profile E-Mail PM Find Quote Report
matty
Scripting Guru
*****


Posts: 8336
Reputation: 109
39 / Male / Flag
Joined: Dec 2002
Status: Away
RE: IDE for scripts
quote:
Originally posted by effection
I'm in the process of creating one, all features are fished apart from the interface editor, i'm just waiting on patchou replying to an email which he doesn't seem to want to do these days*-)

[Image: screeni.jpg]

*Note code folding has been added to the text editor ;)
I am quite intrigued! Would love to test this out.

Just a few suggestions:
  • Add intellisense
  • Only show the ScriptInfo.xml window when its selected.
  • Add the ability to create a PLSC from the project
  • For any XML files have a tree view that shows the Windows Name so you can easily access a specific Window within an XML
  • Support for subfolders in a script? (1)

All in all this looks amazing so far way to go!

1) Screenshot Sender comes with a lot of subdirectories:
Screenshot Sender
|   base64.js
|   commands.js
|   dirlist.txt
|   enumeration_functions.js
|   ftp.js
|   functions.js
|   hotkey.js
|   interface.js
|   language.js
|   menu.js
|   overlay.js
|   point_click_capture.js
|   preferences.js
|   registry.js
|   screenshot_sender.js
|   ScriptInfo.xml
|   timer.js
|   update.js
|   variables.js
|   __class_loader.js
|   __window_handler_loader.js
|   ___debug.js
|   
+---Classes
|       win32const.c
|       __action_hook.js
|       __commands.js
|       __font.js
|       __gdip.js
|       __global_hotkey.js
|       __hotkey.js
|       __listview.js
|       __menu.js
|       __script_menu.js
|       __session_images.js
|       ___api.js
|       
+---Images
|   |   bmp.png
|   |   breadcrumb-arrow-rtl.png
|   |   breadcrumb-arrow.png
|   |   jpg.png
|   |   jpg_disabled.png
|   |   no_image.png
|   |   pixel.png
|   |   pnggif.png
|   |   ss5.ico
|   |   
|   +---big
|   |       advanced.png
|   |       ftp.png
|   |       general.png
|   |       hotkeys.png
|   |       language.png
|   |       logo.png
|   |       
|   +---icons
|   |       add.png
|   |       back-colour.png
|   |       back.png
|   |       cancel.png
|   |       colors.png
|   |       disable.png
|   |       download.png
|   |       edit.png
|   |       enable.png
|   |       floppy.png
|   |       folder.png
|   |       font.png
|   |       help.png
|   |       next.png
|   |       ok-gray.png
|   |       ok.png
|   |       play.png
|   |       system.png
|   |       trash.png
|   |       users.png
|   |       warning.png
|   |       website.png
|   |       
|   \---normal
|           advanced.png
|           ftp.png
|           general.png
|           hotkeys.png
|           language.png
|           logo.png
|           
+---Languages
|   \---en
|           About.xml
|           ContactSelector.xml
|           ConvertImage.xml
|           Countdown.xml
|           en.xml
|           Hotkey_Subclass.xml
|           LanguageDownload.xml
|           MonitorSelect.xml
|           PlusVersion.xml
|           PointClickCapture.xml
|           PrefAdvanced.xml
|           Preferences.xml
|           PrefFtp.xml
|           PrefGeneral.xml
|           PrefHotkeys.xml
|           PrefLanguage.xml
|           Preview.xml
|           RecentImages.xml
|           ScreenshotViewer.xml
|           SelectArea.xml
|           Subclass.xml
|           Update.xml
|           UserCounter.xml
|           ViewImage.xml
|           WindowSelect.xml
|           
\---Window Handlers
        About_handler.js
        ContactSelector_handler.js
        ConvertImage_handler.js
        HotkeySubclass_handler.js
        MonitorSelect_handler.js
        PrefAdvanced_handler.js
        PrefDashboard_handler.js
        Preferneces_handler.js
        PrefFTP_handler.js
        PrefGeneral_handler.js
        PrefHotkeys_handler.js
        PrefLanguageDownload_handler.js
        PrefLanguage_handler.js
        PrefOverlay_handler.js
        Preview_handler.js
        RecentImages_handler.js
        ScreenshotViewer_handler.js
        SelectArea_handler.js
        UserCounter_handler.js
        WindowSelect_handler.js

This post was edited on 06-29-2009 at 01:12 PM by matty.
06-29-2009 01:04 PM
Profile E-Mail PM Find Quote Report
effection
Full Member
***

Destroy The Runner

Posts: 135
Reputation: 4
– / Male / Flag
Joined: Sep 2006
RE: IDE for scripts
quote:
Originally posted by matty

I am quite intrigued! Would love to test this out.

Just a few suggestions:
  • Add intellisense
  • Only show the ScriptInfo.xml window when its selected.
  • Add the ability to create a PLSC from the project
  • For any XML files have a tree view that shows the Windows Name so you can easily access a specific Window within an XML
  • Support for subfolders in a script? (1)

All in all this looks amazing so far way to go!


All of these are there apart from intellisense ;) The script info is just showing docked because i opened it for an example you just didn't look hard enough for the rest

This post was edited on 06-29-2009 at 01:23 PM by effection.
06-29-2009 01:19 PM
Profile E-Mail PM Find Quote Report
matty
Scripting Guru
*****


Posts: 8336
Reputation: 109
39 / Male / Flag
Joined: Dec 2002
Status: Away
RE: IDE for scripts
Looks good. I saw the names under the XML but wondered why the About.xml had nothing etc.

I am quite excited for when you release it, even if it doesn't have the interface part.

Once recommendation is to add a "Save and Restart". Plus! doesn't restart scripts if you make a change to any js file not in the root. If this is something that interests you let me know I have the code for it.
06-29-2009 01:41 PM
Profile E-Mail PM Find Quote Report
effection
Full Member
***

Destroy The Runner

Posts: 135
Reputation: 4
– / Male / Flag
Joined: Sep 2006
RE: IDE for scripts
About.xml has bad xml in it so it didn't parse ;) it's 100% strict to the schema for plus so it must comply by those rules (namespaces etc can be the main problem).

Yeah i'd like to know how to restart the script watching for file changes is easy enough :)
06-29-2009 02:24 PM
Profile E-Mail PM Find Quote Report
Spunky
Former Super Mod
*****

Avatar

Posts: 3658
Reputation: 61
35 / Male / Flag
Joined: Aug 2006
RE: IDE for scripts
quote:
Originally posted by effection
Plus! doesn't restart scripts if you make a change to any js file not in the root. If this is something that interests you let me know I have the code for it.

Maybe something for Patchou to think about?

Also, this looks really good so far
<Eljay> "Problems encountered: shit blew up" :zippy:
06-29-2009 04:22 PM
Profile PM Find Quote Report
Pages: (2): « First « 1 [ 2 ] 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