Hello Segger Team,
may I suggest some improvements to EmbeddedStudio.
may I suggest some improvements to EmbeddedStudio.
- The Call-Stack shows only pure function names. Could you also add the namespace and class-name of member-functions? In C++ the pure function name is not unambiguous. The same identical name can be used in multiple namespaces and classes and it is quite common to have identical names.
Therefore the Call-Stack is not immediately recognizable when only function names are shown and would be more descriptive with additional information’s. - Same is true for the Watch Window when adding the Variable via “Add to Watch”. Only the Name of the variable is shown. No class/struct-name or namespace. In the result of this, no Variables with the same name in different classes/structs or namespaces can be watched simultaneously, except the context is added manually.
- Is there any particular reason why the replace functionality in the ‘Find And Replace’ Dock is deactivated for every setting except ‘Current Document’ and ‘All Open Documents’?
Please provide it for all settings. - Many people including myself prefer it to work in a Dark-Mode. Therefor thanks for providing such a mode. However, it seems like many Icons are not adapted to this mode and are not good recognizable. Compare for example the Menus Edit -> HTML Formatting.