ceylon-web-ide-backend
ceylon-web-ide-backend copied to clipboard
The Ceylon Web IDE
The one really disappointing thing about the Web IDE right now is the inability to navigate to a declaration. We should add a new keyboard shortcut that takes me to...
Show "Star" button with counter which is just a proxy for the gist Star button to allow showing appreciation for awesome Ceylon Web IDE projects :)
Allow files with any extension, render as .txt file if unknown extension. Currently if I add a e.g. foo.pl file to the gist, it does not show in the Web...
It would be nice if "Save as" would register the new gist as a fork of the original gist (if the project was based on another gist). Related to #90.
If I as a logged-in user go to http://try.ceylon-lang.org/ then apparently a project that hosts the introduction README.md is opened. Symptoms: If I create a new ceylon file and then...
http://try.ceylon-lang.org/?gist=68e5d39b0743e1e81a3c ``` ceylon dynamic f()=>0; ``` Place your cursor between the `f` and the `(`, or between the `(` and the `)`. Press Ctrl+D. > An error occurred while retrieving...
If the github API for loading gists is not available for whatever reason when the page loads, it becomes unusable. There should be some failover in this case to allow...
It's total nonsense that we're writing this in The Worst Programming Language Ever when we we have a whole programming language that runs on both client and server side and...
We need examples for: - Constructors - `let`, `if`, `object`, `switch` expressions - Destructuring - flow typing in `else` blocks - use-site variance whatever else 1.1.1 brings.
Instead of #44, we could just pull the API doc straight from Herd and display it in the doc popup.