IDE keyword bug

General discussion on mikroBasic PRO for PIC32.
Post Reply
Author
Message
ilferrari
Posts: 195
Joined: 18 Nov 2013 09:09

IDE keyword bug

#1 Post by ilferrari » 10 Aug 2016 09:30

Hi, a small IDE bug I noticed using MB PIC32. The editor does not highlight "break" and "continue" as keywords.

User avatar
biljana.nedeljkovic
mikroElektronika team
Posts: 1043
Joined: 30 Jun 2015 15:15

Re: IDE keyword bug

#2 Post by biljana.nedeljkovic » 11 Aug 2016 10:11

Hello,

I have consulted with our Software developers. We have used the same principle in our Basic and Pascal compilers as in Delphi.

So we haven't highlighted "break" or "continue", because the same words can be used as standard variables, not only as keywords, for example:

Code: Select all

var 
 continue: integer;
begin
 continue := 11;
end;
I will report this as an enhancement to our development team and they will discuss whether to leave it this way or change to keywords only.
Thank you for reporting it.

Kind regards,
Biljana

Post Reply

Return to “mikroBasic PRO for PIC32 General”