Skip to content

WinFBE Version 1.9.8

Compare
Choose a tag to compare
@PaulSquires PaulSquires released this 08 Nov 19:29
· 145 commits to master since this release
  • Added: ListView ItemSelectionChanged event.
  • Added: ListView ColumnClick event.
  • 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.