-
Notifications
You must be signed in to change notification settings - Fork 759
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 of aliases no more working after update to 18.7.9 #3065
Comments
|
We seem to have missed the alias autocomplete function in the new alias system, with the new tokeniser it might be more difficult to integrate, we have to look into it. I'll put it on the list of things todo, we should try to bring it back. |
|
Thank you very much for your quick reply. Thanks you again and best regards. Michele. |
|
This ab4e900 should fix the issue, although there is still a minor glitch in validation (ideally it shouldn't be possible to mix port and other types, but since it won't render defective configs I think it's good enough for now). |
Hi AdSchellevis. I really thank you very much for the job. Best reagrds, |
|
Hi Michele, Thanks for confirming. Best regards, Ad |
|
Will be in 18.7.10. |
After a update the last few weeks we see that autocomplete of aliases are no more working.
I noticed that a similar issue was opened more than 2 years ago: #372
What we have:
-- type hosts
-- content 1.2.3.4
Now we add a new alias:
-- type hosts
-- content: start typing foo, but no autocomplete happens (uppercase and lowercase).
Best Regards,
Michele.
The text was updated successfully, but these errors were encountered: