Bug? 2.71 IDE Problem

mjtaryan

Active Member
Licensed User
Longtime User
I created a copied the DraggableView class code and created a class module into which I pasted the code in order to test it to better understand how it works.

When I did this many of the IDE features ceased to work. Some examples are:
  • Color coding changed such that only certain keywords (i.e. those directly related to the language such as "Sub" and "End Sub") retained their color. Everything else (i.e. variable and view names) were color-coded as "error" or "unknown" (red).
  • Dropdown lists of properties for defined entities (i.e. variables and views) when typing a dot often no longer appeared.
  • Tooltips (i.e. those that appear when entering a call to a Sub followed by "(" ) no longer appeared.
I restarted b4a and the problem self corrected, but I thought I'd still report the issue. Thanks.
 
Top