I compiled several geany versions on debian, for different use (e.g. one for coding, another for text viewing ...).
But when opening them on same workspace, the icons for these geany instances were the same between each other, leading to a mess.
So, Is it possile to change the icon for each geany instance/version?
Thanks.
--
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/1616
This is a new plugin called workbench.
It has the following features:
- assign multiple projects to a workbench
- assign directories and file patterns to each project for easy file listing
- create "global" workbench or project bookmarks to have quick access to often used files
- the plugin uses relative pathes (a project file path is relative to the workbench file path, a file path is relative to the project file path)
- languages: english and german
For instructions please see the readme file.
The plugin is heavily based on the project organizer plugin, thanks to Jiří Techet. Icons are taken from the gnome desktop.
**This is a follow-up/clean PR for PR #598. All changes are included, this PR is based on todays master.**
You can view, comment on, or merge this pull request online at:
https://github.com/geany/geany-plugins/pull/601
-- Commit Summary --
* New plugin 'workbench': initial commit.
-- File Changes --
M Makefile.am (4)
A build/workbench.m4 (15)
M configure.ac (1)
M po/de.po (345)
A workbench/AUTHORS (1)
A workbench/COPYING (340)
A workbench/ChangeLog (0)
A workbench/Makefile.am (4)
A workbench/NEWS (2)
A workbench/README (151)
A workbench/THANKS (13)
A workbench/icons/16x16/Makefile.am (9)
A workbench/icons/16x16/workbench-bookmark.png (0)
A workbench/icons/16x16/workbench-dir.png (0)
A workbench/icons/16x16/workbench-nodirs.png (0)
A workbench/icons/16x16/workbench-project-error.png (0)
A workbench/icons/16x16/workbench-project.png (0)
A workbench/icons/24x24/Makefile.am (9)
A workbench/icons/24x24/workbench-bookmark.png (0)
A workbench/icons/24x24/workbench-dir.png (0)
A workbench/icons/24x24/workbench-nodirs.png (0)
A workbench/icons/24x24/workbench-project-error.png (0)
A workbench/icons/24x24/workbench-project.png (0)
A workbench/icons/32x32/Makefile.am (9)
A workbench/icons/32x32/workbench-bookmark.png (0)
A workbench/icons/32x32/workbench-dir.png (0)
A workbench/icons/32x32/workbench-nodirs.png (0)
A workbench/icons/32x32/workbench-project-error.png (0)
A workbench/icons/32x32/workbench-project.png (0)
A workbench/icons/48x48/Makefile.am (9)
A workbench/icons/48x48/workbench-bookmark.png (0)
A workbench/icons/48x48/workbench-dir.png (0)
A workbench/icons/48x48/workbench-nodirs.png (0)
A workbench/icons/48x48/workbench-project-error.png (0)
A workbench/icons/48x48/workbench-project.png (0)
A workbench/icons/Makefile.am (20)
A workbench/icons/scalable/Makefile.am (9)
A workbench/icons/scalable/workbench-bookmark.svg (17)
A workbench/icons/scalable/workbench-dir.svg (18)
A workbench/icons/scalable/workbench-nodirs.svg (20)
A workbench/icons/scalable/workbench-project-error.svg (17)
A workbench/icons/scalable/workbench-project.svg (19)
A workbench/src/Makefile.am (31)
A workbench/src/dialogs.c (395)
A workbench/src/dialogs.h (29)
A workbench/src/menu.c (229)
A workbench/src/menu.h (33)
A workbench/src/plugin_main.c (142)
A workbench/src/popup_menu.c (468)
A workbench/src/popup_menu.h (38)
A workbench/src/sidebar.c (1152)
A workbench/src/sidebar.h (75)
A workbench/src/utils.c (301)
A workbench/src/utils.h (30)
A workbench/src/wb_globals.c (30)
A workbench/src/wb_globals.h (35)
A workbench/src/wb_project.c (1468)
A workbench/src/wb_project.h (68)
A workbench/src/workbench.c (803)
A workbench/src/workbench.h (61)
-- Patch Links --
https://github.com/geany/geany-plugins/pull/601.patchhttps://github.com/geany/geany-plugins/pull/601.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/601
Hello,
It seems like the projectorganizer plugin isn't following symlinks for providing completion.
Can you have a look at this issue?
--
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/603
Sometimes I want to Save As the existing file to create a new one, but I also want to still keep the existing file open.
Perhaps a setting in preferences like "Save As opens new file in another window/tab/instance".
--
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/1613
I'm using Ubuntu 17.04 and Geany 1.29.
I've activated the plugin and I've tried using it in different ways without success.
For example, I select a "**<**" character and click on **Replace characters in selection** and nothing happens.
The same for other characters like "**&**".
Also tried the opposite, select an entity like "**\&**" and didn't work also. So I have no idea what's going on or how to use it.
--
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/1609
What about add the function of "remote debug", which will enable Geany link to remote computer via SSH and run and debug?
--
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/1612
The plugin [description](https://github.com/geany/geany/blob/fda8b97ea634877952acc86d58… mentions `&`, but & is explicitly not either automatically or manually replaced with the entity. Same goes for < > ; etc.
In fact all the "HTML" chars can only be inserted from the menu, none of the automatic replacements work for them, which is fair enough since they need to be able to be typed to make HTML and XML and shouldn't be replaced.
Suggestions are solicited for a better one-line description.
--
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/1610
Hi, I've compiled Geany from source (works great!) and now I'm trying to make some customizations to Scintilla, using `scripts/update_scintilla.sh`
Importing the files from the downloaded copy of Scintilla works fine, but the patch step does not because the file `scintilla/scintilla_changes.patch` does not match: it says it was for `3.54` and the current version of Scintilla in Geany is `3.7.5`.
Are you still using this mechanism for importing Scintilla releases, or something else?
--
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/1606
This "breaks" any C++ plugins which relied on the `GtkWidget*` type being returned from the `gtk_*_new()` constructors. Those plugins require a cast from `void*` to `GtkWidget*` after this compat wrapper was added. ([see here](http://lists.geany.org/pipermail/users/2017-September/010427.html)).
Not sure if it's worth fixing, but it would be easy to put a cast back to `GtkWidget*` to match the return type of the original functions.
--
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/commit/3e649dddef93723ebc2487d30023fc5f62d89…