Is dart supported now?
--
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/371#issuecomment-1631284985
You are receiving this because you are subscribed to this thread.
Message ID: <geany/geany/issues/371/1631284985(a)github.com>
Numbered bookmarks plugin have problem in new Fedora 38 distribution
It use ctrl+shift+N (there N is 1-9) for set bookmarks
It was work fine in Fedora 36, but after I try to press ctrl+shift+1 in Fedora 38, it change program code text in editor, adding ! to it.
The same with ctrl+shift 3,4,5 - added #$%, ctrl+shift 6 work fine.
How I can repear this problem ?
I also add question to Ask Fedora (possible it is Fedora problem ?)
https://discussion.fedoraproject.org/t/numbered-bookmarks-in-geany-became-u…
--
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany-plugins/issues/1261
You are receiving this because you are subscribed to this thread.
Message ID: <geany/geany-plugins/issues/1261(a)github.com>
I use msys2 to compile geany-plugin-1.38 source code ;when I excute "make j2" in msys2 ;it shows:
"collect2.exe:error :ld return 1 exit status " "make[2]: *** [makefile:762:viw.exe] Error 1";
I want to know how to solve it
--
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany-plugins/issues/1255
You are receiving this because you are subscribed to this thread.
Message ID: <geany/geany-plugins/issues/1255(a)github.com>
With the latest version of msys, the viw binary fails to link (most probably it should be built as a C++ binary instead of the current plain C binary).
Since this binary is used just for testing purposes, there's no need to build it on Windows so this patch skips the build there to avoid this problem.
Fixes #1255 (hopefully)
You can view, comment on, or merge this pull request online at:
https://github.com/geany/geany-plugins/pull/1259
-- Commit Summary --
* vimode: Don't build the viw binary on Windows
-- File Changes --
M vimode/src/Makefile.am (14)
-- Patch Links --
https://github.com/geany/geany-plugins/pull/1259.patchhttps://github.com/geany/geany-plugins/pull/1259.diff
--
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany-plugins/pull/1259
You are receiving this because you are subscribed to this thread.
Message ID: <geany/geany-plugins/pull/1259(a)github.com>
> @eht16 I did the rebase, verified it compiles/works as expected on my rhel 8 workstation. Shall we give the CI another shot?
The CI is fine.
Though you added quite some new code in the last commit which should be reviewed.
Btw, what is the "#5" referring to you mentioned in the commit message?
--
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany-plugins/pull/1221#issuecomment-1627750676
You are receiving this because you are subscribed to this thread.
Message ID: <geany/geany-plugins/pull/1221/c1627750676(a)github.com>
@eht16 I did the rebase, verified it compiles/works as expected on my rhel 8 workstation. Shall we give the CI another shot?
--
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany-plugins/pull/1221#issuecomment-1622136258
You are receiving this because you are subscribed to this thread.
Message ID: <geany/geany-plugins/pull/1221/c1622136258(a)github.com>
@asifamin13 pushed 2 commits.
694d69d7402125f91a567734c16828f67978d0b2 Bracket Colors
44de64d1050b2f32c574c842e7ffdc80dda59084 Bracket Colors: Support user defined colors (#5)
--
View it on GitHub:
https://github.com/geany/geany-plugins/pull/1221/files/f176f5c7713be823f03a…
You are receiving this because you are subscribed to this thread.
Message ID: <geany/geany-plugins/pull/1221/push/14216665953(a)github.com>
You edit any file and go a walk or whatever, during which Geany is idle for a long time. When you come back later, Geany does not respond. It just captures any image above, creating artifacts inside its window.
It is not enough to block the screen and unlock it.
This version of Geany comes from geany-git, which downloads the source code from GitHub and builds it.
System: Manjaro Linux (Plasma)
```
$ inxi
CPU: quad core Intel Core i7-7700 (-MT MCP-) speed/min/max: 800/800/4200 MHz
Kernel: 6.2.8-1-MANJARO x86_64 Up: 4d 6h 48m Mem: 6812.3/32059.9 MiB (21.2%)
Storage: 469.67 GiB (71.5% used) Procs: 288 Shell: Zsh inxi: 3.3.26
```
```
$ geany -v
Geany-INFO: 20:35:09.982: Geany 1.39 (git >= 406c6cd91), unknown
Geany-INFO: 20:35:09.982: GTK 3.24.37, GLib 2.76.1
Geany-INFO: 20:35:09.982: OS: Manjaro Linux
Geany-INFO: 20:35:09.982: System data dir: /usr/share/geany
Geany-INFO: 20:35:09.982: User config dir: /home/baltasarq/.config/geany
Geany-INFO: 20:35:10.065: Loaded GTK+ CSS theme '/usr/share/geany/geany.css'
Geany-INFO: 20:35:10.065: Loaded GTK+ CSS theme '/usr/share/geany/geany-3.20.css'
...
```
--
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/3447
You are receiving this because you are subscribed to this thread.
Message ID: <geany/geany/issues/3447(a)github.com>
MacBook Pro, Ventura 13.4.1
Whilst working through the resolution of a previous issue (https://github.com/geany/geany-osx/issues/42) one pre-release version of Geany was able to show the document list as a hierarchical tree rather than a flat list. The subsequent release build (Sulamar 1.38 2023-03-25 with GTK+ v3.24.36 and GLib v2.72.0)) excluded this feature. Is there a setting to switch on the hierarchical view, or is it new feature which needs to be requested?
--
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany-osx/issues/46
You are receiving this because you are subscribed to this thread.
Message ID: <geany/geany-osx/issues/46(a)github.com>