Mitchell Foral:
The problem is in the OnUserListSelection event. I'm trying to call AutoCShow() from it with an instance methods list, but I get autocompletion of whatever it was the user selected. I'm guessing the call to AutoCShow() is working, but after OnUserListSelection finishes, SciTE calls AutoCComplete() or something instead of keeping the list displayed for the user.
This (or a similar issue) has been noted before and I don't think it can be fixed without changes to SciTE. Rearranging the processing order to suit this example may disrupt other techniques. My preferred solution is to have a generic deferred task mechanism in the scripting subsystem so you can say something like performLater(fn) which will call fn some time shortly after handling all the processing for the current UI event. So, for now, you're stuck. Neil _______________________________________________ Scite-interest mailing list [email protected] http://mailman.lyra.org/mailman/listinfo/scite-interest
