I am getting an error that I assume is related to the code in a single program being too long. The error text is likely based on some internal renumbering because it does not match the numbering of my code.
The error text is:
“Program code larger than 2000 in line 850”
I assume it is there to tell a person at what point to cut the code but without the correct line numbers it is confusing.
It would make sense to compile the whole program but generate an error indicating that the program cannot fit in the program slot on the device.
1 Like
We need an auto renumber command to help keep the numbering straight, our team will work on that.
The error message will be changed “Program code size is over the 2000 bytes maximum”
1 Like
I have raised the following in Github to capture the different issues we have encountered with the compiler.
opened 07:59PM - 16 Jun 23 UTC
In the latest release as of today, the T3000 compiler window has the following i… ssues that were raised previously in the forums. I am raising here to improve the tracking for the following issues with the compiler window:
1) the compiler window cannot be resized meaning that on laptops, content gets cut off making development more difficult. The compiler window should be resizable.
2) only 1 compiler window can be open at a time which makes comparing code in different subprograms difficult
3) in the compiler window, when the settings colors are changed, the text goes to one color and is not updated with the new color selections
4) there is no compile button and no active compile indicator so sometimes it is unclear if the current content successfully compiles or not
5) the line numbers of the content are changed when the content is compiled meaning that organization of the code is harder to follow - line numbering serves as a way to put code into blocks for easier reading and the line numbering should be retained.
6) when the code is compiled, the window scroll position jumps making it confusing to follow where you as a programmer are working in the file
7) when the Save button is clicked, the name of the existing file is not shown by default. We have overwritten files accidently several times because we had to choose the file each time we saved.
8) there should be both a 'Save' and 'Save As' like standard windows programs so that a person can quickly save their work without having to pick a file. Only the 'Save As' or during a new file save would the user be asked for the file name,
9) if a program is too long, it should still compile the whole program to indicate all the errors and then also include an error about the program being too large.
Fan_Du
June 19, 2023, 6:39am
4
Thank you for your feedback, we can implement the important fixes and features. Some which are ‘nice to have’ but a little comlex to implement will be on the list.
1 Like