You can activate Notepad++'s "intellisense"-like feature by pressing Control-Space on a context sensitive word. The problem with this feature is that, after the list of suggestions pops up, you have both a cursor and a highlight that navigates with the arrow keys. While the cursor doesn't move as you arrow, it's where Window-Eyes is paying attention to, meaning you just hear the line number repeated as you arrow up and down.

You could write a script to resolve this. Watch for OnChildCreate with a ClassName of "ListBoxX" and make the arrow keys read the list. Perhaps that's something I'll work on, time permitting.

Aaron

On 1/18/2010 8:37 AM, Ron Parker wrote:
On 1/17/2010 11:11 PM, Chip Orange wrote:
hi all,

I'm getting really spoiled by intellisense at work (in MS Office VBA),
and
was wondering if there's an editor I can use for WE scripts which I
can get
to use intellisense for the WE application object?


Notepad++ ( http://notepad-plus.sourceforge.net/uk/site.htm ) is
supposed to have an autocomplete function that can be customized with
your own API list. I haven't tried to use it, so I'm not sure if it
helps you with the arguments like Visual Studio's intellisense does, but
I suspect that it doesn't.


--
To insure that you receive proper support, please include all past
correspondence (where applicable), and any relevant information
pertinent to your situation when submitting a problem report to the GW
Micro Technical Support Team.

Aaron Smith
GW Micro
Phone: 260/489-3671
Fax: 260/489-2608
WWW: http://www.gwmicro.com
FTP: ftp://ftp.gwmicro.com
Technical Support & Web Development

Reply via email to