This pull-request implements saving and loading of the pretty-printer plugin preferences. In the current version pretty-printer simply does not save the preferences to a file so all changes to the preferences get lost after closing geany.
The code for saving and loading the preferences is adopted from the overview plugin. The config file is named ```geany/plugins/pretty-printer/prefs.conf```.
You can view, comment on, or merge this pull request online at:
https://github.com/geany/geany-plugins/pull/581
-- Commit Summary --
* pretty-printer: added saving and loading of preferences in/from a file. Fixes #494.
-- File Changes --
M pretty-printer/src/ConfigUI.c (206)
M pretty-printer/src/ConfigUI.h (4)
M pretty-printer/src/PluginEntry.c (76)
M pretty-printer/src/PrettyPrinter.c (2)
-- Patch Links --
https://github.com/geany/geany-plugins/pull/581.patchhttps://github.com/geany/geany-plugins/pull/581.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/581
Hi all,
I have the problem, that the shadowing of the current line does not work, not matter which filetype. I can not find any setting for this and on my windows machinge where I installed geany from binaries the shadowing works out of the box. Is that a bug?
I have a machine with OS SUSE Linux Enterprise Desktop 12 SP2 64-bit and just installed the latest geany from source. geany -V:
geany 1.31 (built on 2017-10-12 with GTK 2.24.31, GLib 2.48.2)
Cheers and thanks,
Stephan
--
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/1635
In Geany 1.31 the translation is still not consistent:
Gehe zum sichtbaren Zeilenbeginn
Gehe zum angezeigten Zeilenende
Instead of:
Gehe zum sichtbaren Zeilenbeginn
Gehe zum sichtbaren Zeilenende
So no, this issue is not resolved yet.
--
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/390#issuecomment-336102281
I have just built a clean git clone of geany and geany-plugins.
./configure --disable-all-plugins --enable-scope
Using Debug | Setup Program dialogue I attempt to set "Working dir" but it will not accept a dir. In fact this seems to be a FILE open dialogue. I have to select file and click "open", then manually edit off the file name part
Fedora 20, using gtk2 2.24.27
I have not worked wiht GTK+ recently but I would have thought there is an option to select a dir instead of a file.
---
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany-plugins/issues/304
I think it would be really nice if I could use the context menu in the File Browser sidebar to
- create an empty file
- rename a file
- delete a file (with confirmation)
I might be willing to work on implementing this. Would you accept a patch with this functionality?
--
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/621
Not sure if desired or not, but the marked results currently do not clear when the selected text is modified/deleted. The modification detects the deletion and clears the markers. Only works when single-click deselect is enabled.
You can view, comment on, or merge this pull request online at:
https://github.com/geany/geany-plugins/pull/614
-- Commit Summary --
* addons/markdown: clear the markers when the selection is modified
* Modified the action to only work when 'single click deselect' is enabled
-- File Changes --
M addons/src/ao_markword.c (26)
-- Patch Links --
https://github.com/geany/geany-plugins/pull/614.patchhttps://github.com/geany/geany-plugins/pull/614.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/614
Looking at the way that key press combinations/keybindings are displayed it looks like that these are handled in an inconsistent way and are not translated.
To be more precise:
The keybindings listed in the menu labels look fine. But if the preferences for the keybindings are opened then the display of keybindings looks different than in the menu labels:
- the key names are not translated (also the dialogs text is translated)
- ```Ctrl``` seems to be displayed as ```Primary```.
The menu items always use ```Ctrl```.
--
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/1630
Snippets are very useful and a marvelous way of improving productivity. Some times I want to fill out a snippet in duplicate. Thus for instance, my snippet
`L`
expands to:
`L=L< %cursor% | /%cursor%-help >`
and I then type twice to get:
` L<target|/target-help>`
But what I would really like to do is have a snippet like this:
`L=L< %cursor% | /%cursor2%-help >`
so that the second entry is made for me as I type the first. A bit like: ctrl-alt-down arrow does.
Please consider adding such a productivity enhancing feature to your tremendous software. 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/1632
![openfilefromterminal](https://cloud.githubusercontent.com/assets/7548378/11417224/055a6896-940d-11e5-83cb-a8aa83f59096.png)
Please consider making it possible to open a file by clicking a line in the terminal pane as <b>Shift-Ctrl-O</b> == <b>Open Selected File</b> does not seem to work in this context. <b>Thanks!</b>
---
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/776