Re: [Github-comments] [geany/geany-plugins] Splitting a snowman in half crashes Geany with Spell Check (inserting a space before Unicode VARIATION SELECTOR-16) (#1041)

2020-12-07 Thread Miro Hrončok
https://github.com/openscad/openscad/issues/2965#issuecomment-500542956 -- 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/1041#issuecomment-739878064

Re: [Github-comments] [geany/geany-plugins] Splitting a snowman in half crashes Geany with Spell Check (inserting a space before Unicode VARIATION SELECTOR-16) (#1041)

2020-12-07 Thread Miro Hrončok
IIRC the other issue when `-D_GLIBCXX_ASSERTIONS` caused a crash, it was caused by accessing `zero_length_vector[0]`. Let me try to find it. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub:

Re: [Github-comments] [geany/geany-plugins] Splitting a snowman in half crashes Geany with Spell Check (inserting a space before Unicode VARIATION SELECTOR-16) (#1041)

2020-12-07 Thread Miro Hrončok
> Without testing further, my money would go on `-D_GLIBCXX_ASSERTIONS`. I recall seeing this in other places as well, so I concur this is the flag. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub:

Re: [Github-comments] [geany/geany-plugins] Splitting a snowman in half crashes Geany with Spell Check (inserting a space before Unicode VARIATION SELECTOR-16) (#1041)

2020-12-06 Thread Miro Hrončok
> FWIW I just tried to compile Geany master with Clang as well as with [what > seem to be Fedora's hardening > flags](https://fedoraproject.org/wiki/Changes/Harden_All_Packages), yet I > still can't reproduce. FTR the cflags in Fedora are: -O2 -flto=auto -ffat-lto-objects -fexceptions -g

Re: [Github-comments] [geany/geany-plugins] Splitting a snowman in half crashes Geany with Spell Check (inserting a space before Unicode VARIATION SELECTOR-16) (#1041)

2020-12-05 Thread Miro Hrončok
Can I run it without make install? Do I need to do this with plugins and geany somehow combined? -- 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/1041#issuecomment-739417346

Re: [Github-comments] [geany/geany-plugins] Splitting a snowman in half crashes Geany with Spell Check (inserting a space before Unicode VARIATION SELECTOR-16) (#1041)

2020-12-05 Thread Miro Hrončok
``` $ fc-match -s monospace | grep -i emoji OpenSansEmoji.ttf: "OpenSansEmoji" "Regular" NotoColorEmoji.ttf: "Noto Color Emoji" "Regular" ``` -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub:

Re: [Github-comments] [geany/geany-plugins] Splitting a snowman in half crashes Geany with Spell Check (inserting a space before Unicode VARIATION SELECTOR-16) (#1041)

2020-12-05 Thread Miro Hrončok
I kinda think that having the colored version is a must for the crash to happen :/ -- 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/1041#issuecomment-739218929

Re: [Github-comments] [geany/geany-plugins] Splitting a snowman in half crashes Geany with Spell Check (inserting a space before Unicode VARIATION SELECTOR-16) (#1041)

2020-12-03 Thread Miro Hrončok
> The snowman code point is followed by a variant selector code point that says > make the preceding character a different style, in the case of the snowman it > makes it coloured. Your "split" puts another code point between the snowman > and the variant selector so it applies to this code

Re: [Github-comments] [geany/geany-plugins] Splitting a snowman in half crashes Geany with Spell Check (inserting a space before Unicode VARIATION SELECTOR-16) (#1041)

2020-12-03 Thread Miro Hrončok
``` $ fc-match Monospace DejaVuSansMono.ttf: "DejaVu Sans Mono" "Regular" ``` -- 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/1041#issuecomment-737707422

Re: [Github-comments] [geany/geany-plugins] Splitting a snowman in half crashes Geany with Spell Check (inserting a space before Unicode VARIATION SELECTOR-16) (#1041)

2020-11-30 Thread Miro Hrončok
Changing font to a random different font doesn't make a difference. -- 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/1041#issuecomment-736168085

Re: [Github-comments] [geany/geany-plugins] Splitting a snowman in half crashes Geany with Spell Check (inserting a space before Unicode VARIATION SELECTOR-16) (#1041)

2020-11-30 Thread Miro Hrončok
> post the version of GTK and Glib and OS and version (see top of help->debug > messages) Using GTK+ v3.24.23 and GLib v2.66.3 runtime libraries ``` 02:58:18: Geany INFO: Geany 1.37.1, cs_CZ.utf8 02:58:18: Geany INFO: GTK 3.24.23, GLib 2.66.3 02:58:18: Geany INFO

Re: [Github-comments] [geany/geany-plugins] Splitting a snowman in half crashes Geany with Spell Check (inserting a space before Unicode VARIATION SELECTOR-16) (#1041)

2020-11-30 Thread Miro Hrončok
``` [New Thread 0x75822640 (LWP 2038263)] [New Thread 0x74f8b640 (LWP 2038264)] [New Thread 0x7fffe7fff640 (LWP 2038265)] [New Thread 0x7fffe77fe640 (LWP 2038266)] [Detaching after fork from child process 2038267] [Thread 0x7fffe77fe640 (LWP 2038266) exited]

Re: [Github-comments] [geany/geany-plugins] Splitting a snowman in half crashes Geany with Spell Check (inserting a space before Unicode VARIATION SELECTOR-16) (#1041)

2020-11-30 Thread Miro Hrončok
I see no patch that could possibly affect this. @dmaphy can confirm or deny. -- 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/1041#issuecomment-735949748

Re: [Github-comments] [geany/geany-plugins] Splitting a snowman in half crashes Geany with Spell Check (inserting a space before Unicode VARIATION SELECTOR-16) (#1041)

2020-11-30 Thread Miro Hrončok
Thanks @elextr, I've only realized this is dependent on spell check when creating the screenshot. -- 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/1041#issuecomment-735705602

[Github-comments] [geany/geany-plugins] Splitting a snowman in half crashes Geany with Spell Check (inserting a space before Unicode VARIATION SELECTOR-16) (#1041)

2020-11-30 Thread Miro Hrončok
Hello. I run geany 1.37.1 on Fedora 33 and Geany crashes when I try to put a space between an emoji and Unicode VARIATION SELECTOR-16. Steps to reproduce: 1. Enable the Spell Check plugin and enable spell checking. I use en_US in case it matters. 2. Insert an emoji with VARIATION SELECTOR-16,

[Github-comments] [geany/geany] Splitting a snowman in half crashes Geany with Spell Check (inserting a space before Unicode VARIATION SELECTOR-16) (#2681)

2020-11-30 Thread Miro Hrončok
Hello. I run geany 1.37.1 on Fedora 33 and Geany crashes when I try to put a space between an emoji and Unicode VARIATION SELECTOR-16. Steps to reproduce: 2. Enable the Spell Check plugin and enable spell checking. I use en_US in case it matters. 1. Insert an emoji with VARIATION SELECTOR-16,

[Github-comments] [geany/geany] Update Python identifiers with Python 3.7 (#1894)

2018-07-06 Thread Miro Hrončok
Fixes https://github.com/geany/geany/issues/1351 You can view, comment on, or merge this pull request online at: https://github.com/geany/geany/pull/1894 -- Commit Summary -- * Update Python identifiers with Python 3.7 -- File Changes -- M data/filedefs/filetypes.python (4) -- Patch

Re: [Github-comments] [geany/geany] async/await is not highlighted in Python code (#1351)

2018-07-03 Thread Miro Hrončok
3.7 is out -- 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/1351#issuecomment-402060170

Re: [Github-comments] [geany/geany] async/await is not highlighted in Python code (#1351)

2016-12-28 Thread Miro Hrončok
1. I meant adding them in the script not to be forgotten 2. That's up to you. I think that it is more likely that people have them in new code as keywords than other way around. Thanks for the workaround tip. -- You are receiving this because you are subscribed to this thread. Reply to this

Re: [Github-comments] [geany/geany] async/await is not highlighted in Python code (#1351)

2016-12-28 Thread Miro Hrončok
Thanks for the info. Would it be possible to add `async` and `await` manually for now and remove it in the future? -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub:

[Github-comments] [geany/geany] async/await is not highlighted in Python code (#1351)

2016-12-28 Thread Miro Hrončok
`async` and `await` are Python keywords since Python 3.5, however, they are not highlighted as such in Geany. ![geany-async](https://cloud.githubusercontent.com/assets/2401856/21525405/64e7c93a-cd1d-11e6-8763-c04751220905.png) -- You are receiving this because you are subscribed to this