This is an automated email from the ASF dual-hosted git repository. matthiasblaesing pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/netbeans.git
commit 41483e923a6031aa9b2236cb9547209b955a53f8 Merge: 7796670016c 58817c3708a Author: Matthias Bläsing <[email protected]> AuthorDate: Thu Nov 21 19:00:45 2024 +0100 Merge pull request #7945 from matthiasblaesing/subword_completion Implement subword completion for SQL editor ide/db.sql.editor/nbproject/project.xml | 9 ++ .../modules/db/sql/editor/OptionsUtils.java | 25 +++- .../sql/editor/completion/SQLCompletionItems.java | 120 ++++++++--------- .../modules/db/sql/editor/resources/layer.xml | 18 +++ .../db/sql/editor/ui/options/Bundle.properties | 19 +++ .../sql/editor/ui/options/CodeCompletionPanel.form | 80 +++++++++++ .../sql/editor/ui/options/CodeCompletionPanel.java | 146 +++++++++++++++++++++ ide/options.editor/manifest.mf | 2 +- ide/options.editor/nbproject/project.xml | 1 + 9 files changed, 355 insertions(+), 65 deletions(-) --------------------------------------------------------------------- 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
