[Workbench] Add Rename Context Action - #1569
Conversation
Add rename to s_popup_menu Add s_popup_menu.rename to POPUP_CONTEXT handlers Update doc comments to New(File|Directory) Language Add popup_menu_on_rename handler Change context labels to match geany and projorg for file contexts
rem unused GPtrArray *files in rename fix compile error by swapping geany-> for wb_globals.geany_plugin fix pathing issues for GeanyDoc renames fix compile warning for <../.....filelist.h>
add checks for live update around all CRUD for file/dir
|
I checked out geany@98bcbee3b99d71dfcdd9d3556ace9530ceda818d No make errors File creation, rename, deletion success. Workbench dirtree autorefreshed after every step to display the changes. The only critical in |
|
Moved this so I could change the Pull request to About this: Closes #1565 |


About this:
Workbench has a Sidebar context menu that includes create and delete, but no update features.
Add Rename to context menu.
Add icons and update terms to make it clear that Delete is DELETE, and Remove is "Remove from this Workbench"