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
Currently on reload the cursor moves to the start on reload, causing a scroll to the start.
The cursor position should be saved and restored if possible (ie if the file is still longer than the position).
Even better would be for the screen position to remain the same, but I'm not sure Scintilla supports that.
My personal use-case is reloading test logs where I want the cursor to go to the previously failing test output so I can check I fixed it, but there are others as well.
---
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/969
Lex Trotman wrote
> Yes **untitled.xxx (where xxx is the file extension)
> has to be in the first three lines and only the
> first occurrence is replaced**. *This has nothing to do
> with templates, its a new-file save feature, and it
> does not appear to be documented,* **can you raise an
> issue so its not forgotten.**
More at http://news.gmane.org/gmane.editors.geany.general
11 nov 08:36 2015 Lex Trotman [Geany-Users] Geany templates
From: Lex Trotman <elextr@...>
Subject: Re: [Geany-Users] Geany templates
Newsgroups: gmane.editors.geany.general
Date: 2015-11-11 07:36:03 GMT
Richard H
---
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/753