This is an automated email from the ASF dual-hosted git repository.

matthiasblaesing pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/netbeans.git


    from 7796670016c Merge pull request #7973 from mbien/fix-switch-hint-ioobe
     add 58817c3708a Implement subword completion for db.sqleditor
     new 41483e923a6 Merge pull request #7945 from 
matthiasblaesing/subword_completion

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 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(-)
 create mode 100644 
ide/db.sql.editor/src/org/netbeans/modules/db/sql/editor/ui/options/Bundle.properties
 create mode 100644 
ide/db.sql.editor/src/org/netbeans/modules/db/sql/editor/ui/options/CodeCompletionPanel.form
 create mode 100644 
ide/db.sql.editor/src/org/netbeans/modules/db/sql/editor/ui/options/CodeCompletionPanel.java


---------------------------------------------------------------------
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

Reply via email to