You can view, comment on, or merge this pull request online at:
https://github.com/geany/www.geany.org/pull/30
-- Commit Summary --
* Bye bye IRC @ Freenode, RIP.
-- File Changes --
M README.dev.md (1)
M README.md (1)
M docker/Dockerfile (2)
M docker/local_settings.docker.py (1)
M geany/settings.py (2)
M geany/templates/home.html (1)
D geany/templates/pages/support/irc.html (25)
M geany/templatetags/geany_tags.py (16)
M geany/urls_legacy.py (3)
M page_content/about/geany.md (6)
M page_content/contribute/support.md (9)
M page_content/support.md (6)
D page_content/support/irc.md (12)
-- Patch Links --
https://github.com/geany/www.geany.org/pull/30.patchhttps://github.com/geany/www.geany.org/pull/30.diff
--
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/www.geany.org/pull/30
currently only "vanilla" html parts of templates would have highlighting - the rest is recognized as plain text. And adding .jinja/.j2 extension to file without specifying <!DOCTYPE html> in header (say, if file extends other templates) will break highlighting entirely
--
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/2827
Hello everyone,
I have been using geany for quite a long time now, this is the first bug I report; I hope I am doing it right.
My config : debian Bullseye with geany 1.37.1 (GTK 3.24.23, Glib 2.66.2)
My problem : my existing macros don't work, the keystroke produce nothing.
If I create a new one, it is working.
The only difference I notice is, in ~/.config/geany/plugins/Geany_Macros/settings.conf
The "C" line of the macro is 67108932 for the non-working ones and 100663364 for the new ones.
--
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/1083
Added 3 more keybindings for "Send Selection To".
I am obviously missing something. The keybindings are recognized (i.e. I can add more "Sent Selection To" commands and the keybinding will be shown in the menus of "Edit→Format→Send Selection to") and I can run the commands by manually going to "Edit→Format→Send Selection to" and clicking the desired command. However, pressing the keyboard shortcut for these new "Edit→Format→Send Selection to" commands will not run the assigned commands. Perhaps, somebody can point me in the correct direction.
You can view, comment on, or merge this pull request online at:
https://github.com/geany/geany/pull/2536
-- Commit Summary --
* Added 3 More Keybindings
* Added 3 More Keybindings
* Added 3 More Keybindings
-- File Changes --
M src/keybindings.c (6)
M src/keybindings.h (3)
M src/tools.c (3)
-- Patch Links --
https://github.com/geany/geany/pull/2536.patchhttps://github.com/geany/geany/pull/2536.diff
--
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/pull/2536
In both v1.37.1 and the code on the master-branch (running on Ubuntu 20.04) do not report any symbols for PHP code. Neither can I Ctrl+Click a symbol nor use "Go to Symbol Definition" to find the symbol definition. Other languages (like C) list the symbols on the file and allow me to go to the symbol definition. I have tried many PHP files and I verified that my PHP files are valid, yet Geany seems to not be able to parse out the symbols.
--
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/2823
I edit large text files in geany, and the wall of text is tiring on the eyes. A bit of white space would help tremendously. I've come across the Scintilla command, sci_setextradescent, but have no idea how to implement it. I wonder if there's an easy way to achieve this.
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/1592
Make is quitting with errors.
I'm still trying to troubleshoot this. Must be a missing package on my system, but the configure script seems to be not noticing.
At git rev https://github.com/geany/geany/commit/b524a58e12e85c94a32f64fb72615978b2628…
```
Install Geany in : /usr/local
Compiling Git revision : b524a58e
Using GTK version : 3.24.5
Enable binary relocation : no
Build with plugin support : yes
Use (UNIX domain) socket support : yes
Use virtual terminal support (VTE) : yes
Build HTML documentation : yes
Build PDF documentation : no
Build API documentation : yes
Generate GtkDoc header : no
Configuration is done OK.
```
[config.log](https://github.com/geany/geany/files/6588377/config.log)
```
Making all in po
make[2]: Entering directory '/home/andy/src/Geany/geany/po'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/andy/src/Geany/geany/po'
Making all in doc
make[2]: Entering directory '/home/andy/src/Geany/geany/doc'
GEN geany.html
GEN hacking.html
GEN Doxyfile.stamp
Traceback (most recent call last):
File "/usr/bin/rst2html", line 17, in <module>
from docutils.core import publish_cmdline, default_description
[config.log](https://github.com/geany/geany/files/6588376/config.log)
Traceback (most recent call last):
File "/usr/bin/rst2html", line 17, in <module>
from docutils.core import publish_cmdline, default_description
ModuleNotFoundError: No module named 'docutils'
make[2]: *** [Makefile:832: geany.html] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: *** [Makefile:835: hacking.html] Error 1
make[2]: Leaving directory '/home/andy/src/Geany/geany/doc'
make[1]: *** [Makefile:599: all-recursive] Error 1
make[1]: Leaving directory '/home/andy/src/Geany/geany'
make: *** [Makefile:483: all] Error 2
```
--
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/2819
**primary+ super** can be set without a following character in key bindings but does not do anything in the editor pane:
![image](https://user-images.githubusercontent.com/7548378/121788079-52e89400-cbc2-11eb-8aaf-6de3eded6206.png)
--
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/2826
Please could Geany provide a spelling suggestions drop down like auto-complete for spelling errors rather than a mere underline as autocomplete is so much more efficient? Thanks!
![image](https://user-images.githubusercontent.com/7548378/121760617-a061f400-cb23-11eb-9969-174f8942ac92.png)
--
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/1081