Wayne truly was a great asset to the community. Many thanks for letting us know. May he RIP.
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Show posts MenuQuote from: jbk on August 29, 2022, 07:21:18 AM
hello MrBcx
I like the calltips, they can be helpful reminders, but I seldom find autocomplete useful, more often than not they are nuisance and an obstacle to my typing
Quote from: MrBcx on August 03, 2022, 01:53:45 PMQuote from: Ad_Rienks on August 03, 2022, 10:01:34 AM
MrBcx,
There are some features, that would be nice if they were added:
- first an option for word-wrap, that can be set on or off; maybe also a maximum line length.
- second, although not so important IMHO: bracket-colourizing, as in VSCode.
(Not so important in Basic sources; it is more applicable in JavaScript f.i.)
Ad
Ad - I'm really glad you brought the subject of bracket-colourizing because up to
this time, I had completely overlooked that Scintilla's VB lexer ( which BCX uses in a modified form )
was preventing square brackets from colorizing correctly. I isolated the code in the Scintilla VB lexer
and made the necessary change. The attached image shows it working in BCX now.
Thanks for the help!