Bug report:
"Find" does not work in the right windows of split windows. It only works in the left windows. (side-by-side split)
OS: Xubuntu 18 LTS
Geany: 1.32
Thanks.
--
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/833
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
When I select a text string in Geany and want to paste it into another window, when the text selection is gone, the clipboard buffer is cleared too.
--
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/2100
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
geany's default colour-scheme has boldface for keywords, types, and classes. It would be nice to see the other colour-schemes to follow this. For example, monokai would change as below.
type=bright_green;;true
class=type
function=bright_green
parameter=bright_orange;
keyword=hot_pink;;true
keyword_1=keyword
keyword_2=light_cyan;;true
keyword_3=keyword_1
keyword_4=keyword_2
--
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-themes/issues/24
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
The following CSS code (well, SCSS) is wrong colored for matching braces:
```css
.page-link {
display: block;
padding: 5px 10px;
&:not(:last-child) {
margin-right: 0;
}
```
Here is the output in Geany-1.34.1:
![wrong-coloring](https://user-images.githubusercontent.com/203767/53697904-6b0fbd00-3dd6-11e9-9cd1-172d126d308e.png)
BTW, would it be possible that `.scss` are also colored as `.css` files?
--
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/2099
Hello.
I used to work with notepad ++ in windows, now I want to switch to Geany.
I had a script based on the NppExec plugin.
```
cd $ (CURRENT_DIRECTORY)
"C:\programming\compiler.exe" "$ (FILE_NAME)" "-oF: JOB_DIR\plugins\$(NAME_PART).spwn"
```
The principle of his work is:
1. Go to the directory in which we work.
2. To the compiler we indicate the file to be compiled. The file that is open in the current tab.
3. The compiled file is placed in the specified directory.
The file name corresponds to what is open in the tab.
For example, the tab is open: test.txt, and the output will be test.spwn.
How to do this?
--
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/2044