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 3d8a91db6b2d7226e9eab19dad1e6cfc18a19651 Merge: 0f93825f751 910ba08d3cf Author: Matthias Bläsing <[email protected]> AuthorDate: Fri Mar 20 17:24:13 2026 +0100 Merge pull request #9177 from NicolaIsotta/el-bundles EL: improve resourcebundles handling enterprise/web.el/nbproject/project.properties | 2 +- .../modules/web/el/ELOccurrencesFinder.java | 18 +- .../netbeans/modules/web/el/ResourceBundles.java | 300 ++++++++++++++++----- .../web/el/completion/ELCodeCompletionHandler.java | 15 +- .../ELResourceBundleKeyCompletionItem.java | 2 +- .../web/el/completion/resources/propertiesKey.svg | 51 ++++ .../el/completion/resources/propertiesLocale.svg | 54 ++++ .../modules/web/el/hints/ResourceBundleKeys.java | 2 +- .../web/el/navigation/ELDeclarationFinder.java | 90 ++++--- .../web/el/navigation/ELHyperlinkProvider.java | 12 +- .../modules/web/el/spi/ResourceBundle.java | 13 +- .../web/jsf/editor/resources/propertiesKey.svg | 51 ++++ .../web/jsf/editor/resources/propertiesLocale.svg | 54 ++++ .../jsf/api/editor/JSFResourceBundlesProvider.java | 77 +++--- .../netbeans/modules/properties/propertiesKey.svg | 51 ++++ .../modules/properties/propertiesLocale.svg | 54 ++++ 16 files changed, 695 insertions(+), 151 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
