editor icon indicating copy to clipboard operation
editor copied to clipboard

The codemirror 6 editor for CIE spec Pseudocode

Results 14 editor issues
Sort by recently updated
recently updated
newest added

You cannot assign a negative value to a constant. For example: ```pseudo CONSTANT DOES_NOT_COMPILE = -2 // Does not compile ```

bug

If you try to assign an `INTEGER` literal to a variable of type `REAL`, the program will silently crash. For example: ```pseudo DECLARE Pi : REAL Pi

bug

TYPE Person DECLARE FirstName : STRING DECLARE LastName : STRING DECLARE FavFood : STRING DECLARE Age : INTEGER ENDTYPE DECLARE Persons : ARRAY [1:10] OF Person This line does not...

Can i remove the BREAK key word from the CASE structure since it is not required in the Cambridge pseudocode guide. If yes what are the changes that i need...

There are some severe issues from an accessibility standpoint regarding almost all interactive elements such as buttons, inputs, and dropdown items. First of all, since for some reason you guys...

enhancement
Design

On mobile, the run button is on the top left corner. This makes it pretty hard to reach, especially on large devices. Considering that the run button is one of...

enhancement
good first issue
Design

For hierarchy purposes, the "Appearance" header in this modal should look like a header – meaning a bigger font size, potentially font weight, etc. The checkboxes also look oversized compared...

enhancement
Design

The delete file modal could be made more intuitive: - The icon looks like Window's BSOD, which I don't think is appropriate in this case since you're simply deleting a...

enhancement
Design

Add Code Lining ## Expected Behaviour `DECLARE num1 AS STRINGOFTEXT` `STRINGOFTEXT` should be underlined to show that this is not a correct datatype ## Actual Behavior Not yet implemented

enhancement
Holding
codemirror

Shortcuts to Add: - [x] mod + S - Save File - [x] mod + O - Open File - [ ] mod + N - New File - [...

enhancement
codemirror