Semi OT: Miva Script Editor
Andrew Noce wrote:
> Code completion would be nice for Edit Plus but not the way they
> implement it, it needs to work more like a "combo-box", instead of
> assuming the completion on enter.
Yuck, I can't stand that type of auto-completion. I love the way it's
done in EditPlus :) But to appreciate auto-complete that way, you really
gotta spend some time rolling your own auto-complete file. I've been
using it for so long I probably couldn't code a damn thing without it, heh.
> A list of all variables and objects in the page would be awesome,
> something I think Gorilla has indicated that Boxer does.
In case you haven't used it, you can generate function lists. I just use
'<MvFUNCTION NAME' for the pattern which works fine.
This topic comes up once a year or so, and it's always cool to see what
everyone is using now. Sometimes I try other editors for a while, but
always seem to go back to my old friend.
--
Adam
http://vikingcoders.com
Andrew Noce wrote:
> Code completion would be nice for Edit Plus but not the way they
> implement it, it needs to work more like a "combo-box", instead of
> assuming the completion on enter.
Yuck, I can't stand that type of auto-completion. I love the way it's
done in EditPlus :) But to appreciate auto-complete that way, you really
gotta spend some time rolling your own auto-complete file. I've been
using it for so long I probably couldn't code a damn thing without it, heh.
> A list of all variables and objects in the page would be awesome,
> something I think Gorilla has indicated that Boxer does.
In case you haven't used it, you can generate function lists. I just use
'<MvFUNCTION NAME' for the pattern which works fine.
This topic comes up once a year or so, and it's always cool to see what
everyone is using now. Sometimes I try other editors for a while, but
always seem to go back to my old friend.
--
Adam
http://vikingcoders.com
Comment