TRSE icon indicating copy to clipboard operation
TRSE copied to clipboard

Turbo Rascal Syntax Error full repo

Results 71 TRSE issues
Sort by recently updated
recently updated
newest added

This is necessary for AppImage but could be useful for other things too. The idea is to allow TRSE to build from a read-only directory. What is blocking is that...

enhancement
Low Priorty

There are 5 issues described and it is important to observe them occurring before fixing any of them because most seem to be related to the same core issue and...

When creating a new TRT file on Windows, it is opened in the editor and '/' forward slashes are used for folders: ![image](https://user-images.githubusercontent.com/710401/110950109-565a4e00-833b-11eb-872c-5ded42987eda.png) Save it and go to the file...

An example will be worth hundred words: ``` smallfloat_add_f1_zero: ld ix, [SmallFloat_f2] ld a,(ix) ld(iy), a ld a,(ix+1) ld(iy+1), a jr smallfloat_add_finished smallfloat_add_f2_zero: ld ix, [SmallFloat_f1] ld a,(ix) ld(iy), a...

If you try to use printstring() to display some of the characters, it will not display them all. Here is an example printstring("!@#$%^&*()-=_+[]:;?,./~",0,40); Many of the character will not be...

The headings are too big and don't line up with the data on Windows: ![image](https://user-images.githubusercontent.com/710401/110951321-d7661500-833c-11eb-94d1-bd263303c5cc.png)

Not able to see/use the vertical scrollbars on Windows. The rows are cut off here and no scrolling possible. Mouse wheel or cursor keys also have no effect. ![image](https://user-images.githubusercontent.com/710401/110951071-881fe480-833c-11eb-9152-95de2afeea3d.png) When...

The Vic and 64 have a multi-colour character mode. The two editors in TRSE that support this are the Character and Level editors. When these editors are in this mode,...

To avoid confusion, the Vic 20's Border colour dropdown needs to be restricted to colours 0-7 as these are the only valid values allowed. ![image](https://user-images.githubusercontent.com/710401/109809153-e1429680-7c1f-11eb-8a3c-66b1a64f6b57.png) ![image](https://user-images.githubusercontent.com/710401/109809177-ea336800-7c1f-11eb-902a-230a2148f9c1.png) Note: The C64 is...

I have the AUX colour set to $09. Drawing with the multicolour free brush, the 8 available colours come out as follows: ![image](https://user-images.githubusercontent.com/710401/109782894-4fc42c00-7c01-11eb-9c6d-e78fd4eac328.png) The White multicolour comes out as a...