[
https://issues.apache.org/jira/browse/BROOKLYN-166?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14978687#comment-14978687
]
ASF GitHub Bot commented on BROOKLYN-166:
-----------------------------------------
Github user sjcorbett commented on a diff in the pull request:
https://github.com/apache/incubator-brooklyn/pull/865#discussion_r43279276
--- Diff: usage/jsgui/src/main/webapp/index.html ---
@@ -26,6 +26,10 @@
<title>Brooklyn JS REST client</title>
+ <link rel="stylesheet" href="/assets/css/codemirror.css">
+ <link rel="stylesheet" href="/assets/css/addon/hint/show-hint.css">
+ <link rel="stylesheet" href="/assets/css/complete.css">
--- End diff --
+ these files should not be referenced here. They should be included in
[styles.css](https://github.com/apache/incubator-brooklyn/blob/master/usage/jsgui/src/main/webapp/assets/css/styles.css)
so that they can be concatenated into one file at build time.
> Use a feature rich yaml editor
> ------------------------------
>
> Key: BROOKLYN-166
> URL: https://issues.apache.org/jira/browse/BROOKLYN-166
> Project: Brooklyn
> Issue Type: Improvement
> Reporter: Hadrian Zbarcea
> Fix For: 0.8.0
>
>
> Brooklyn would benefit from a feature rich editor that would give a user more
> feedback on what is possible when editing a camp blueprint.
> The best candidate is imho codemirror, used by many apps, including swagger.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)