As a first bug fix, I thought I’d try working some on the SQL Autocompletion related issue like
NETBEANS-188 Please add support for code completion while typing When I try with an empty sql file and start typing "s", with the Ctrl+Space, it ends up with the "No database connection is selected. Please select a connection in the Connection combo box in the editor toolbar." I assume is related to NETBEANS-189 SQL editor, shouldn't ask evertime to set the connection So assume these two may be related. What is the best approach to start on this? In the SQL Editor project, I find a number test cases like the one for select but I’m a little unclear of the flow for how key input ends up in the autocomplete logic and how to determines the tokens for use in that and where the check for the connection happens. Eric Bresie [email protected] -- Eric Bresie [email protected]
