TSynCompletionProposal:
ctParams should show above caret, because ctCode shows
below caret, and when both are shown the ctParam isn't
visible... :(
See for example in Delphi editor... type (eg. in
OnCreate):
Notification(
and click Ctrl+Shift+Space and Ctrl+Space.
CodeComp. and Params are shown correctly...
Version: CVS (Today)
Logged In: YES
user_id=99702
Good point. Moving to 'Feature Requests', though, as you can
easily attain this using the OnExecute event.
Logged In: YES
user_id=1158522
OnExecute works, but ... another problem,
it's not possible to show ctParams and ctCode both :(
probably because when it lose focus, one of it are hide