Update v6.03.2[Debugger Error] SelectElement(): SelectElement(): index value can not be negative.
[Debugger Error] File: /home/pi/Documents/PB603/purebasic/PureBasicIDE/AutoComplete.pb (Line: 1621)
- Remove AutoComplete_Redraw (FlushEvents)
- Caused a recursive call of AutoComplete_WordUpdate sporadically (Probably and not detectable, but no crash of the IDE anymore)
Solution into Common.pb: (Not elegantly solved)Warning: Gtk (CRITICAL): gtk_widget_set_size_request: assertion 'width >= -1' failed
- Limit ResizeGadget width and height as macro
Link GitHub: https://github.com/fantaisie-software/p ... c/pull/255