Robert Munteanu created SLING-4191:
--------------------------------------
Summary: Support resolving JSP scripts from the repository
Key: SLING-4191
URL: https://issues.apache.org/jira/browse/SLING-4191
Project: Sling
Issue Type: New Feature
Components: IDE
Reporter: Robert Munteanu
Fix For: Sling Eclipse IDE 1.1.0
A common pattern in Sling applications is to define several taglibs and imports
in a globally included file and reference it from all JSPs, e.g.
{code}<%@include file="/libs/foundation/global.jsp"%>{code}
These files aren't part of the project checkout so the JSP editor will raise an
error and is not able to provide auto-completion based on that global.jsp file.
We should be able to load these files from the repository, although it remains
to be seen what we can do that:
- is fast
- stays in sync with changes in the repository initiated from other sources
- has an a well-defined and intuitive behaviour when the repository is not
available
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)