I have tested the value of Ctrl+S with below code in Command Window:
?inkey(20)
** Ctrl+S
Result : 19
and FoxcodePlus Have code in ' protected procedure Main '
*- se pressionei "(" or "," or LeftArrow or RightArrow
*- verifico se tem assinatura de metodo ou funcao para ser apresentanda no tooltip
case inlist(this.lastkey,40,44,19,4) && Ctrl+S also have value 19, This may be the reason
if this.IntelliSense.Showed
this.IntelliSense.hide()
endif
this.GetSignature() && Ctrl+S also have value 19, This may be the reason
Warm regards,
mk.
Comments: ** Comment from web user: bruscain **
?inkey(20)
** Ctrl+S
Result : 19
and FoxcodePlus Have code in ' protected procedure Main '
*- se pressionei "(" or "," or LeftArrow or RightArrow
*- verifico se tem assinatura de metodo ou funcao para ser apresentanda no tooltip
case inlist(this.lastkey,40,44,19,4) && Ctrl+S also have value 19, This may be the reason
if this.IntelliSense.Showed
this.IntelliSense.hide()
endif
this.GetSignature() && Ctrl+S also have value 19, This may be the reason
Warm regards,
mk.
Comments: ** Comment from web user: bruscain **
I'll see this issue more deeply.
If it's the problem, I know how to fix that.
Thanks;
Rodrigo