Geany sometimes crashes on Windows when holding Ctrl+W to close multiple (over ~15) opened files.
How to reproduce:
1. Open Geany.
2. Open several files.
3. Hold Ctrl+W to close them all.
--
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/1341
Hi,
running Geany 1.28 on Windows 10 (latest updates applied).
When running a Python script, Geany stumbles upon the double quote character:
File "testen.py", line 1
x = ¨abc¨
^
SyntaxError: invalid character in identifier
Press any key to continue . . .
I use a US International keyboard with dead keys, so I type:
1. the double quote
2. a space to make that double quote visible
Also strange that it signals an error on the SECOND double quote ...
--
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/1290
This is the error:
(geany:17198): Geany-CRITICAL **: sci_get_contents_range: assertion 'start < end' failed
Thread 1 "geany" received signal SIGSEGV, Segmentation fault.
__strcmp_sse2_unaligned () at ../sysdeps/x86_64/multiarch/strcmp-sse2-unaligned.S:31
31 ../sysdeps/x86_64/multiarch/strcmp-sse2-unaligned.S: No such file or directory.
--
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/1262
Having root privileges, it's a matter of rewritting `/usr/share/geany/geany.glade`
<object class="GtkHBox" id="hbox_menubar">
<property name="visible">False</property>
but, is there a way (out of recompiling geany locally) to hide this bar from a non-root user?
--
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/1559
Geany 1.31, Windows 10
I'm learning python, set a folder on desktop and saved Geany file as hello_world.py.
Then I tried to execute [print ("hello world")], didn't work.
So I tried to edit "set build commands", and found I can NOT type in anything into the Command boxes next to Labels, nor paste anything. I can only delete the default commands. I cannot type into the working directory boxes either.
I tried reinstalling Geany for 3 times, same issue. Is this a bug or I'm not doing it right?
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/1620
Find -> In Session
says 2 matches but when Next clicked says NOT FOUND
--
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/1634
If there are multiple lines in:
int func( int a,
int b)
{
}
, then if you click on the body of the function it will have "scope: unknown" at the bottom of the IDE instead of "scope: func"
--
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/1662
Geany 1.25, Ubuntu 15.10:
When printing 4 pages on a single page some text lines are missing.
Printing 2,6 and 9 pages on one looks OK, the problem comes with 4 and 16.
In the attached image, lines from 61 to 64 and 119 to 122 are missing.
It is not an error with line numbers but code is actually missing too.
![screenshot from 2016-05-20 10-27-15](https://cloud.githubusercontent.com/assets/13032051/15421974/4504…
---
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/1040
To reproduce, just delete the first line in a version-controlled document. I believe the reason is that changebar markers of deleted lines are always placed on a previous line and there's no previous line in this case.
This also affects #531 Because in this case it isn't possible to perform undo. Note that if this issue is fixed somehow, the code from #531 has to be updated too because right now it assumes the deleted line's marker is on the previous line.
--
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/532