Search Results
Search results 1-20 of 65.
This site uses cookies. By continuing to browse this site, you are agreeing to our Cookie Policy.
-
Hello Segger Team, just like to let you know. In the Embedded Studio editor, the small arrows next to the scrollbar are missing in dark mode: forum.segger.com/index.php/Attachment/5969/ You seem also to have problems with Unicode Character or at least with German Umlaute in the terminal emulator properties. forum.segger.com/index.php/Attachment/5967/ I think the arrow in the selection box is also missing. Regards
-
Hello Segger Team, Code-Folding is not working together with rectangle-selection. It is doing strange things. For reproduction: - open a big source-code file - fold a code section - make a rectangle selection below the folded code section - start typing Tested with Embedded Studio 7.30 One more thing. Embedded Studio can analyte source-code files with Clang-Tidy by right-clicking on the code-file and selecting “Analyze”. Clang-Tidy does support checking of header-files, but the command-entry is …
-
Hello Segger Team, I found some issues in Embedded Studio. - The initializer list from a constructor is highlighted like a function: forum.segger.com/index.php/Attachment/5585/ 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 po…
-
Hello Nino, thanks for the update. Regards.
-
Hello Nino, I was wrong, the problem with the incomplete doxygen tag is still available. I had a typo in my testcode. Regards
-
Hello Nino, the problem with the incomplete doxygen tag seems to be fixed with Embedded Studio version 7.12a. I can't reproduce it anymore. I had mentioned the problem with the doxygen syntax highlighting again since it was in the same area as the incomplete tags. Came up right away If it's a limitation of the framework you're using, I guess there's not much you can do about it. ☹ I created a simple project for code outlining. Open the SayHello.h file and check the code outline. If you remove th…
-
Hello Segger Team, do you need any additional information to reproduce this? Regards
-
Hello Segger team, one more thing: Code Outline seem not to work correctly when namespaces are used in header files. Everything below and after the top namespace is ignored. Source files seem to be okay. Regards
-
Hello Segger Team, Embedded Studio does syntax highlighting in doxygen comments which is very helpful, but sadly not all variations are working: forum.segger.com/index.php/Attachment/5399/ Could you add the syntax-highlighting also for the other variants? In addition, when a doxygen tag is incomplete, the end of the commend is not detected correctly for syntax highlight: forum.segger.com/index.php/Attachment/5398/ You can drag n’drop code files out of the Embedded Studio main Window, which creat…
-
Hello Segger Team, an automatic quality check during dev-ops processes is nowadays quite standard. Sadly, Embedded Studio does not work together with SonarQube which is one of the major tools for static code/program analysis. SonarQube adds a build-wrapper to monitor the calls to the compiler and does an analysis based on this information over the code. GCC and CLANG is supported out of the box, but it does not work in Embedded Studio because it does not use the frontend but calls directly inter…
-
Hello, I have some feedback for Embedded Studio: - The syntax highlighting of the digit separated numbers looks wrong: forum.segger.com/index.php/Attachment/4983/ Could you fix that? - Embedded Studio does syntax highlighting in doxygen comments which is very helpful, but sadly not all variations are working: forum.segger.com/index.php/Attachment/4984/ Why is only the second variant highlighted, could you add the syntax-highlighting also for the other variants? - By the way, could you add syntax…