WrapEarnPass left a comment (geany/geany-plugins#1569) I checked out geany@98bcbee3b99d71dfcdd9d3556ace9530ceda818d and rebuilt: build@debian:~/Projects/geany-plugins-remote/geany-plugins$git log | head commit bde22128a9fb7143fda343ce6cb8fe4537ca9206
No make errors ``` $ make all Making all in src make[1]: Entering directory '/home/build/Projects/geany-plugins-remote/geany-plugins/workbench/src' CC workbench_la-plugin_main.lo CC workbench_la-workbench.lo CC workbench_la-wb_globals.lo CC workbench_la-wb_project.lo CC workbench_la-dialogs.lo CC workbench_la-wb_monitor.lo CC workbench_la-search_projects.lo CC workbench_la-menu.lo CC workbench_la-popup_menu.lo CC workbench_la-sidebar.lo CC workbench_la-utils.lo CC workbench_la-idle_queue.lo CC workbench_la-tm_control.lo CCLD workbench.la make[1]: Leaving directory '/home/build/Projects/geany-plugins-remote/geany-plugins/workbench/src' make[1]: Entering directory '/home/build/Projects/geany-plugins-remote/geany-plugins/workbench' make[1]: Nothing to be done for 'all-am'. make[1]: Leaving directory '/home/build/Projects/geany-plugins-remote/geany-plugins/workbench' ``` File creation, rename, deletion success. Workbench dirtree autorefreshed after every step to display the changes. <img width="641" height="622" alt="image" src="https://github.com/user-attachments/assets/460e180f-be4b-4bfb-870c-fe516934db3d" /> Directory creation, rename, deletion success as well, but that action doesnt create status messages. ``` FILE_CREATED: "/home/build/Projects/geany-plugins-remote/testdir" Workbench-Message: 09:39:09.912: wb_monitor_file_changed_cb: event: 1 Workbench-Message: 09:39:16.506: wb_monitor_file_changed_cb: event: 2 Workbench-Message: 09:39:16.506: wb_monitor_file_changed_cb: Prj: "geany-plugins-remote" Dir: ".." FILE_DELETED: "/home/build/Projects/geany-plugins-remote/testdir" Workbench-Message: 09:39:16.506: wb_monitor_file_changed_cb: event: 3 Workbench-Message: 09:39:16.506: wb_monitor_file_changed_cb: Prj: "geany-plugins-remote" Dir: ".." FILE_CREATED: "/home/build/Projects/geany-plugins-remote/renamedir" Workbench-Message: 09:39:16.506: wb_monitor_file_changed_cb: event: 1 Workbench-Message: 09:39:21.686: wb_monitor_file_changed_cb: event: 2 Workbench-Message: 09:39:21.686: wb_monitor_file_changed_cb: Prj: "geany-plugins-remote" Dir: ".." FILE_DELETED: "/home/build/Projects/geany-plugins-remote/renamedir" ``` The only critical in ```geany --verbose``` is ```(geany:115024): Workbench-CRITICAL **: 09:38:26.990: plugin_workbench_on_doc_close: assertion 'doc != NULL && doc->file_name != NULL' failed``` This appears unrelated to the change. -- Reply to this email directly or view it on GitHub: https://github.com/geany/geany-plugins/pull/1569#issuecomment-4719406174 You are receiving this because you are subscribed to this thread. Message ID: <geany/geany-plugins/pull/1569/[email protected]>
