In the drop down file list on the tabs, I would like to be able to close everything to the right of the current file opened so I can keep the files to the left of the current file open. Or vice versa.
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/1507
The user can now activate the option "Expand on hover". If the option is activated then a tree node in the workbench sidebar will expand or collapse by hovering with the mouse cursor over it.
You can view, comment on, or merge this pull request online at:
https://github.com/geany/geany-plugins/pull/727
-- Commit Summary --
* workbench: added option "Expand on hover"
-- File Changes --
M workbench/src/dialogs.c (17)
M workbench/src/plugin_main.c (2)
M workbench/src/sidebar.c (11)
M workbench/src/workbench.c (48)
M workbench/src/workbench.h (2)
-- Patch Links --
https://github.com/geany/geany-plugins/pull/727.patchhttps://github.com/geany/geany-plugins/pull/727.diff
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany-plugins/pull/727
Geany now needs a C++11 compiler due to Scintilla 3.7.5 and therefore so does Geany Plugins since it uses the Geany compilation options, but Travis uses an old compiler so it fails. For info see https://github.com/geany/geany/pull/1503.
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany-plugins/issues/596
Telling Geany to *not* replace tabs with spaces on save has no effect, tabs are always replaced.
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/1800
This fixes the broken live-update. The feature did not work since commit dcc37957e917a2e8c2f3e5d483c9a832eceff1e0. The reason was that the sub-directories were not added to the file-table and so no file monitor was created for them. The live-update only worked for the main directories but not for their sub-directories.
You can view, comment on, or merge this pull request online at:
https://github.com/geany/geany-plugins/pull/722
-- Commit Summary --
* workbench: fix broken live-update
-- File Changes --
M workbench/src/wb_project.c (8)
-- Patch Links --
https://github.com/geany/geany-plugins/pull/722.patchhttps://github.com/geany/geany-plugins/pull/722.diff
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany-plugins/pull/722