Correct me if I am wrong, but I do not see a way to change the width of the folding margin. It also appears that `fold.on.open` does not work in Geany. Could a feature be added so that users have access to setting the properties that would normally be seen in a `SciTEGlobal.properties` file? For instance, I am needing to change `fold.margin.width=24` and `fold.on.open=1`.
--
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/2068
Obviously the changes shown so far aren't intended to work or compile. Anyone want to hold my hand to start on this patch for #2068 though? I thought I'd take advantage of this new GitHub "draft pull request" feature and make it a little easier for someone to help me get started on it.
So I'm not at all sure how to approach this patch yet. Am I in the right ball-park as far as which files I'm editing?
You can view, comment on, or merge this pull request online at:
https://github.com/geany/geany/pull/2140
-- Commit Summary --
* start on issue #2068
* add more code to work with
-- File Changes --
M data/filedefs/filetypes.common (3)
M src/highlighting.c (6)
M src/sciwrappers.c (2)
-- Patch Links --
https://github.com/geany/geany/pull/2140.patchhttps://github.com/geany/geany/pull/2140.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/2140
Underscore doesn't appear.
I try it in many programming leanguages and with many themes.
![screenshot](https://cloud.githubusercontent.com/assets/18686996/22714992/5145e1e0-ed8f-11e6-8e3c-44c3f9cb065c.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/1387
[Appstream metadata](https://www.freedesktop.org/software/appstream/docs/chap-Metadata… is an xml file that allows your application to be visible to application stores like gnome-software (KDE discover) and really makes it easy for people on Linux to browse, install and now even write reviews for your app. This patch adds a (mostly working) appdata file and makes it known to Makefile.am. Comments inside the appdata file indicate where this could use some love, e.g. with 16:9 screenshots instead of 4:3 links taken from the geany website. The other info (optional) is to add the main dev's email (or whoever maintains the appdata file upstream) as the update_contact (also added as a comment).
Hope you find this useful. Thanks!
You can view, comment on, or merge this pull request online at:
https://github.com/geany/geany/pull/1142
-- Commit Summary --
* Add appdata file and make it known to Makefile.am.
-- File Changes --
M Makefile.am (3)
A geany.appdata.xml (34)
-- Patch Links --
https://github.com/geany/geany/pull/1142.patchhttps://github.com/geany/geany/pull/1142.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/1142
The color scheme set for Geany doesn't style the terminal window. I chose a color scheme for xfce4-terminal outside Geany, I tried to switch to this emulator inside Geany, but the color scheme isn't applied.
![Screenshot_2019-06-10_12-17-59](https://user-images.githubusercontent.com/574268/59189601-c17d5c00-8b7a-11e9-948f-d670b5464d9f.png)
It doesn't seem to be possible to change the color scheme in the terminal window to for example a base16 scheme, as I can with the editor. Is this correct?
--
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/2180
Hi, been having this issue for some time now, not able to reproduce at will: sometimes it happens soon, sometimes, later, sometimes it doesn't happen.
Geany stops responding (the rest of the applications work as expected, so it is limited to Geany when it happens.) until I get a force close popup (end process).
I have a gdb dump of when it happened, maybe someone, can see what the issue is?
here is the dump: https://office.onlinecommunityhub.nl/nextcloud/s/M4ZFisDs2yEDLMg
Running on Lubuntu 18.10
the crash part is (end of the gdb dump)
```[xcb] Unknown sequence number while processing queue
[xcb] Most likely this is a multi-threaded client and XInitThreads has not been called
[xcb] Aborting, sorry about that.
geany: ../../src/xcb_io.c:259: poll_for_event: Assertion `!xcb_xlib_threads_sequence_lost' failed.
Thread 1 "geany" received signal SIGABRT, Aborted.
__GI_raise (sig=sig@entry=6) at ../sysdeps/unix/sysv/linux/raise.c:51
51 ../sysdeps/unix/sysv/linux/raise.c: 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/1962
The [plugins install page](https://plugins.geany.org/install.html) says to search for plugins with `apt-cache search geany`. When I run that command on Ubuntu 20, it doesn't show any markdown plugins. How can I install the plugin?
--
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/982