• Dear Cerberus X User!

    As we prepare to transition the forum ownership from Mike to Phil (TripleHead GmbH), we need your explicit consent to transfer your user data in accordance with our amended Terms and Rules in order to be compliant with data protection laws.

    Important: If you accept the amended Terms and Rules, you agree to the transfer of your user data to the future forum owner!

    Please read the new Terms and Rules below, check the box to agree, and click "Accept" to continue enjoying your Cerberus X Forum experience. The deadline for consent is April 5, 2024.

    Do not accept the amended Terms and Rules if you do not wish your personal data to be transferred to the future forum owner!

    Accepting ensures:

    - Continued access to your account with a short break for the actual transfer.

    - Retention of your data under the same terms.

    Without consent:

    - You don't have further access to your forum user account.

    - Your account and personal data will be deleted after April 5, 2024.

    - Public posts remain, but usernames indicating real identity will be anonymized. If you disagree with a fictitious name you have the option to contact us so we can find a name that is acceptable to you.

    We hope to keep you in our community and see you on the forum soon!

    All the best

    Your Cerberus X Team

noBug TED: Underscores hidden when 'Caret Row' option enabled (Linux)

Paul59

Active member
CX Code Contributor
Joined
Dec 13, 2018
Messages
384
In the example code:

Cerberus:
    Method New(_itemName:String)
        itemName = _itemName
    End

  • if I position the cursor on the first line, the underscore in _itemName is invisible
  • if I position the cursor on the second line, the underscore in _itemName is invisible on both lines
  • if I position the cursor on the last line (End), the underscore in _itemName is visible on the first line but not on the second.
This is on Linux Mint 64 bit.

Not a big deal (especially as major changes to Ted have been discussed), I just turned off row highlighting but if the fix is simple it might be worth doing :D
 
Just noticed that underscores are also invisible when parenthesis matching is active. For example when the cursor is to the right of the left bracket or to the left of the right bracket here...

Cerberus:
If KeyHit(KEY_LEFT)
 
It does not happen here :| (Linux Lubuntu 32bits)
I use the Dark combination. I have tried others and I have not noticed anything strange either.
Any screenshot to see?
R.-

PS: In the end I changed and stayed with Night :D. Nothing strange to report
 
Last edited:
OK, maybe this issue has been fixed somewhere along the line as I only see it when using the previous version of CX on my laptop. With the the latest Ted ( V2019-05-04) on my desktop machine it doesn't happen. Both are Linux Mint 64 bit so I guess it is the version I have installed on the laptop.
 
Back
Top Bottom