We would like to build a community for Small Basic programmers of any age who like to code. Everyone from total beginner to guru is welcome. Click here to register and share your programming journey!


Thread Rating:
  • 1 Vote(s) - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
SB-Prime variable intellisense
#12
Lots to digest there.

1] When a variable is found, it is not later deleted even if you delete all occurences in your code - this is expected behavior (maybe not what you expect, but it is how the code works).  New variables are checked for on any line that has been added/changed after the caret moves to a different line.  The list of found variables just grows for each program window i.e. the entire file is not parsed continually.  As Z-S observed, if a program is copied to a new window or saved and re-opend, then the entire file is parsed and only variables present are added to the list for that window.

2] AB (post 8), I cannot reproduce this

3] Scout (post 9) not sure if this is covered by point 1.  

I tried using /l:de-de and cannot see anything that isn't consistent with the rules I described.  Its hard sometimes to distinguish between what someone expects to happen and what I know know the code is doing.

   
Reply


Messages In This Thread
RE: SB-Prime variable intellisense - by litdev - 04-26-2024, 08:30 AM
RE: SB-Prime variable intellisense - by Scout - 04-26-2024, 09:45 AM
RE: SB-Prime variable intellisense - by Scout - 04-26-2024, 09:48 AM
RE: SB-Prime variable intellisense - by z-s - 04-26-2024, 10:34 AM
RE: SB-Prime variable intellisense - by litdev - 04-26-2024, 11:16 AM
RE: SB-Prime variable intellisense - by Scout - 04-26-2024, 01:21 PM
RE: SB-Prime variable intellisense - by litdev - 04-26-2024, 04:01 PM
RE: SB-Prime variable intellisense - by Scout - 04-26-2024, 04:36 PM
RE: SB-Prime variable intellisense - by litdev - 04-26-2024, 05:14 PM
RE: SB-Prime variable intellisense - by litdev - 04-26-2024, 06:11 PM
RE: SB-Prime variable intellisense - by Scout - 04-26-2024, 07:51 PM
RE: SB-Prime variable intellisense - by litdev - 04-26-2024, 07:55 PM
RE: SB-Prime variable intellisense - by Scout - 04-26-2024, 08:36 PM
RE: SB-Prime variable intellisense - by litdev - 04-26-2024, 08:41 PM
RE: SB-Prime variable intellisense - by z-s - 04-28-2024, 03:00 PM
RE: SB-Prime Bugs And Error - by litdev - 04-25-2024, 09:32 PM
RE: SB-Prime Bugs And Error - by AbsoluteBeginner - 04-26-2024, 05:06 AM
RE: SB-Prime Bugs And Error - by z-s - 04-26-2024, 07:28 AM

Forum Jump:


Users browsing this thread: 7 Guest(s)