Bug 490816 - I attempted to rename a method in my Golang project using Kate, but the renaming failed.
Summary: I attempted to rename a method in my Golang project using Kate, but the renam...
Status: REPORTED
Alias: None
Product: kate
Classification: Applications
Component: application (other bugs)
Version First Reported In: 24.05.2
Platform: Microsoft Windows Microsoft Windows
: NOR normal
Target Milestone: ---
Assignee: KWrite Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-07-25 15:27 UTC by a-nuan
Modified: 2024-07-25 15:27 UTC (History)
0 users

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description a-nuan 2024-07-25 15:27:27 UTC
Operating System: Windows 10
Kate Version: 24.07.70
Language: Golang

Issue Description:
Hello,
1. I tried to rename a method in my Golang project using Kate, but the renaming failed, and Kate did not provide any information about the reason for the failure.
2. When using Kate to rename methods repeatedly, if the code volume is substantial and the interval between renames is less than one second, it can lead to the interruption of the previous renaming process. After such an interruption, the code may contain errors.
    It is recommended that Kate adds an execution result notification for renaming methods, indicating whether the renaming was successful. Alternatively, implementing a command execution queue could be beneficial.