FunctionList doesn't recognise a c function with comment
- 
 Hi. Any function with comment like this is not recognized in the functionlist-window: void Init_Hardware(void) 
 {/* initializes all hardware */
 … Source-Code
 }Is there a patch available for functionList.xml? Also: FunctionList does not highlight the current c function based on the cursor position. It’s a very important feature… 
- 
 Make sure there is a character (e.g. newline, space) between the opening/left curly bracket and the slash. void Init_Hardware(void) { /* initializes all hardware */ ... Source-Code } void Init_Hardware(void) { /* initializes all hardware */ ... Source-Code }See also the issues #344, #1023, #1657 and #2712 on GitHub. See feature request #715 on GitHub as to highlighting current active function.