Bug 392833

Summary: Rename function doesn't work
Product: [Applications] kdevelop Reporter: Silviu <laurentiusilviu>
Component: Language Support: PHPAssignee: kdevelop-bugs-null
Status: RESOLVED DUPLICATE    
Severity: normal CC: mrypsilons
Priority: NOR    
Version: 5.2.1   
Target Milestone: ---   
Platform: Microsoft Windows   
OS: Microsoft Windows   
Latest Commit: Version Fixed In:

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 ***