Re: [Github-comments] [geany] Add .mdwn and .mdown as Markdown extensions (#820)

2015-12-15 Thread Andrea Stacchiotti
@codebrainz Done --- Reply to this email directly or view it on GitHub: https://github.com/geany/geany/pull/820#issuecomment-164963790

[Github-comments] [geany/geany] Minor highlighting issue for "Conf" filetype (#996)

2016-04-11 Thread Andrea Stacchiotti
Let's start with: ``` andreas@duelitri:~$ geany -V geany 1.27 (generato il 2016-03-13 conGTK 2.24.30, GLib 2.46.2) ``` (you miss a space after 'con' in the Italian translation, but this is not the issue at hand). Reproduce the issue with the following script (bash): ``` echo -n a > /tmp/a.conf;

Re: [Github-comments] [geany/geany-plugins] [spellchecker] Apostrophes (`'`, ascii 39) at string boundary are spell-checked (#484)

2016-09-20 Thread Andrea Stacchiotti
Your second solution will generate some problems in languages like Italian, where `po'` is a word, but `po` isn't, but these are few corner cases that can be added to the dictionary when you meet them and a huge improvement wrt the current state. -- You are receiving this because you are

Re: [Github-comments] [geany/geany-plugins] [spellchecker] Apostrophes (`'`, ascii 39) at string boundary are spell-checked (#484)

2016-10-13 Thread Andrea Stacchiotti
I brutally replaced `spellcheck.so` in `/usr/lib` and tested it a bit. It seems to work perfectly well. Thanks for the fix. -- 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] [spellchecker] Apostrophes (`'`, ascii 39) at string boundary are spell-checked (#484)

2016-10-12 Thread Andrea Stacchiotti
Any way I can (easily) get the new version? -- 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/484#issuecomment-253164536

Re: [Github-comments] [geany/geany-plugins] Spellchecker - detect "underscore" or "low dash" ( _ ) as word separator (#496)

2016-12-30 Thread Andrea Stacchiotti
I (not the issue OP) tested it, too and found #512 works perfectly. Thank you for implementing this. -- 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/496#issuecomment-269769952

[Github-comments] [geany/geany-plugins] [Spellchecker][Wishlist] Split words on digits (#515)

2017-01-07 Thread Andrea Stacchiotti
Currently we have: * An initial digit marks the whole word as not checked: "1eror" is not underlined * An ending digit doesn't, and the resulting word is always wrong: "error1" is underlined I would like the spellchecker to split the words on digits, to have them behave like punctuation (like

[Github-comments] [geany/geany-plugins] [Spellcheck] Interrupt the spellchecker to crash Geany (#547)

2017-03-14 Thread Andrea Stacchiotti
How-to: * Start spell-checking a large document (I used a 4MB file that I can provide, if needed) * Close said file while the spell-checking is still ongoing * Geany crashes Trace: ``` $ geany -v ... SpellCheck-Message: Checking file "**redacted**" (using "en_US" (myspell)): Errore di

[Github-comments] [geany/geany-plugins] [Markdown][Feature Request] Open links in external browser (#544)

2017-03-12 Thread Andrea Stacchiotti
Currently, if a link is clicked in the markdown preview, said link is opened in the preview tab itself, instead of calling my main browser. This might be the desired outcome for relative links, but in my case opening youtube in the embedded browser led to audio glitches and then a nice crash.

Re: [Github-comments] [geany/geany-plugins] [Spellcheck] Interrupt the spellchecker to crash Geany (#547)

2017-05-07 Thread Andrea Stacchiotti
I tested it a bit and indeed it seems fixed. 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-plugins/issues/547#issuecomment-299710053