Using Geany 1.28 on Korora 24 (Fedora 24 derivative) under Cinnamon 3.0.7 I'm experiencing strange problems with the text in the "Search for:" field in the "Replace" pop up that aren't show stoppers but are quite annoying.
At the end of a search that is unsuccessful this field is cleared and then becomes unusable in that I can't edit text in the field, paste into the field or restore text using the drop down list of previous searches. This can be quite annoying if one is trying to do a search with a complex regular expression which isn't quite right yet and needs testing and editing/refinement.
Closing the pop up and starting again yields a working pop up again so all is not lost.
This behaviour has only started recently and I have not noticed it before.
However, out of curiosity, I checked the equivalent field in the "Find" pop up and found the same problem is occurring there.
--
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/1204
Sometimes the text I'm searching for becomes invisible in the input field. I can see that it's there if I select it (press Ctrl+A); otherwise, I cannot see it.
Presumably, it's happening if geany cannot find the text entered.
My system is: Arch Linux; geany 1.28 (built against gtk2); gtk2 2.24.30; gtk3 3.20.6; glib 2.48.1; Cinnamon 3.0.5.
Could be the same issue as #1101 or a different one.
---
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/1135
This pull-request fixes the last `Endentação` word I found. In portuguese (any derivation of the language), `indentação` is used in the sense of tabulation. `Endentação` is used in the sense of "to put between your teeth". I've also changed the gender of the **noun** `IDE` to be compliant with PT rules. It is considered to be a female noun.
(note that this was #1201, however, with fixed files and commit messages)
You can view, comment on, or merge this pull request online at:
https://github.com/geany/geany/pull/1202
-- Commit Summary --
* Changed gender of noun IDE
* Fixed incorrect word in pt_BR
-- File Changes --
M po/pt_BR.po (8)
-- Patch Links --
https://github.com/geany/geany/pull/1202.patchhttps://github.com/geany/geany/pull/1202.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/pull/1202
Hi,
I had an issue installing the latest geany pull. Error received:
`home/mmphego/Apts/geany-plugins/missing: line 81: aclocal-1.14: command not found
WARNING: 'aclocal-1.14' is missing on your system.
You should only need it if you modified 'acinclude.m4' or
'configure.ac' or m4 files included by 'configure.ac'.
The 'aclocal' program is part of the GNU Automake package:
<http://www.gnu.org/software/automake>
It also requires GNU Autoconf, GNU m4 and Perl in order to run:
<http://www.gnu.org/software/autoconf>
<http://www.gnu.org/software/m4/>
<http://www.perl.org/>
Makefile:573: recipe for target 'aclocal.m4' failed
make: *** [aclocal.m4] Error 127
`
The fix is a one liner:
`autoreconf -fi`
--
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/1205