Hi,
now every time I try to open Geany I get the error message that translates to somewhat like: "Geany tried to use the Unix domain Socket of another instance.
Only changes since yesterday installed anaconda for Python 3, 64-bit...
Platform : Xubuntu 16.04
geany 1.27 (kompiliert am 2016-04-17 mit GTK 2.24.30, GLib 2.48.0)
--
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/1615
The idea is this: If a gnu / linux distribution that includes GEANY wants to include some customized snippets, just add the "snippets-distro.conf" file next to "snippets.info" of the system with a package. snippets will be added, to then load the user's personal in /home/user/.config/geany
It is a way for those who distribute Geany to incorporate their own snippets. In the case of Huayra gnu / linux, we added a pair that are used with the PILAS-ENGINE framework, for game development.
You can view, comment on, or merge this pull request online at:
https://github.com/geany/geany/pull/1866
-- Commit Summary --
* extra-custom-distro snippets support #1859
-- File Changes --
M src/editor.c (61)
-- Patch Links --
https://github.com/geany/geany/pull/1866.patchhttps://github.com/geany/geany/pull/1866.diff
--
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/pull/1866
Is there a way to set the min-width of the line numbers column?
Just because line 1 to 9 doesn't have the same width of line 100 to 999.
--
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/1694
Hi all,
I've successfully built the current master of geany and geany-plugins from source with the scope plugin. However, it seems that binaries are executed in a different way from geany when debugging.
I've a program which opens a image file using a relative path (e.g., ./resources/file.png). When geany is used to execute it, it runs without any problem. When I run it using scope, the program raises an error stating that the file cannot be found.
If I use an absolute path to the file, then I can run the program without errors from geany and from the debugger.
Thanks very much!
--
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/785
Hi!
I just want to let you know. I just tried Geany, and I'm not able to scroll the text with touchscreen. Otherwise, looks interesting, but it's a critical problem for me, so I have to stick with something else for now.
Geany v1.33 32-bit on Windows 10 1803 64-bit
--
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/1977
Geany is my all-time favourite IDE for C, C++, Python, HTML, JavaScript and just about anything else that requires a high-powered text-editor. Thanks!
What would make Geany even better is if part of the main toolbar (maybecould be used to add additional buttons for build commands that aren't just 'Build' or 'Compile'. Just like the build commands are customisable, I'd like to add toolbar buttons for custom per-project build commands that I use often. Maybe make it a plug-in!
Thanks for a great IDE! 😄
--
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/1550
>From my early tests it works fine loading and saving embedded NUL bytes, but I expect many features not to work properly (although e.g. regex search seems happy, yet displaying results not so much). It however should help getting to a point where these could be handled properly, and is handy also for slightly broken files and alike.
Anyway for now such files are loaded read-only and display a warning to the user to avoid most problems.
Related to (and should fix for the most part) #618 and #1708 (and possibly others).
You can view, comment on, or merge this pull request online at:
https://github.com/geany/geany/pull/1709
-- Commit Summary --
* Avoid weird length value
* Add sci_set_text_with_length()
* Don't cut the loaded data at the first NUL when passing it to Scintilla
* Don't cut UTF-8 documents at the first NUL byte when saving them
* encodings: Accept NULs when validating UTF-8
* Properly load files with embedded NULs
* Show an infobar for files with embedded NULs
-- File Changes --
M src/document.c (58)
M src/documentprivate.h (1)
M src/encodings.c (118)
M src/encodingsprivate.h (2)
M src/sciwrappers.c (10)
M src/sciwrappers.h (2)
-- Patch Links --
https://github.com/geany/geany/pull/1709.patchhttps://github.com/geany/geany/pull/1709.diff
--
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/pull/1709