Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [orion-dev] Minified Orion tooling editor

Hi Gorkem:
In the meanwhile I tried to reproduce your issue on my side. The only case I could reproduce it was to run the demo.html from my local file system.
If that is the case you want to host the demo page from your web server as there are 3 built-in plugins whose URL is relative to the main built-codeEdit.js.
If you don't have a web server running in hand you can quickly use orionhub.org by the steps below:
1. Sign in/up to orionhub.org
2. Create a folder, say "CodeEditDemo".
3. Create a subfolder, say "editorBuild".
4. Drag and drop the built-codeEdit.zip on to "editorBuild" and click on yes to "unzip the file".
5. Create a demo.html file and paste the contents i nthe example code from https://wiki.eclipse.org/Orion/How_Tos/Editor_Build.
6. Right click on demo.html and select "open with" -> "web browser".

I've tested it in orionhub.org and here is the screen cap.


Thanks,
Libing



From:        Libing Wang/Ottawa/IBM@IBMCA
To:        Orion developer discussions <orion-dev@xxxxxxxxxxx>
Date:        06/29/2015 12:37 PM
Subject:        Re: [orion-dev] Minified Orion tooling editor
Sent by:        orion-dev-bounces@xxxxxxxxxxx




Hi Gorkem:
Do you have a URL for the demo.html page that I can use to debug?


Thanks,

Libing




From:        
"Gorkem Ercan" <gorkem.ercan@xxxxxxxxx>
To:        
"Orion developer discussions" <orion-dev@xxxxxxxxxxx>
Date:        
06/26/2015 11:35 AM
Subject:        
Re: [orion-dev] Minified Orion tooling editor
Sent by:        
orion-dev-bounces@xxxxxxxxxxx




I have tried the steps and 3 of the plugins did not load for me my web
console was as follows

"Failed to load plugin:

file:../_javascript_/plugins/_javascript_Plugin.html"
built-codeEdit.js:3609:20
"Failed to load plugin:
file:../webtools/plugins/webToolsPlugin.html"
built-codeEdit.js:3609:20
"Failed to load plugin:
file:../plugins/embeddedToolingPlugin.html"
built-codeEdit.js:3609:20
--
Gorkem

On 25 Jun 2015, at 11:06, Libing Wang wrote:

> There is a new wiki section on how to consume it:
>
https://wiki.eclipse.org/Orion/How_Tos/Code_Edit#Using_the_Build
> The wiki section is still under construction but the example there is
> a
> fully run-able html. You can try it out with only 3 steps.
>
> Libing
>
>
>
> From:   John Arthorne/Ottawa/IBM@IBMCA
> To:     orion-dev <orion-dev@xxxxxxxxxxx>
> Date:   06/25/2015 01:50 AM
> Subject:        [orion-dev] Minified Orion tooling editor
> Sent by:        orion-dev-bounces@xxxxxxxxxxx
>
>
>
> One of the new features in Orion 9 is a new minified package that
> bundles
> the core Orion editor with the excellent new _javascript_ tools that
> bundle
> Tern, Esprima, etc. This allows you to quickly incorporate a powerful
> _javascript_ editor into any kind of web application. There will be a
> blog
> post coming out shortly with more details, but for now here is a quick
> note on where to find it. Go to the Orion download page for the latest
> stable build, e.g., Orion 9:
>
>
http://download.eclipse.org/orion/drops/R-9.0-201506191012/index.html
>
> Then select the download link for "Orion Editor With Language
> Tooling".
>
>
>
> There is more information on how to consume the Orion stand-alone
> editor
> components here:
>
>
https://wiki.eclipse.org/Orion/How_Tos/Editor_Build
>
> John_______________________________________________
> orion-dev mailing list
> orion-dev@xxxxxxxxxxx
> To change your delivery options, retrieve your password, or
> unsubscribe
> from this list, visit
>
https://dev.eclipse.org/mailman/listinfo/orion-dev
>
> [Attachment.gif]
> _______________________________________________
> orion-dev mailing list
> orion-dev@xxxxxxxxxxx
> To change your delivery options, retrieve your password, or
> unsubscribe from this list, visit
>
https://dev.eclipse.org/mailman/listinfo/orion-dev
_______________________________________________
orion-dev mailing list
orion-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit

https://dev.eclipse.org/mailman/listinfo/orion-dev

_______________________________________________
orion-dev mailing list
orion-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/orion-dev

Back to the top