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.
Hello! It looks like you're interested in this conversation, but you don't have an account yet.
Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.
With your input, this post could be even better 💗
Register Login