Bug 298485 - Struct type does not autocomplete at definition of a function
Summary: Struct type does not autocomplete at definition of a function
Status: CONFIRMED
Alias: None
Product: kdevelop
Classification: Applications
Component: Language Support: CPP (old) (other bugs)
Version First Reported In: 4.3.60
Platform: Arch Linux Linux
: NOR minor
Target Milestone: ---
Assignee: kdevelop-bugs-null
URL: http://www.subirimagenes.com/privadas...
Keywords:
Depends on:
Blocks:
 
Reported: 2012-04-20 13:00 UTC by Felipe Morales
Modified: 2021-03-09 22:48 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed/Implemented In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Felipe Morales 2012-04-20 13:00:02 UTC
declared the function on head of c lang code, struct type does not appear on the definition in bottom..

Reproducible: Always

Steps to Reproduce:
1.define a function with a struct parameters on head
2.to bottom, type the name and wait to autocomplete
3. struct type is omitted
Actual Results:  
struct type is omitted

Expected Results:  
struct type is included
Comment 1 Milian Wolff 2012-04-20 13:12:05 UTC
please add a code example that shows us what you mean, include comments that indicate what to type where and what you would expect and what is actually done
Comment 2 Felipe Morales 2012-04-20 16:27:03 UTC
(In reply to comment #1)
> please add a code example that shows us what you mean, include comments that
> indicate what to type where and what you would expect and what is actually
> done

look the image, resalted lines.
Comment 3 Milian Wolff 2012-04-20 16:53:19 UTC
code to reproduce:

void f(struct a*);
// auto completion yields:
void f ( a* )
{

}
// should yield:
void f(struct a*);
void f (struct a* )
{

}
Comment 4 Felipe Morales 2012-04-21 17:55:01 UTC
is the version 4.3.1, but is not in the list.
Comment 5 Aleix Pol 2013-03-31 01:39:24 UTC
It's C++ things, so put it under C++
Comment 6 Justin Zobel 2021-03-09 22:48:20 UTC
Thank you for the bug report.

As this report hasn't seen any changes in 5 years or more, we ask if you can please confirm that the issue still persists.

If this bug is no longer persisting or relevant please change the status to resolved.