[
https://issues.apache.org/jira/browse/BROOKLYN-166?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14946729#comment-14946729
]
ASF GitHub Bot commented on BROOKLYN-166:
-----------------------------------------
Github user azbarcea commented on a diff in the pull request:
https://github.com/apache/incubator-brooklyn/pull/865#discussion_r41380989
--- Diff: usage/jsgui/src/main/webapp/assets/js/config.js ---
@@ -48,6 +50,15 @@ require.config({
"zeroclipboard":"libs/ZeroClipboard",
"js-yaml":"libs/js-yaml",
+ "codemirror":"lib/codemirror",
--- End diff --
this is true. This is the reason I put ```addon```, ```mode``` in the lib,
and not in the codemirror folder. I tried modifying the ```config.js``` as
explained in doc but it didn't work.
Let me know if it works for you ...
> 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)