[Github-comments] Re: [geany/geany] Caret holding shift too long, or holding shift then typing a character after a space crashes Geany sometimes (race condition) (Issue #3927)

2024-07-26 Thread Jacob Gustafson via Github-comments
- uninstalled it - installed the nightly repo...instructions were a bit strange here: since they say to use buster. I tried changing the deb source to say "bookworm" since Ubuntu 22.04 Jammy is based on bookworm, but it couldn't find the right version

[Github-comments] Re: [geany/geany] Caret holding shift too long, or holding shift then typing a character after a space crashes Geany sometimes (race condition) (Issue #3927)

2024-07-22 Thread Jacob Gustafson via Github-comments
> @Poikilos just out of interest why are you treating basic filetypes as pascal? Simply because there was not a BASIC nor VB highlighter, and IIRC many of the keywords are the same. But wait...I see now there *is* a **FreeBASIC** highlighter so I should use that. @techee It sounds like you hav

[Github-comments] [geany/geany] Caret (`^`) crashes Geany sometimes (race condition) (Issue #3927)

2024-07-20 Thread Jacob Gustafson via Github-comments
- OS: Linux Mint 21.3 - Geany 1.38 "Sulamar" (built on or after 2021-10-14) Using GTK+ v3.24.33 and GLib v2.72.4 runtime libraries I think I encountered this before, but didn't know how to reproduce it. I'm pretty sure it only happened before when I pressed shift, so the steps below *may* be th

[Github-comments] Re: [geany/geany] Reflow Lines/Block incorrectly treats long line marker (#2078)

2023-09-17 Thread Jacob Gustafson via Github-comments
>it is only coincidentally close with single width characters, no combining >characters and monospace font. Yes, in my test I was using a monospace font. -- Reply to this email directly or view it on GitHub: https://github.com/geany/geany/issues/2078#issuecomment-1722563945 You are receiving th

[Github-comments] Re: [geany/geany] Reflow Lines/Block incorrectly treats long line marker (#2078)

2023-09-16 Thread Jacob Gustafson via Github-comments
> I have to say I find it simple and consistent, line breaking always behaves > the same, it breaks **at** the specified column, always, no matter what, > thats being consistent. It is not doing it consistently but not correctly. Regardless of whether you take 72 to mean column 72 (73rd column

Re: [Github-comments] [geany/geany] Half of interface frozen, very slow loading of files (Windows 10) (#2844)

2021-10-13 Thread Jacob Gustafson
@eht16 Excellent, 1.38 takes about 3 seconds to load, even with 30 files in the saved session. :+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/2844#issuecomment-942231007

Re: [Github-comments] [geany/geany] Half of interface frozen, very slow loading of files (Windows 10) (#2844)

2021-07-21 Thread Jacob Gustafson
confirmed on 1.37 (no plugins, "Using GTK+ v2.24.32 and GLib v2.66.2 runtime libraries") vs Notepad++ -- 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/2844#issuecomment-884361761

[Github-comments] [geany/geany] geany-addons won't install via chocolatey since the geany version is later. (#2849)

2021-07-21 Thread Jacob Gustafson
``` Chocolatey v0.10.15 Installing the following packages: geany-plugins By installing you accept licenses for the packages. Progress: Downloading geany-plugins 1.37... 100% geany-plugins v1.37 [Approved] geany-plugins package files install completed. Performing other installation steps. File app

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

[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

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 -

[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] Opening HTM file does not select the HTML highlighter (#1985)

2018-10-27 Thread Jacob Gustafson
Something to think about: Browsers could expect correctly formed html, but html editors are guaranteed to contain html that either needs errors corrected or content updated. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: h

Re: [Github-comments] [geany/geany] Opening HTM file does not select the HTML highlighter (#1985)

2018-10-26 Thread Jacob Gustafson
> Note that html files have to fail a test for starting with ` ` not properly formed HTML files. Ironically I have web design students learning how to add the DOCTYPE but it is not the first step of the instructions :/ -- You are receiving this because you are subscribed to this thread. Reply t

[Github-comments] [geany/geany] Opening HTM file does not select the HTML highlighter (#1985)

2018-10-25 Thread Jacob Gustafson
Version: 1.33 "built on or after 2018-02-28" A highlighter can be chosen manually of course, but upon opening html files, Geany correctly chooses the HTML highlighter, but with HTM files, it does not. -- You are receiving this because you are subscribed to this thread. Reply to this email direct