Re: [Github-comments] [geany/geany-plugins] Pasting a an odd CR+LF from website crashes Geany (possibly from an odd encoding) (#1036)

2020-11-20 Thread Matthew Brush
> Weird indeed… may be the same as #1022? Was my first thought too. -- 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/1036#issuecomment-731484823

Re: [Github-comments] [geany/geany] Geany on Fedora 33 freezes (#2665)

2020-11-20 Thread Matthew Brush
@vkireyeu good news! If you are willing and able, it would be interesting to see if you experience the same issue with [Scite](https://www.scintilla.org/SciTE.html) which is the reference editor for the source code editing widget/component Geany uses (Scintilla). If you experience the same

Re: [Github-comments] [geany/geany-plugins] Pasting a an odd CR+LF from website crashes Geany (possibly from an odd encoding) (#1036)

2020-11-20 Thread Jacob Gustafson
> …or maybe there's a specific spellcheck configuration option that triggers a > crash maybe? Correct! I enable "Check spelling while typing" and then it crashes when I paste, even with a temp config. That makes sense. -- You are receiving this because you are subscribed to this thread. Reply

Re: [Github-comments] [geany/geany] Nim configuration is broken (#2669)

2020-11-20 Thread Colomban Wendling
> So, what can I do? Easiest is to replace `[build-menu]` with `[build-settings]` in *filetypes.Nim.conf*. But basically yes, the Nim filetype we distribute is kind of broken in that regard. > Why is there a filetypes.python but no filetypes.nim. And why is there a > filetypes.Nim.conf

Re: [Github-comments] [geany/geany] Nim configuration is broken (#2669)

2020-11-20 Thread HJarausch
So, what can I do? Why is there a filetypes.python but no filetypes.nim. And why is there a filetypes.Nim.conf Is there any documentation about these files? -- 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] use relative path in project file (#2667)

2020-11-20 Thread Keuronde
I have push a new commit taking into account your remarks (Was it the good way to proceed ?) I have update the documentation and add the tooltip. -- 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] use relative path in project file (#2667)

2020-11-20 Thread Keuronde
@Keuronde pushed 1 commit. 9ce85e9b9bc32203b53d39408e4260348eda83b5 Update documentation for this feature. -- You are receiving this because you are subscribed to this thread. View it on GitHub:

Re: [Github-comments] [geany/geany] use relative path in project file (#2667)

2020-11-20 Thread Keuronde
@Keuronde pushed 1 commit. 39e0b0753f1d5d2061b5d85fc54ac9062c20c320 Update after elextr pre-review -- You are receiving this because you are subscribed to this thread. View it on GitHub:

Re: [Github-comments] [geany/geany] use relative path in project file (#2667)

2020-11-20 Thread Keuronde
@Keuronde commented on this pull request. > @@ -1218,6 +1242,21 @@ static gboolean open_session_file(gchar **tmp, guint > len) unescaped_filename = g_uri_unescape_string(tmp[7], NULL); locale_filename = utils_get_locale_from_utf8(unescaped_filename); + /* is the

Re: [Github-comments] [geany/geany] Nim configuration is broken (#2669)

2020-11-20 Thread elextr
The entries in `[build-menu]` are for `[build-settings]` so they are not recognised. -- 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/2669#issuecomment-731355877

Re: [Github-comments] [geany/geany] use relative path in project file (#2667)

2020-11-20 Thread Keuronde
@Keuronde commented on this pull request. > @@ -611,6 +618,10 @@ static void show_project_properties(gboolean show_build) gtk_entry_set_text(GTK_ENTRY(e.patterns), entry_text); g_free(entry_text); + gtk_toggle_button_set_active( +

Re: [Github-comments] [geany/geany] use relative path in project file (#2667)

2020-11-20 Thread Keuronde
@Keuronde commented on this pull request. > if (ft == NULL) /* can happen when saving a new file when quitting */ ft = filetypes[GEANY_FILETYPES_NONE]; - locale_filename = utils_get_locale_from_utf8(doc->file_name); + /* project_root_folder contain a path

Re: [Github-comments] [geany/geany-plugins] Pasting a an odd CR+LF from website crashes Geany (possibly from an odd encoding) (#1036)

2020-11-20 Thread Colomban Wendling
…or maybe there's a specific spellcheck configuration option that triggers a crash maybe? -- 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/1036#issuecomment-731353937

Re: [Github-comments] [geany/geany] use relative path in project file (#2667)

2020-11-20 Thread Keuronde
@Keuronde commented on this pull request. > if (ft == NULL) /* can happen when saving a new file when quitting */ ft = filetypes[GEANY_FILETYPES_NONE]; - locale_filename = utils_get_locale_from_utf8(doc->file_name); + /* project_root_folder contain a path

Re: [Github-comments] [geany/geany-plugins] Pasting a an odd CR+LF from website crashes Geany (possibly from an odd encoding) (#1036)

2020-11-20 Thread Colomban Wendling
Weird indeed… may be the same as #1022? -- 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/1036#issuecomment-731262489

[Github-comments] [geany/geany-plugins] Pasting a an odd CR+LF from website crashes Geany (possibly from an odd encoding) (#1036)

2020-11-20 Thread Jacob Gustafson
- Geany 1.36 - en_US.UTF-8 - GTK 3.24.23 - GLib 2.64.6 Copying and pasting these four characters crashes Geany 1.36 consistently: ![image](https://user-images.githubusercontent.com/7557867/99807263-40ffb080-2b0d-11eb-9a39-944932d5982d.png) - Opening the file doesn't crash Geany, but _pasting_ it

[Github-comments] [geany/geany] Nim configuration is broken (#2669)

2020-11-20 Thread HJarausch
When open a .nim file or creating an project with a .nim file The Build pull down menu doesn't offer the 'Compile' button. -- 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/2669

Re: [Github-comments] [geany/geany] Pasting a an odd CR+LF from website crashes Geany (possibly from an odd encoding) (#2668)

2020-11-20 Thread Jacob Gustafson
> geany -c /tmp/temp-conf Yep, no crash. On my first try I found that which plugin to disable - regular mode: prevent crash by disabling: spell check - also I have: Addons, File Browser, Save Actions - if I have spell check disabled, then restart, no crash; enable it, paste, instant crash -

Re: [Github-comments] [geany/geany] Pasting a an odd CR+LF from website crashes Geany (possibly from an odd encoding) (#2668)

2020-11-20 Thread Colomban Wendling
I can't reproduce in 1.37/current master. What you have is [zero-width-space (U+200B)](https://en.wikipedia.org/wiki/Zero-width_space) followed by a newline (U+0A). Nothing too weird here, and nothing that I would expect Geany to crash on. @poikilos do you have any plugins enabled? In any

[Github-comments] [geany/geany-plugins] 3 mistakes in spellcheck (#1035)

2020-11-20 Thread ralf3u
mistake 1 geany is opened; a document is opened; spellcheck-symbol is deactivated; click spellcheck-symbol; some words are marked; now close geany; reopen the document; document appears in geany; spellcheck-symbol is still activated; problem: words are not marked although spellcheck-symbol is

[Github-comments] [geany/geany] Pasting a an odd CR+LF from website crashes Geany (possibly from an odd encoding) (#2668)

2020-11-20 Thread Jacob Gustafson
- Geany 1.36 - en_US.UTF-8 - GTK 3.24.23 - GLib 2.64.6 Copying and pasting these four characters crashes Geany 1.36 consistently: ![image](https://user-images.githubusercontent.com/7557867/99807263-40ffb080-2b0d-11eb-9a39-944932d5982d.png) - Opening the file doesn't crash Geany, but _pasting_ it

Re: [Github-comments] [geany/geany] Geany on Fedora 33 freezes (#2665)

2020-11-20 Thread vkireyeu
I tried to find how to enable X11 on Fedora or check what I am using (X11 or wayland), so, it seems like the whole time on my laptop I was using X11. Maybe it was because of my cards (Intel + Nvidia). Now I configured system to finally use Wayland (I hope!), so ``` $ echo $XDG_SESSION_TYPE