Alexandru Zbarcea

Results 22 comments of Alexandru Zbarcea

- drag ![brooklyn-drag-01](https://cloud.githubusercontent.com/assets/661912/10235625/317249d4-689e-11e5-8484-558210a4538a.png) - drop ![brooklyn-drag-02](https://cloud.githubusercontent.com/assets/661912/10235623/316f0580-689e-11e5-8019-028d35a5b861.jpg) - the _code editor view_ is now persistent ![brooklyn-drag-03](https://cloud.githubusercontent.com/assets/661912/10235624/317129a0-689e-11e5-985a-15e49e6f00b3.jpg) The following known issues: - the drop event will paste the JSON format and not...

What I meant, is a Brooklyn Blueprint parser, based on js-yaml. The context belongs to CAMP semantics. What is your thought?

some more example how it should happen when you do drop ... ``` yaml # Please add your blueprint here services: - type: org.apache.brooklyn.entity.database.mariadb.MariaDbNode # broklyn.config: # - activemq.brokerName: localhost...

Please take a look at the String you want to parse, stringify. It needs to be a valid JSON first. Either we modify the REST or we fix it in...

Testing from `usage/dist/target/brooklyn-dist/brooklyn/bin/brooklyn launch` doesn't work. Tested with ``` shell org.apache.brooklyn.rest.jsgui.BrooklynJavascriptGuiLauncher -agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=5005 ``` I'll take a look at what's missing, tomorrow

@ahgittin - I will take a look to the bug. Also keep in mind that is not integrated in all the views, neither the _events_ aren't propagated. @tbouron, is there...

@ahgittin, @CMoH - fixed CodeMirror integration. Please review. I look forward to your feedback.

I cannot move `lib/codemirror.js`,`addon/*` to `libs/codemirror` folder, see explanation above ...