WinFBE Suite 1.9.2-beta1 (April 24, 2019)

Started by Paul Squires, April 24, 2019, 07:23:43 PM

Previous topic - Next topic

Paul Squires

WinFBE uses a very simple algorithm to determine if it should add an ending statement to a flow statement. It is all found in the AutoInsert.inc source code file. If anyone can suggest a way to improve and make the process better then certainly please let me know. The current approach is certainly not extremely smart but it works okay in most situations.
Paul Squires
PlanetSquires Software

raymw

Other ides for other languages, languages that have loops etc with {} often match the { with its} highlighting them both, as you scroll down through the program listing. I don't know if that would be possible in win fbe. Have a flag in the loop opening statement which is set when closing statement made, do not add another closing statement if flag set.