-
Notifications
You must be signed in to change notification settings - Fork 31
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Auto-complete should kick in after 0 chars #26
Comments
I've raised Mantis 15284 to request interpreter support for this. |
The interpreter uses a AUTOCOMPLETE_PREFIXSIZE setting. e.g.
RIDE_INIT=SERVE::4502 AUTOCOMPLETE_PREFIXSIZE=0 apl.
Is it sufficient for RIDE to set that and/or our apl scripts to set it?
/JD
From: jayfoad [mailto:notifications@github.com]
Sent: 04 December 2017 11:47
To: Dyalog/ride <ride@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Subject: Re: [Dyalog/ride] Auto-complete should kick in after 0 chars (#26)
I've raised Mantis 15284 to request interpreter support for this.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub <#26 (comment)> , or mute the thread <https://github.com/notifications/unsubscribe-auth/AKU_CU34PiSz1DBj9GIW399mAhMTMbooks5s89ufgaJpZM4Lg-LT> . <https://github.com/notifications/beacon/AKU_CaqCw2aHQdcekK8lCzP3tHNFXfsWks5s89ufgaJpZM4Lg-LT.gif>
|
@johndaintree That's better than nothing, but it would be much better still if RIDE was in complete control of this, even for interpreters that it did not start. So I think I favour passing the prefix-size value in every GetAutocomplete request. |
@johndaintree any news on this? Will it make it into the protocol? |
The IDE has a setting for how many characters one needs to write before auto-complete kicks in. Since this setting is not alterable from within RIDE, it should default to 0. It is currently 1.
Example:
In the IDE, set Options>Configure>Auto Complete>Make suggestions after 0 characters.
In the session, type
⎕SE.
and wait to see the suggestions.In RIDE, type
⎕SE.
The text was updated successfully, but these errors were encountered: