-
Notifications
You must be signed in to change notification settings - Fork 17
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
partial code completion resp. auto complete inconsistent #30
Comments
Sorry, I can't reproduce your problem. I creates the following table Here are some things you may try:
|
Thanks! With the So … I started the snapshot with an empty Which leads to the question: how do I find the configuration entry that causes all the problems? And … I missed that before, sorry … when the partial column completion fails, the output pane says “Completion list truncated. …”. BTW: did I get that right that drivers are configured within the application directory (also)? |
On finding configurations: SQuirreL offers to search for any string used somewhere in configurations and to jump to it. See menu File --> Find preference. On "when the partial column completion fails": Sorry I don't know what you mean by "partial column completion". |
If I only knew, which configuration entry causes the problem.
Is “incremental completion” more helpful? I’ll try to explain again …
That’s something that 4.5.1 does not show in the output pane, when I use that feature with that version. |
All changes since the 4.5.1 release can be found in our change log, see
Sorry, I followed your steps but still couldn't reproduce your problem. I.e. hitting ctrl+space a second time never removes any edits. |
I know, also does not happen with a blank slate on my side. |
Version 4.7.1
OS: Ubuntu 22.04 (fix level Mar 21, 2024, no Ubuntu Pro)
Partial auto/code completion works inconsistent (or … I messed with some setting 🤔).
Entities/table names are always extended based on the entries in the list.
Attributes/column names are only extended based on the entries in the list, when aliased.
hungry
,hello_there
andhello_all
)he
is extended tohello_
upon pressingCtrl-Space
and it does not matter, if there is a leading
select * from
, a schema name or nothing—it just worksbyebye
,greetings
andgreatness
)g
(without leading alias) is deleted upon pressingCtrl-Space
(although the list shows both entries starting withg
)expected behavior (like in
20231211_2128
):g
is extended togre
upon pressingCtrl-Space
x.g
(with leading alias) is extended tox.gre
upon pressingCtrl-Space
The text was updated successfully, but these errors were encountered: