You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added: ListView.BeginUpdate and ListView.EndUpdate for situations when adding many items during a bulk add.
Added: ListViewRow, ListViewColumn to the e EventArgs passed to certain ListView event handlers.
Added: Code to manipulate ListView Columns Text, Width, Alignment, Add, Insert, Remove, Clear for situations outside of the Form's Initialize event.
Fixed: Much faster deallocation of memory for large collections of items for controls like ListView and ListBox.
Fixed: ListView Click event now only fires once rather then three times when fired.
Fixed: freebasic_keywords.txt to remove duplicate entries (thanks cbruce).
Fixed: Regression fixed whereby compile would fail for source code files that have spaces in their full path filename. However, the problem still persists if your WinFBE installation folder contains spaces. Install WinFBE to locations with folder paths containing no spaces until a permanent fix can be found for this problem.