Adventure Game Studio

AGS Support => Advanced Technical Forum => Topic started by: Rui 'Trovatore' Pires on Tue 29/08/2006 13:17:25

Title: Suggestion - tooltip persistent through autocomplete
Post by: Rui 'Trovatore' Pires on Tue 29/08/2006 13:17:25
This is a relatively small request... I've noticed that when a function calls for a "bool", the tooltip disappears as the autocomplete kicks in. So I see the autocomplete going "true/false", but I don't know what is meant to be true/false. Sure, this is but a minor hindrance, and the tooltip returns after the next comma, but it is a hindrance... can the tooltip just stay on even as autocomplete pops up?
Title: Re: Suggestion - tooltip persistent through autocomplete
Post by: Pumaman on Tue 29/08/2006 20:09:33
The text editor control that AGS uses doens't seem to be able to display the calltip and the autocomplete at the same time, so I'm not sure which way to go with this. With some functions the autocomplete is more useful, with others (such as bool parameters) it's not so much. Maybe an option in preferences would be the way to go.
Title: Re: Suggestion - tooltip persistent through autocomplete
Post by: Rui 'Trovatore' Pires on Tue 29/08/2006 20:13:02
Oh well, if it's impossible then you might as well leave it as it is. An option in preferences would be nice - but, realistically speaking, it would always be set to "Autocomplete" rather than "Tooltip". Thanks anyway. :)