![]() |
Strange Happenings - Printable Version +- Forum (https://www.boriel.com/forum) +-- Forum: Compilers and Computer Languages (https://www.boriel.com/forum/forumdisplay.php?fid=12) +--- Forum: ZX Basic Compiler (https://www.boriel.com/forum/forumdisplay.php?fid=11) +---- Forum: Bug Reports (https://www.boriel.com/forum/forumdisplay.php?fid=15) +---- Thread: Strange Happenings (/showthread.php?tid=2625) |
Strange Happenings - zedex82 - 05-07-2025 I am not sure if this is just my laptop as I have just done a fresh install of ZXBasic Studio 1.5 and Boriel 1.18.1. I have noticed two things. 1. Any new file I create is not showing in the Project Explorer. I have to reload the project for them to appear 2. I have left all the colours in the Coding window as default so the main commands are shown in blue. When I type ENDIF it does not change to blue but remains white. The laptop I am using is a spare one (windows 10) that I take away with me and I have never installed ZXBasic Studio or Boriel before and I do not have my main laptop to check if it is the laptop or not. Thanks ZeD RE: Strange Happenings - boriel - 05-14-2025 Please, download latest ZXBasic Studio version as it contains some fixes (1.6.x). Try and let us know :-) RE: Strange Happenings - zedex82 - 05-15-2025 Thanks. I will grab this and see if it fixes things. I did check on my regular laptop with 1.5 and the issue with the Project Explorer did not happen and everything appeared as it should. This problem must have been an issue with my other laptop. ZeD RE: Strange Happenings - zedex82 - 05-23-2025 I have downloaded the latest version v 1.6.0-beta4 and loaded some of my work. I think i have found the reason why my elseif statements were not changing blue like all the other main commands. I have been typing 'ENDIF' which works but the correct way to type it in is 'END IF' with a space in between the two commands. Is it possible to make 'ENDIF' change to blue? Thanks RE: Strange Happenings - boriel - 05-23-2025 zedex82 Wrote:I have downloaded the latest version v 1.6.0-beta4 and loaded some of my work. Yes, will create a ticket for this. Thanks. |