When trying to open a file, either by menu or ctrl-o, the message:
```
Windows - No disk
Exception Processing Message 0xc0000013 - Unexpected parameters
```
appears; clicking on "cancel" or "continue" results many times in the same error message window. In the end, it is possible to open a file.
OS: Windows 8.1
Geany version: 1.38
--
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/3135
You are receiving this because you are subscribed to this thread.
Message ID: <geany/geany/issues/3135(a)github.com>
The Vimode plugin is not enabling.
Tried resetting everything. Opening geany in terminal also doesn't report anything.
Arch linux 5.16.11-zen1-1-zen
geany 1.38 (built on 2021-10-09 with GTK 3.24.30, GLib 2.70.0).
--
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany-plugins/issues/1167
You are receiving this because you are subscribed to this thread.
Message ID: <geany/geany-plugins/issues/1167(a)github.com>
Closed #267 via 22aac4436da749d69aa1b330feb517ad0a4bac74.
--
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/267#event-6188201900
You are receiving this because you are subscribed to this thread.
Message ID: <geany/geany/issue/267/issue_event/6188201900(a)github.com>
As per #267 we agreed that this pref makes little sense. Especially
as we're considering to move the project session files to a completely
separate file (so neither geany.conf nor $project.geany).
Currently, if not checked, the project session files would be stored
in the (new) session.conf file, overwriting the non-project session.
This is what #267 is about.
You can view, comment on, or merge this pull request online at:
https://github.com/geany/geany/pull/3125
-- Commit Summary --
* Remove pref "Use project-based session files", now always enabled
-- File Changes --
M data/geany.glade (16)
M src/keyfile.c (2)
M src/libmain.c (2)
M src/prefs.c (6)
M src/project.c (54)
M src/project.h (1)
-- Patch Links --
https://github.com/geany/geany/pull/3125.patchhttps://github.com/geany/geany/pull/3125.diff
--
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/pull/3125
You are receiving this because you are subscribed to this thread.
Message ID: <geany/geany/pull/3125(a)github.com>
When color chooser by double click is enabled, it opens not only for valid color hex strings like `#FFFFFF` or `#FFF`, but for anything, that ends with 3 or 6 hex digits (doesn't reproduce if they are in the middle or start).
It could be described by following grep's extended regex:
``` grep
(#|0x|\x|[^0-9a-zA-Z])([0-9A-Fa-f]{3}|[0-9A-Fa-f]{4}|[0-9A-Fa-f]{6}|[0-9A-Fa-f]{8}|[0-9A-Fa-f]{12}|[0-9A-Fa-f]{16}|[0-9A-Fa-f]{24}|[0-9A-Fa-f]{32})[^0-9a-zA-Z]
```
Although I'm not so sure about 8 xdigits per channel, having it supported by editor plugin should not be a burden; at least 4 digits per channel are covered by gtk3 editor, and I guess 8 digits would be also all covered by GdkRGBA color format (assuming it's used by this plugin instead of GdkColor). Of course, if other recognition way is used than regexp, than it could be just 2^n digits per channel for any positive n.
May be good if it tried to maintain existing precision or it would easily upgrade 1 digit per channel to all 8. :)
For alpha channel - I'm not sure, is there way to decide if it goes first or last (perhaps - either do it last by default or add option to change order).
--
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany-plugins/issues/1166
You are receiving this because you are subscribed to this thread.
Message ID: <geany/geany-plugins/issues/1166(a)github.com>
in geany 1.38 when ever i compile its showing>> process failed(systemm cannot find file specifyed)
i am new to this i dont know anything plzz help......
![image](https://user-images.githubusercontent.com/89537585/156123378-08125ddd-82a1-4d66-8967-f427d8e1f611.png)
--
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/3132
You are receiving this because you are subscribed to this thread.
Message ID: <geany/geany/issues/3132(a)github.com>