Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

multi-line function header in C makes function undeclared on bottom of IDE #1662

Open
lukensmall opened this issue Oct 26, 2017 · 4 comments

Comments

@lukensmall
Copy link

If there are multiple lines in:
int func( int a,
int b)
{

}
, then if you click on the body of the function it will have "scope: unknown" at the bottom of the IDE instead of "scope: func"

@elextr
Copy link
Member

elextr commented Oct 26, 2017

Works in current git version of Geany, what version are you using?

@lukensmall
Copy link
Author

1.29 on openbsd 6.2 amd64, which is the newest release on october 9th and was that way on version 6.1

@elextr
Copy link
Member

elextr commented Oct 26, 2017

Geany 1.29 was Nov 14th 2016, last release was 1.31 July 2017. IIRC that problem was fixed fairly recently.

@lpaulsen93
Copy link
Contributor

I cannot re-produce it, seems to be fixed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants