mariuz / flamerobin

FlameRobin is a database administration tool for Firebird RDBMS. Our goal is to build a tool that is: lightweight (small footprint, fast execution) cross-platform (Linux, Windows, Mac OS X, FreeBSD) dependent only on other Open Source software
http://flamerobin.org
MIT License
214 stars 66 forks source link

[FEATURE REQUEST] Allow to use lower or upper case in code completion #189

Open silvioprog opened 3 years ago

silvioprog commented 3 years ago

Hi.

It would be nice an option to choose lower or upper case in the code completion. Currently, it seems code completion completes only to lower case words.

Thank you!

Jdochoa commented 3 years ago

Hi @silvioprog This is configurable here imagen

luronumen commented 3 years ago

Hi @silvioprog

Please let us know if the menu option shown by @Jdochoa meets your suggestion. In case of true, please close this issue.

Best Regards, Luciano

silvioprog commented 3 years ago

Hi guys.

Thanks a lot @Jdochoa, it worked fine. So, is there any option to keep only the keywords in upper case? For exemple, by completing as:

SELECT * FROM customers

instead of:

SELECT * FROM CUSTOMERS

TIA for any answer