The mouse scroll button support can speed up switch between tabs.
That's was easier in previous geany versions.
--
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/1778
geany 1.32 (compilado el día Jan 29 2018 conGTK 3.22.26, GLib 2.54.3)
ArchLabs Minimo
saludos!
![archlabs_2018-02-22-30_1024x768](https://user-images.githubusercontent.com/36741075/36554165-2be25b3a-17dd-11e8-891b-ee53bc567ac7.png)
--
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/1779
Currently you can choose HSV and RGB to select the color. However, those don't represent the perceived colour because it's actually the srgb format.
When somebody wants to halve the brightness, he/she may halve the V value in HSV and wonders why it looks so dark or doesn't notice the problem at all.
I'd like to be able to change the luma value or something similar.
[Here's more information about the gamma error](http://www.ericbrasseur.org/gamma.html)
--
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/1777
I use archivemount ( FUSE Filesystem in Userspace) to mount an archive, with an empty directory as mountpoint. Writing to that mountpoint is handled transparently by archivemount: changes in the filesystem are visible immediately, but only written back to the archive on unmount.
Geany can open both files that pre-existed in the mounted archive, and files that are changed or newly created after mounting the archive to the mountpoint.
But Geany's 'File/Save' operations are lost. You get the message "11:35:28: File ... saved.", without any error message, but the change is lost, the file is not changed, not even it's timestamp.
When you save an existing file with 'File/Save as' to it's existing name, the change is lost as with 'File/Save'.
'File/Save as' to a new filename works without problems: the new file is created, and it's contents saved.
I tried several other programs (command line, Libreoffice Writer, mousepad) with and during the same mount, and they have no problem saving existing nor new files. I suppose it is a Geany problem.
--
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/1774
I was having this trouble today and found one potential solution is to use an external command for printing. Go to `Edit > Preferences > Printing` to enable it. This is the command I use:
`lpr -P Brother_PJ-723 -o media=Letter -o cpi=12 -o lpi=7 %f`
See [lpr](http://man7.org/linux/man-pages/man1/lpr.1.html) for more info on 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/617#issuecomment-366862421
@techee would you be opposed to this if I were to make a pull request? I remember you said before you never implemented it because you wanted to keep the plugin simple [citation needed], but if I were able to make a simple enough patch that used GFileMonitor to watch the top directory, would be OK with it?
---
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany-plugins/issues/332
* Fix several issues in the Scope plugin translation setup that led to a few strings not being extracted, and several translations not to be used.
* Yes, this "adds" new strings (column titles), but they were already there, just not translatable at all.
* Update the French translation after these fixes.
You can view, comment on, or merge this pull request online at:
https://github.com/geany/geany-plugins/pull/693
-- Commit Summary --
* scope: Fix translation of several strings
* scope: Add a missing initializer
* Update of the French translation
-- File Changes --
M po/fr.po (624)
M scope/data/scope.glade (56)
M scope/src/break.c (4)
M scope/src/debug.c (4)
M scope/src/inspect.c (4)
M scope/src/memory.c (4)
M scope/src/menu.c (4)
M scope/src/parse.c (4)
M scope/src/plugme.c (4)
M scope/src/prefs.c (4)
M scope/src/program.c (4)
M scope/src/scope.c (4)
M scope/src/thread.c (4)
M scope/src/utils.c (4)
M scope/src/views.c (4)
-- Patch Links --
https://github.com/geany/geany-plugins/pull/693.patchhttps://github.com/geany/geany-plugins/pull/693.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/693
I am trying to use the addon "geanyminiscript" to edit selected text.
It's simple enough to run the addon, but I can't find any examples for how to get the filter input in my script. For example, in the dialog box, I can select "selection" as the filter input. How do I access this text from within my script? It would be nice to see some examples.
![screenshot](https://user-images.githubusercontent.com/16495887/36285583-5ef6dc72-1269-11e8-8797-80e671c5fbc6.png)
--
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/692