In July 2022, I moved all the postings from the BCX Editor topic that concerned Ian Casey's UNICODE version to its its own TOPIC. Unfortunately, during the move, I accidentally deleted Ian's original announcement of UBED, so hopefully this brief explanation will help. Ian's UNICODE BED editor differs from my version of BED in several ways. Besides a focus on UNICODE support, UBED provides project management, intellisense, updated compiling capabilities, and other changes. ~MrBcx~ From Ian Casey
June 13, 2021
Hi All,
I have updated my version.
Added a toolbar mostly from Doyles example.
Added "Goto Function/Declare" to context menu in scintilla control. Takes you to the start of your user function or declare line, a return option is then available.
Added a start to intellisence - Hints , autocomplete is not working but I left the code in there if anyone wants to try to fix it.
Hints will show the needed syntax when a BCX keyword is typed. It needs non alpha character at the end to show the Hint. i.e. lof( - displays lof || size = lof(file)
Show Keywords Hints is toggled on/off in the View menu.
Added "Show current decription" to the context menu, click on the keyword, a selection will not work.
I stole the descriptions and syntax from the help file, thanks Robert.
Added color themes to config. The colors are not great but its a start, also a user theme is available, use to save your favorite colors. This can be different from current colors. If you have a set of colors I could add a theme to future versions.
Known bug: Search combo box does not accept ctrl-v to paste but the context menu Paste does work.
Executable:
https://bcxbasiccoders.com/bcxusers/ian/programs/Bed-idc.zipSource:
https://bcxbasiccoders.com/bcxusers/ian/programs/Bed-source-idc.zip