squirrel-sql-client / squirrel-sql-code

Share of the SQuirreL SQL source code originating from SourceForge, see https://squirrelsql.org
GNU Lesser General Public License v2.1
65 stars 12 forks source link

feature request code completion #28

Open bdonauba opened 10 months ago

bdonauba commented 10 months ago

The current implementation of code completion searches for database objects with names beginning with the user given text.

I would much prefer a code completion that searches for database objects with names containing the user given text.

Please add this feature and a switch in global settings or session settings to choose between beginning and containing.

Regards, Bernhard

gerdwagner commented 10 months ago

Is implemented and will be available in future snapshots and versions . Excerpt from change log:

The code completion preferences allow to switch to "Contains Completion". "Contains completion" finds all object names that contain a string if it's completed by ctrl+space. See menu File --> New Session Properties --> tab Code Completion --> checkbox "Match contains" on the lower part of the panel.

bdonauba commented 10 months ago

Thank you. I have just checked it with the latest snapshot and it seems it works like expected.

BTW. according to the manual there should be an update manager but I could not find it. Has it been abandoned?

gerdwagner commented 10 months ago

Thanks for your feedback and for the pointer to the outdated update manager help entries. I just removed them. The update manager doesn't exist anymore.