ceylon-web-ide-backend
ceylon-web-ide-backend copied to clipboard
The Ceylon Web IDE
I've created a Web IDE file with several files (a README and several ceylon source files). When looking at the generated Gist, I noticed that not all the files are...
I tried to fetch the autocompletions at a blank space but nothing was shown. Instead a complete list of static functions should be listed out .(http://try.ceylon-lang.org/#). I've few suggestion to...
.. which goes to https://github.com/ceylon/ceylon-web-ide-backend/issues/
Since it as I recall was not possible to embed a direct Like button in the editor, perhaps add an indirect Like button that gives the gist link and instructions...
When I click on "connect", a blank browser tab opens with a url that includes a github api error: ``` http://try.ceylon-lang.org/githubauth?error=redirect_uri_mismatch&error_description=The+redirect_uri+MUST+match+the+registered+callback+URL+for+this+application.&error_uri=https%3A%2F%2Fdeveloper.github.com%2Fv3%2Foauth%2F%23redirect-uri-mismatch&state=xyz ```
I just get an "Internal Server Error". @quintesse WDYT, could we fix this?
Per https://github.com/ceylon/ceylon/issues/6284, and as shown by http://try.ceylon-lang.org/?gist=9b84d5688cef18c56bfa685efbedf3fd, a multi-byte character seems to upset the parser.
If you get an error, e. g. with [this program](https://try.ceylon-lang.org/?gist=e790415f606409e095d9) ``` ceylon assert (false); ``` the error message > ceylon.language::AssertionError "Assertion failed: false at main.ceylon (3:7-3:13)" refers to incorrect line...
1. Start from e.g. Hello World app in the Web IDE 2. Enable "Advanced" mode 3. Enter the following in the `modules.ceylon` file: ``` ceylon shared import ceylon.collection "1.2.0"; ```...