This removes the followings warnings when generating the docs:
```
warning: Tag 'LATEX_SOURCE_CODE' at line 1758 of file 'Doxyfile.tmp' has become obsolete.
To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u"
warning: Tag 'CLASS_DIAGRAMS' at line 2113 of file 'Doxyfile.tmp' has become obsolete.
To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u"
warning: Changing CLASS_GRAPH option to TEXT because obsolete option CLASS_DIAGRAM was found and set to NO.
```
You can view, comment on, or merge this pull request online at:
https://github.com/geany/geany/pull/3719
-- Commit Summary --
* Remove deprecated Doxygen settings
-- File Changes --
M doc/Doxyfile.in (19)
-- Patch Links --
https://github.com/geany/geany/pull/3719.patchhttps://github.com/geany/geany/pull/3719.diff
--
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/pull/3719
You are receiving this because you are subscribed to this thread.
Message ID: <geany/geany/pull/3719(a)github.com>
![geany_4UIl82ss56](https://github.com/geany/geany/assets/64293069/2ce022d1-0c73-4a39-a890-b54bffc8a515)
Hello
When I open Geany
Insert USB or CD
After Inject USB or CD
And click "Open file" from Geany
Get error, that in device not disk
Checked versions: 1.38, 2.0
Thank You
--
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/3726
You are receiving this because you are subscribed to this thread.
Message ID: <geany/geany/issues/3726(a)github.com>
The attached screenshot (taken from a `geany -c /tmp/blah` invokation) shows an empty blank space before the beginning of the text line.
![2023-12-18-202053_2560x1440_scrot-edited](https://github.com/geany/geany/assets/645242/0be01031-1f7d-4597-a0a2-a0654798beda)
This was not present before. I dunno if my distro (void) updated geany recently, but this is my likely candidate for the sudden appearance of that annoying whitespace.
Is there a way to disable it ?
Or if this is a case of PEBKAC, please tell me.
--
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/3725
You are receiving this because you are subscribed to this thread.
Message ID: <geany/geany/issues/3725(a)github.com>
if there is 1 button for build and run ,like in codeblocks it would be nice so i tried this command but did not work.
to set build commands ;
g++ -Wall -o "%e" "%f" && "./%e"
can some one point out which command line should i write ?
--
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/1327
1. At [line 3747 of document.c](https://github.com/geany/geany/blob/e5680fe85de536fc61ff0f2d4ea… the value of `doc->priv->file_disk_status` is set to `FILE_OK` **immediately after it was set to** `FILE_CHANGED`. This seems a bug, possible this glitch was earlier mentioned in the [comments here](https://github.com/geany/geany/pull/1180). This information is needed to implement [reload all](https://github.com/geany/geany/issues/2540), but disappears too early. (A similar field `doc->changed` nicely updates only when the text buffer is updated. It has another purpose, I know)
2. Studying the behavior in some more detail I wonder this enumeration type can be simplified:
```C
typedef enum
{
FILE_OK,
FILE_CHANGED, /* also valid for deleted files */
/* FILE_IGNORE --> Not needed anymore? */
}
FileDiskStatus;
```
--
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/3711
You are receiving this because you are subscribed to this thread.
Message ID: <geany/geany/issues/3711(a)github.com>
I think having a "reload all" might be useful. For example, if you checkout a different branch in git and suddenly have 10 files loaded in Geany that need to be reloaded.
--
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/2540
While using Geany in Gnome I found that sometimes code navigations was slow,
changing to a new line o making selections were reflected after aprox 1 second
on the screen.
Just opening a file and navigating doesn't trigger this problem, after editing,
saving or selecting some text the issue shows up.
I have other setup of Stretch with MATE desktop and the problem isn't there.
I also compiled a clone of the geany github repo and I was able to reproduce the
problem (in Gnome).
(I filed a bug report to the debian package)
--
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/1532
When debugging Free Basic programs in Geany, the debugger cannot continue after INPUT statements.
The ? mark is printed in the debug terminal, I hit return, but the debugger does not continue. When debugging with gdb it works and I can step over INPUT after hitting return.
I'm using Geany 1.38 in a Raspberry Pi 5.
Free Basic version 1.10.0
--
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany-plugins/issues/1296
You are receiving this because you are subscribed to this thread.
Message ID: <geany/geany-plugins/issues/1296(a)github.com>
"None" in the menu item at the bottom is not translatable.
Perhaps the " (None)" part could just be removed since it already says "Without encoding".
![billede](https://github.com/geany/geany/assets/1836590/96b5c222-8e41-443b-9190-8eef275d0bd8)
--
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/3624
You are receiving this because you are subscribed to this thread.
Message ID: <geany/geany/issues/3624(a)github.com>