[SOLVED] Some issues in Embedded Studio

  • Hello Segger Team,


    I found some issues in Embedded Studio.

    • The initializer list from a constructor is highlighted like a function:

      helloCounter(0) is not a function call, but a member variable initialization. To reproduce this, you must set the syntax highlight for functions:
      Tools --> Options --> Color Schemes --> Function
      to something flashy.
    • When searching in the *.emProject file from inside Embedded Studio “Find and Replace” window it is not possible to jump to the search results via Double-Click in the result -list.
    • This is more of a fun issue, when copying a text to a setting window of Embedded Studio it keeps the formatting. I recognized this when copying some compiler options from a website. It was barely readable because the font had nearly the same color as the background of the window. You can reproduce it by copying text from microsoft-word like shown in the screenshot.
      By the way. Why is there so much space wasted in the lower third of the window.

    Regards

  • Hello Segger Team,


    regarding the syntax highlighting of functions. The macros

    Code
    #if __has_include ("file.h”)
        #if defined (SOMETHING)

    and the attributes

    Code
    [[gnu::format(printf, 2, 3)]]

    are also highlighted like a function call.


    Regards

    Edited once, last by Masmiseim (May 31, 2023 at 5:55 PM).

  • Hello,

    Thank you for your inquiry.
    Which version of Embedded Studio are you using exactly?
    Do you see the same issues in the latest version as well?

    Best regards,
    Nino

    Please read the forum rules before posting.

    Keep in mind, this is *not* a support forum.
    Our engineers will try to answer your questions between their projects if possible but this can be delayed by longer periods of time.
    Should you be entitled to support you can contact us via our support system: https://www.segger.com/ticket/

    Or you can contact us via e-mail.

Participate now!

Don’t have an account yet? Register yourself now and be a part of our community!