Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-09-16 | Bugfix: console must not collapse spaces. | Aleš Smodiš | |
2015-09-15 | Bugfix: leftmostCol was not correctly referenced. | Aleš Smodiš | |
2015-09-15 | Augmenting the console: | Aleš Smodiš | |
- implemented the support of the leftmostCol, the column from which the editing is allowed, - the onInput() handler can return a Promise, which is then waited on to be resolved before further input is allowed, - pasted multi-line content is split into lines, and processed line-by-line as if a single line was pasted multiple times. | |||
2015-09-15 | Remove the old code: old communication, separate prolog and python pages. | Aleš Smodiš | |
2015-09-14 | Implemented async delivery of server events. | Aleš Smodiš | |
Fixed center alignment: only the login page needs to be centered. | |||
2015-09-14 | Reimplemented communication with the server. | Aleš Smodiš | |
* Using engine.io to use web sockets or long polling. * Changed to a single-page app. | |||
2015-09-04 | Initial Python intepreter implementation | Timotej Lazar | |
Using the new codeq.console library. | |||
2015-09-03 | Fix scrolling and line-breaking in CodeQ console | Timotej Lazar | |
2015-09-02 | Bugfixed CodeQ Console, loaded it from prolog.html, added CSS and cursor ↵ | Aleš Smodiš | |
blinking. | |||
2015-09-01 | Send the language as a request parameter | Timotej Lazar | |
2015-09-01 | Bugfix terminal: cursor movement on input. | Aleš Smodiš | |
2015-08-31 | Implemented the CodeQ Terminal component, alpha quality (to be tested and ↵ | Aleš Smodiš | |
debugged). | |||
2015-08-31 | Get problem data for all languages in login.js | Timotej Lazar | |
2015-08-28 | Add initial support for hints | Timotej Lazar | |
2015-08-27 | Add testing functionality | Timotej Lazar | |
2015-08-26 | Fixed sending of activities (traces and solutions). | Aleš Smodiš | |
2015-08-25 | Work on sending activity trace. | Aleš Smodiš | |
2015-08-25 | Login now fetches the list of available problems from the server. | Aleš Smodiš | |
Made the query work, so terminal interaction now works. | |||
2015-08-24 | Introduced the Q promises library, created a basic login page to test prolog ↵ | Aleš Smodiš | |
examples, and started tying the terminal and editor activity to the REST services. |