I've checked in additional updates on this PR based on feedback from the PR comments. - I've removed the "Annotation" which prevents the need for the java icon referenced - I've removed commented code (unless I've missed any still) - I've addressed the case for select * from | concern
I believe I've addressed most concerns, but wanted confirmation. Please review and see if this is better and getting closer for eventual inclusions (not sure if this is 12.3 beta2 or 12.4 candidate). Eric Bresie [email protected] On Sat, Mar 20, 2021 at 1:30 PM Eric Bresie <[email protected]> wrote: > This is in regards to NETBEANS-189 SQL editor, shouldn't ask every time to > set the connection. > > I have created a pull request for updates relating to > https://github.com/apache/netbeans/pull/2820 > > This allows autocompletion to occur even if a connection has not been > set. It adds some "hints" to resolve potential issues. The previous > "dialog" no longer opens up any more but is still available when selecting > the "Connect to Database" hint. > > This is one of my first real commits to Netbeans, so there may be some > follow-up, cleanups, clarifications, so review input is greatly appreciated. > > Eric Bresie > [email protected] >
