In FlashFXP v5.0 we introduced native Unicode support and this required replacing every visual control used in FlashFXP.
Also v4.x did not perform auto-complete. The replacement control used in v5.0 provided this awkward feature by default.
I was in a rush to get build 3776 tested and released and in the chaos I overlooked updating the text shown in the update dialog. I have since updated it.
There is currently an unsupported ini-only setting to enable FlashFXP to save and remember the raw command history.
Open FlashFXP.ini
Under the [main] section add the following
KeepRawCmdHistory=1
You can also set the max number of items to keep
KeepRawCmdHistoryMax=25
Code:
[main]
KeepRawCmdHistory=1
KeepRawCmdHistoryMax=25
This enables saving the command history and limits the number of items items to 25. To undo this operation simply remove the two lines from the FlashFXP.ini