Shoutbox

Suggestion to 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: WLM Plus! General (/forumdisplay.php?fid=23)
+----- Thread: Suggestion to Script Editor (/showthread.php?tid=76643)

Suggestion to Script Editor by roflmao456 on 08-09-2007 at 01:47 AM

In VB, when you type something (such as "Me.") it will show a small window containing all the functions and properties that are available in that object/variable. This is really helpful to lots of users...

Maybe if this feature could be added into the Script Editor? :P

edit: not sure if this is the right forum actually, admins please move this thread to the correct forum.


RE: Suggestion to Script Editor by Ezra on 08-09-2007 at 02:30 PM

You are talking about the IntelliSense features of the Microsoft IDE's

Yeah, that would indeed be a nice addition to the scripting editor, but who really uses that thing? I believe most people use other programs like Notepad++


RE: Suggestion to Script Editor by Spunky on 08-09-2007 at 02:53 PM

This would be a good idea for new scripters not quite familiar with which functions and properties they cann access from which obvects, if it could be implemented well enough. Of course, that is what the documentation is there for.


RE: Suggestion to Script Editor by matty on 08-09-2007 at 05:04 PM

I can tell you in the next release there are going to be changes to the script editor window however I am not sure if Patchou added IntelliSense. I showed him my script editor and what I planned on doing and he liked the ideas I had and even commented on saying that he wanted to add IntelliSense to the editor. So that may be something that is coming.

I still think the dodgy /* */ multiline comments still need to be coloured haha.


RE: Suggestion to Script Editor by andrewdodd13 on 08-09-2007 at 09:48 PM

Yeah, I quite like IntelliSense, and fortunately unlike for Visual C++ and the like, the database of required commands isn't anywhere near as extensive. (Thinking of std:: :P).

But the thing I'd most like to see in a future version would be a "RELOAD THIS SCRIPT" button, which basically reloaded a script on the spot, rather than having to Sign In/Out or open it in the script editor and then save it. I guess it's only really useful if you use an external editor, though.


RE: Suggestion to Script Editor by pollolibredegrasa on 08-09-2007 at 10:04 PM

IntelliSense would indeed be a nice addition.

Ctrl+S (or something similar/customizable?) to save the script immediately and without the little "File Saved/File Not Saved (no change detected)" message box would be nice too. It might seem a little trivial to some people but I for one would use it a hell of a lot, especially when scripting on my laptop :P


RE: Suggestion to Script Editor by markee on 08-10-2007 at 12:10 AM

quote:
Originally posted by matty
I still think the dodgy /* */ multiline comments still need to be coloured haha.
Well that and regular expressions.  Also there is still the bug of regular expressions that contain a single quotation or apostrophe. :P

As for IntelliSense, it wouldn't be too bad I guess, would probably help out a lot of people new to scripts (and be a helpful reminder to the rest of us about spelling things correctly).
RE: Suggestion to Script Editor by -dt- on 08-10-2007 at 01:09 AM

heh, personally i think you people are expecting too much from the script editor.
Just use an external editor :< and add custom calltips to it (most support this, some dont.. :<)

Ill be making a js/plus api calltips file for SciTE soon :>

edit:

done :o http://shoutbox.menthix.net/showthread.php?tid=76675


RE: Suggestion to Script Editor by CookieRevised on 08-12-2007 at 07:26 PM

The suggested improvements will help first time scripters mostly. Those people do not have external editors or even don't know how to get them or even how to use one.

IMHO, we do not expect too much from the build-in script editor at all. Though, we do expect some basic functionality and/or some (not so basic) features which could speed up scripting.

I see no reason why such things should not be added in some future versions (just because there are external editors available).

Personally, I don't want to install an external editor (with 1001 features which are completely useless for Plus! scripting) if I can do the same thing already with the build-in editor, which is also much better integrated than any external program can.


RE: Suggestion to Script Editor by Ashylay on 08-12-2007 at 07:37 PM

What if somebody made one now and created there own script editor? with Intellisense


RE: Suggestion to Script Editor by roflmao456 on 08-18-2007 at 06:35 PM

oh yeah, i forgot to mention something also:

how about that "Live Error Checking" that displays a wavy line under the code if it has an error :P (and a Check Errors button)

just like the spell checker in MS Word


RE: Suggestion to Script Editor by Patchou on 08-18-2007 at 08:53 PM

An intellisense feature would be cool, I agree. In the meantime, may I suggest this: http://www.msgpluslive.net/scripts/view/335-Plus!...alltips-for-SciTE/ .

As for "Live Error Checking", it's not been done but the next version allows seeing debug traces directly inside the editor and when an error occurs, you now get a link directing you to the fauly line.


RE: Suggestion to Script Editor by Dempsey on 08-19-2007 at 09:55 PM

Patchou - while you're working on the script editor, would it be possible to add an (maybe registry) option to set an external application as to be used when the edit script button is clicked?  eg notepad or scite etc?


RE: Suggestion to Script Editor by -dt- on 08-19-2007 at 10:36 PM

quote:
Originally posted by Dempsey
Patchou - while you're working on the script editor, would it be possible to add an (maybe registry) option to set an external application as to be used when the edit script button is clicked?  eg notepad or scite etc?
or just to open the script folder :)