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 0f93825f751 #9273: Setting NETBEANS_USERDIR=IGNORE shall use
netbeans_default_userdir
add 910ba08d3cf Improve goto declaration for ResourceBundles in JSF files
and improve rendering
new 3d8a91db6b2 Merge pull request #9177 from NicolaIsotta/el-bundles
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:
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 | 34 ++-
.../el/completion/resources/propertiesLocale.svg | 37 ++-
.../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 | 34 ++-
.../web/jsf/editor/resources/propertiesLocale.svg | 37 ++-
.../jsf/api/editor/JSFResourceBundlesProvider.java | 77 +++---
.../netbeans/modules/properties/propertiesKey.svg} | 34 ++-
.../modules/properties/propertiesLocale.svg} | 37 ++-
16 files changed, 569 insertions(+), 175 deletions(-)
copy ide/team.commons/build.xml =>
enterprise/web.el/src/org/netbeans/modules/web/el/completion/resources/propertiesKey.svg
(55%)
copy ide/team.commons/build.xml =>
enterprise/web.el/src/org/netbeans/modules/web/el/completion/resources/propertiesLocale.svg
(51%)
copy ide/team.commons/build.xml =>
enterprise/web.jsf.editor/src/org/netbeans/modules/web/jsf/editor/resources/propertiesKey.svg
(55%)
copy ide/team.commons/build.xml =>
enterprise/web.jsf.editor/src/org/netbeans/modules/web/jsf/editor/resources/propertiesLocale.svg
(51%)
copy ide/{team.commons/build.xml =>
properties/src/org/netbeans/modules/properties/propertiesKey.svg} (55%)
copy ide/{team.commons/build.xml =>
properties/src/org/netbeans/modules/properties/propertiesLocale.svg} (51%)
---------------------------------------------------------------------
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