Bug 392833 - Rename function doesn't work
Summary: Rename function doesn't work
Status: RESOLVED DUPLICATE of bug 317879
Alias: None
Product: kdevelop
Classification: Applications
Component: Language Support: PHP (show other bugs)
Version: 5.2.1
Platform: Microsoft Windows Microsoft Windows
: NOR normal
Target Milestone: ---
Assignee: kdevelop-bugs-null
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-04-07 16:23 UTC by Silviu
Modified: 2018-10-09 16:45 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Silviu 2018-04-07 16:23:30 UTC
Let's consider that there is a function named: Function_name
   Press mouse right click on the name of the function and go to 'Rename "function name"...' menu. 
   In my case, the Rename window in launched, but the function can't be found.
 
   This seems to happen because the name of the function start with upper case letter. If the function name will be changed to "function_name", then everything works, but it doesn't work if an upper case letter is in the name of the function, for example: "function_Name".

   This problem could be because the Rename action, when it is launched, it convert all upper case letters from function name to lower case letters, when it is launched. I saw this in the Rename window, at "New name" input field, when the name of the function is converted to lower case letters

   Thanks a lot!
Comment 1 Mister Ypsilon 2018-10-09 16:45:19 UTC
This appears to be a duplicate of bug 317879, which I reported 5 years ago. If you agree, you should probably close this bug and comment and vote on bug 317879 to keep the bug tracker clean.

*** This bug has been marked as a duplicate of bug 317879 ***