Bug 237701 - Code completetion in comments with a full stop.
Summary: Code completetion in comments with a full stop.
Status: RESOLVED WORKSFORME
Alias: None
Product: kdevelop
Classification: Applications
Component: Language Support: CPP (old) (other bugs)
Version First Reported In: unspecified
Platform: Compiled Sources Unspecified
: NOR normal
Target Milestone: 4.0.1
Assignee: kdevelop-bugs-null
URL:
Keywords: triaged
Depends on:
Blocks:
 
Reported: 2010-05-15 12:14 UTC by Matthew Leach
Modified: 2018-10-27 02:04 UTC (History)
1 user (show)

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 Matthew Leach 2010-05-15 12:14:54 UTC
Version:            (using Devel)
Installed from:    Compiled sources

When usng kdevelop with doxygen comments, when I enter a full stop at the end of a line and press enter, the code completetion will replace the comment line with a peice of code, eg

  /**
   * Set the application name that is shown when the splash screen is active.
   * @param appName - A QString that is set to the calling application name.

would become
    /**
    * Set the application name that is shown when the splash screen is active.
virtual void childEvent(QChildEvent* );

When I press enter.
Comment 1 Andreas Pakulat 2010-05-15 14:32:25 UTC
I think this is a duplicate, but I can't find the other report that talks about code-completion inside comments currently.
Comment 2 Andrew Udvare 2012-11-01 20:26:24 UTC
I have this same issue with PHP.
Comment 3 Milian Wolff 2012-11-10 15:17:09 UTC
I need more information, i.e. surrounding code and also what indenter you are using in kate (editor -> tools -> indentation). Just doing a quick test doesn't reproduce it for me.

So please attach/paste a full test file and annotate it so I know where to press what to trigger the bug.
Comment 4 Andrew Crouthamel 2018-09-23 02:17:59 UTC
Dear Bug Submitter,

This bug has been in NEEDSINFO status with no change for at least 15 days. Please provide the requested information as soon as possible and set the bug status as REPORTED. Due to regular bug tracker maintenance, if the bug is still in NEEDSINFO status with no change in 30 days, the bug will be closed as RESOLVED > WORKSFORME due to lack of needed information.

For more information about our bug triaging procedures please read the wiki located here: https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging

If you have already provided the requested information, please set the bug status as REPORTED so that the KDE team knows that the bug is ready to be confirmed.

Thank you for helping us make KDE software even better for everyone!
Comment 5 Andrew Crouthamel 2018-10-27 02:04:03 UTC
Dear Bug Submitter,

This bug has been in NEEDSINFO status with no change for at least 30 days. The bug is now closed as RESOLVED > WORKSFORME due to lack of needed information.

For more information about our bug triaging procedures please read the wiki located here: https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging

Thank you for helping us make KDE software even better for everyone!