Using the find or replace dialog the font color of the text entered into the 'search for' field changes to white when nothing is found. The text is still there but only readable when selected.
However, the original color for the font returns when running a new search that does yield results.
Geany 1.28, de_DE.UTF-8, GTK 2.24.31, GLib 2.50.1
--
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/1267
Dear Sir/Madam,
I was programming in C using Geany Text Editor on a Unix device today and found an issue you might find interesting to resolve.
During the C program, the fork() command was used to create a parent and a child process. With the intent to explore the capabilities of the Unix operating system to handle defunct processes (a.k.a. zombie processes), a zombie process was created. Using bash and the “ps” command to view all the processes running on the system, it was notable that two processes related to Geany were found, namely “Geany” and “Geany (defunct)”.
Following the zombie process that was created, bash was used to try and eliminate the defunct process. With many attempts and the use of different Unix commands, the defunct process could not be eliminated. However, eliminating the “Geany” process could eliminate the “Geany (defunct)” process as well.
Whenever Geany was opened from the Unix terminal, the defunct process immediately reappeared on the system. By default, rebooting/shutting down the system eliminates all zombie processes. This approach was introduced in my case, but as soon as I tried to open my .c file using Geany from the terminal, the defunct process also reappeared.
For more details about the system I am running, please find the details below:
Geany Version: geany 0.21
GTK Version: 2.24.10
OS: Linux version 3.2.0-31-generic x86_64
Looking forward to hearing from you soon.
Kind Regards,
Samer Makadicy
--
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/1266
Steps to reproduce:
* Make sure Autosave on lost focus is enabled
* Open a Geany, and open a file
* Remove said file, while Geany is still open (e.g. do a git checkout)
* Go back to Geany, and try to resume work on other files; or just try to close that file: Geany will ask whether you want to save the file, or not.
Expected result:
* After clicking "Don't save" the file will be closed.
Actual result:
* Geany keeps asking about whether you want to save the file.
* Eventually a "The file on disk may now be truncated!" message will keep popping up.
Geany version: 1.27
--
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/1264
I typed somthing in geany. Then I resized the window, the content disappeard!. However, they show up again after I maximizing the window. It's Geany 1.23.1 in Ubuntu 14.04.
--
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/1254
Testcases:
* `'word'` all underlined
* `"word"` not underlined
* `'very long phrase'` `'very` and `long'` are underlined
This was probably introduced in #322 .
The spellchecker ought to strip the quotes before checking, otherwise using it in python is a huge pain.
I understand it's difficult to strip quotes, though, because it's not obvious what is a string boundary.
E.g. latex and python users would have completely different expectations.
Maybe a configurable option of "additional splitting chars"?
--
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/484
Hi, just installed GeanyVC, which mostly looks to be what I want, but why does it lack the push command? I see there is "Update", but that only does a pull.
atm i am resorting to just adding git push to geany's build commands, which I guess is about the same thing...
--
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/488
hi
when num lock is turn off on keyboard
and you type 252 then submit on jump button
geany completely closed
sorry for my bad english
--
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/1261
xfce4-terminal and mateterminal have the same problem as GNOME terminal.
Ones I've tried (inspired by your suggestion) that don't have the problem are lxterminal, xterm, roxterm and termit. I didn't try an Qt based ones.
I'm going to go out on a limb and suggest the difference might be GTK 2 based systems have the problem and GTK 3 based ones don't.
I think I'll scrap the idea of writing my own and go with lxterminal as it certainly seems that the last thing the world needs is another terminal emulator.
--
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-osx/issues/3#issuecomment-251589831