Hi,
in Geany 125 ("Veed") there is a typo in the LaTeX code completion
The command \Longleftrightarrow is misspelled as \Longlettrightarrow
This error actually persists since several years :-)
Interestingly enough, the same bug was found in Kile https://bugskdeorg/show_bugcgi?id=136961
Could be that they started from the same databases for code completion
Thanks for correcting that
N
---
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/888
@scriptum: I uploaded a new tag file to the Geany Wiki so maybe you want to try that. Simple auto-completion worked for me using that file.
The file you mentioned seems to have a flaw. That auto-completion is not working with that file has IMHO the following reasons:
- it is written in the pipe format
- the pipe format automatically imports all tags as function prototypes (```tm_tag_prototype_t```), see https://github.com/geany/geany/blob/master/src/tagmanager/tm_source_file.c#…
- but the tag-manager-parser only allows struct, class and variable tags for CSS, see https://github.com/geany/geany/blob/master/src/tagmanager/tm_parser.c#L171 (didn't check this point in detail, just an informed assumption)
IMHO the issue here is caused by the tags file you used, not Geany itself.
--
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/572#issuecomment-375052247
Hey guys.
I am currently using geany on a windows machine, in a university setting. :-)
I am using it for python, as a replacement to spyder, which I consider awful.
Anyway - would it be possible to re-direct the output when running python or ruby, into the status bar on the bottom? E. g. the "Compile" status bar perhaps? I assume that Compile is used for e. g. c. or .cpp files but I think it would be useful to also make use of that area to see the evaluation of python commandas as-is, within geany itself. THis is a bit similar how the spyder environment is doing things.
Geany is a LOT more light weight though and I'd like to use geany rather than spyder on the machine here. :-)
--
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/1812
@LarsGit223 He means in the "more options" on the bottom section, field "set filetype". But this seems to be fixed nowadays, I have the "None" option myself. @elextr ?
--
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/484#issuecomment-374329399
What is meant by this? The filter? There is an "All files" filter option already.
--
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/484#issuecomment-374327684
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