I have been attempting to compile geany from git and although it appears to build successfully, when I try to run it, the following error is displayed:
> (geany:29825): Geany-ERROR **: 16:14:48.297: Cannot create user-interface: Failed to open file “geany.glade”: No such file or directory
Trace/breakpoint trap
I have configured the build with './autogen.sh --prefix=/opt/geany' and when I type in the following:
> /opt/geany/bin/geany --print-prefix
the following is displayed:
> /opt/geany
/opt/geany/share
/opt/geany/lib
/opt/geany/share/locale
Due to the error, I tried to install from the repository for my linux distribution (Debian testing/buster) on a 64 bit machine and even their version has the same problem.
I can change to the /opt/geany/share/geany directory and then run the program and it will start up (as the glade file is in that directory) but then it will not load the plugins that I have also built from git.
I note that in the Makefile that GEANY_DATA_DIR is being set to /opt/geany/share/geany which seems to be correct but it does not seem to be getting taken into account in the final executable or libraries.
Any help in this matter would be much appreciated.
--
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/1915
Currently the markdown preview always resets the scroll position of the preview on any modification of the markdown text.
I would be nice if the preview can remember the scroll position.
--
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/1055
(Shown when there is more than one matching symbol).
For variables, show type.
For callables, show signature.
Show non-first item using italic `file:line:`.
You can view, comment on, or merge this pull request online at:
https://github.com/geany/geany/pull/3475
-- Commit Summary --
* Make Go to Symbol commands show signature list
-- File Changes --
M src/symbols.c (9)
-- Patch Links --
https://github.com/geany/geany/pull/3475.patchhttps://github.com/geany/geany/pull/3475.diff
--
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/pull/3475
You are receiving this because you are subscribed to this thread.
Message ID: <geany/geany/pull/3475(a)github.com>
Note that "local" variables seem to be local for the given file and not local within a certain function so mapping them to `tm_tag_local_var_t` isn't appropriate.
At the moment autocompletion doesn't work - this is caused by
https://github.com/universal-ctags/ctags/pull/3697
which I add to this PR if it gets merged upstream.
You can view, comment on, or merge this pull request online at:
https://github.com/geany/geany/pull/3460
-- Commit Summary --
* autoit: use local/global variable tags
-- File Changes --
M src/tagmanager/tm_parser.c (5)
M tests/ctags/simple.au3.tags (6)
-- Patch Links --
https://github.com/geany/geany/pull/3460.patchhttps://github.com/geany/geany/pull/3460.diff
--
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/pull/3460
You are receiving this because you are subscribed to this thread.
Message ID: <geany/geany/pull/3460(a)github.com>
Geany's markdown syntax highlighting (without the markdown plugin) is confused, when code block is indented.
All the text after code block end is blue and ignores *all following* markdown syntax highlighting .
![md_indented_code_block](https://user-images.githubusercontent.com/1393254/114905882-c0be4c80-9e19-11eb-8ebe-3d5bfc41b439.png)
When code block is *not* indented, everything is ok.
--
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/2797
I get `Error opening file /<path>/index.html: No such file or directory`
<path> is the path to the directory that contains the markdown file I'm trying to load.
If I open the plugin preferences and change the template to "template.html" I get a different error:
```[general] template=/home/ventsyvelev/.config/geany/plugins/markdown/markdown.conf [view] position=0 font_name=Serif code_font_name=Mono font_point_size=12 code_font_point_size=12 bg_color=#ffffff fg_color=#000000```
Geany 1.38
Ubuntu 22
--
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany-plugins/issues/1247
You are receiving this because you are subscribed to this thread.
Message ID: <geany/geany-plugins/issues/1247(a)github.com>
I'm using Geany 1.30.1 on Windows 7.
After happily editing a file over some time, suddenly Geany refuses to save it with this error message:
![capture_20170522_133456](https://cloud.githubusercontent.com/assets/6795665/26307308/310c7900-3ef4-11e7-963f-2e357b094e64.jpg)
I know that Windows sometimes grabs a lock on a file when I'm just looking at it with another tool, but I am pretty sure that the only way I'm operating on this file since the last bootup of my machine, is by editing it in Geany. Still, for the safe side, I run the [Handle](https://technet.microsoft.com/en-us/sysinternals/bb896653) utility to see whether someone has a handle to either the file or the directory where the file is in - nothing. I also used Geany's "File/Properties" to check, whether maybe the file secretly became readonly; this is also not the case. Finally I turned on the gio_unsafe_save_backup and tried again, but same result. Note that it is a local file, so there can't be network issues involved either.
Then I tried "save as" with "rename", to store it under a new name in the same directory. This was refused with the same error message. I could see that the file got renamed, but still had the old content. This is weird: If the cause would be a directory lock, the rename should ALSO have failed.
Needless to say that it is not a disk space problem either.
I resolved the problem temporarily by using the following strategy:
1. Using "Save as" to save it to a completely different directory.
2. Copying the file back (on the command line)
3. Closing the Buffer in Geany
4. Reopening it
I then checked with my remaining open files in Geany. Modifying the buffer and saving, caused the same error with two of the files, while it worked fine with two others. One of the two where the error occured too, belonged to a different directory, while all the others - including those which could be saved - belonged to the same directory as the file where the problem occured initially.
I don't see yet in what respect the two files which did not have the problem, differed significantly from the two files where the problem occured.
Closing Geany, starting it, and I can continue editing like normal, but my feeling is that it will be only a question of time until the problem occurs again. Is there anything I can do to help the Geany developers to nail down the cause of this strange problem?
--
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/1500