I would like to disable embedded flags in VPE. Can this be done currently, or can this facility be added please?
The problem is that a leading "[" character is relatively common in the situation I am dealing with, so strings are sometimes not being output correctly. Users cannot simply enter "[[" instead because this would then corrupt non-VPE usage of this data (and is an unreasonable solution in any case).
Currently, I would have to parse every single string output by VPE looking for either a leading "[" or "[[" to ensure that it is interpretted correctly... which is clearly far from ideal. The fact that VPE is having to parse every single output string for this reason is bad enough...
"[" does seem to be too easy a trigger for emdedded flags - it effectively disables this standard keyboard character. I might have thought a 2 character trigger like "\[" - eg "\[codes]" - would have been more appropriate maybe?
Anyway, I'm looking for a global setting like "EMBEDDED_FLAGS_OFF" or "EMBEDDED_FLAGS_ON" to ensure correct output - and given that it is recommended NOT to use embedded flags anyway, OFF should perhaps be the default.
Thanks.