ebresie commented on a change in pull request #2820:
URL: https://github.com/apache/netbeans/pull/2820#discussion_r608059205
##########
File path:
ide/db.sql.editor/src/org/netbeans/modules/db/sql/editor/completion/SQLCompletionProvider.java
##########
@@ -131,4 +264,93 @@ public void run() {
TokenHierarchy<?> hierarchy = TokenHierarchy.get(doc);
return hierarchy.tokenSequence(SQLTokenId.language());
}
+
+ private static class SqlNewConnectionFix implements Fix {
Review comment:
At the time I was trying to make a "fix" to do the same as setting the
connection in the upper connection bar. Some of these fixes are really just
open other dialogs (like drivers or new connection) as present already so maybe
these hint/fixes are not really relevant.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists