[Github-comments] Re: [geany/geany] Sync our ctags to the latest tag version (p6.1.20240421.0) (PR #3859)

2024-05-13 Thread Colomban Wendling via Github-comments
@b4n approved this pull request. I didn't review all parser's changes (sorry :sob:), but the Geany changes, tests and behavior look good :+1: -- Reply to this email directly or view it on GitHub: https://github.com/geany/geany/pull/3859#pullrequestreview-2053777392 You are receiving this

[Github-comments] Re: [geany/geany] Sync our ctags to the latest tag version (p6.1.20240421.0) (PR #3859)

2024-05-13 Thread Colomban Wendling via Github-comments
@techee I just added 2 more commits -- feel free to comment and reject them :) Anyway, looks good to me now. -- Reply to this email directly or view it on GitHub: https://github.com/geany/geany/pull/3859#issuecomment-2108753021 You are receiving this because you are subscribed to this thread.

[Github-comments] Re: [geany/geany] Sync our ctags to the latest tag version (p6.1.20240421.0) (PR #3859)

2024-05-13 Thread Colomban Wendling via Github-comments
@b4n pushed 2 commits. 77614bd228aaba187faaef3631d127f231fce1f4 Map PowerShell classes and enums ae75c73b48db70a5d59e2dc02a566f1ebfa2ef46 Fix a JavaScript test -- View it on GitHub:

[Github-comments] [geany/geany-themes] Update spyder-dark.conf: Fix invisible text in symbols highlight (PR #73)

2024-05-13 Thread triorr via Github-comments
marker_line fix invisible text in symbols highlight You can view, comment on, or merge this pull request online at: https://github.com/geany/geany-themes/pull/73 -- Commit Summary -- * Update spyder-dark.conf -- File Changes -- M colorschemes/spyder-dark.conf (2) -- Patch Links --

[Github-comments] Re: [geany/geany-plugins] Vimode: Fix cursor hang with folded lines (PR #1326)

2024-05-13 Thread cresto sylvain via Github-comments
@scresto09 commented on this pull request. > /* Calling SCI_LINEUP/SCI_LINEDOWN in a loop for num lines leads to > visible * slow scrolling. On the other hand, SCI_LINEUP preserves the value of * SCI_CHOOSECARETX which we cannot read directly from Scintilla and which

[Github-comments] Re: [geany/geany-plugins] Vimode: fix cursor position after using undo (PR #1328)

2024-05-13 Thread cresto sylvain via Github-comments
You're right, my previous correction was not correct. [327cdde](https://github.com/geany/geany-plugins/pull/1328/commits/327cdde2d506400ad6e05342c0d6095e9c254e0e) is a new fix using the SC_MOD_BEFOREINSERT and SC_PERFORMED_UNDO events to save the cursor position. -- Reply to this email

[Github-comments] Re: [geany/geany-plugins] Vimode: fix cursor position after using undo (PR #1328)

2024-05-13 Thread cresto sylvain via Github-comments
@scresto09 pushed 1 commit. 327cdde2d506400ad6e05342c0d6095e9c254e0e use SC_MOD_BEFOREINSERT and SC_PERFORMED_UNDO events to track cursor position to restore after undo -- View it on GitHub:

[Github-comments] Re: [geany/geany] Windows: allow forward slashes (/) instead of backslashes (\) in "Open file" dialog (Issue #3868)

2024-05-13 Thread cousteau via Github-comments
Geany 2.0 | GTK+ v3.24.39 | GLib v2.78.0 I just tried with a different GTK program (gtkwave) and it doesn't support `/` either, so you're probably right. Pity. -- Reply to this email directly or view it on GitHub: https://github.com/geany/geany/issues/3868#issuecomment-2107572314 You are