Hello....
I am new to this forum..
I have started coding on Geany for learning python. I saved a file as "Something.py" then I start to code.
Well... I have an issue when I type dot (.) . It doesn't respond to a single tap. I have to type it twice, then two dots appear on the screen, then I have to delete one and then continue the coding.
When i press dot and then type ant character other than "r" , the dot and the character shows up at the same time. But when i press dot and a "r" , nothing shows up! (Tried several times!!)
How to solve it? My keyboard is working fine (checked on other text editors).
Thank you.
--
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/2472
Please place the following in an otherwise empty Perl file and try using Ctrl-B to match the brackets?
($a->@*)
On Geany 1.32, Kubuntu 18.04 the normally very helpful bracket matching capability fails.
($a->%*)
also demonstrates this behavior. Both expressions are syntactically correct Perl.
--
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/2471
Search marker is too translucent, barely visible with my theme. Currently, translucency is hardwired at 60. This pull request makes the search marker translucency configurable.
This patch is tested and working. Solved my problem beautifully.
You can view, comment on, or merge this pull request online at:
https://github.com/geany/geany/pull/2470
-- Commit Summary --
* Update filetypes.common
* Update geany.txt
* Update highlighting.c
* Update geany.txt
* Update highlighting.c
-- File Changes --
M data/filedefs/filetypes.common (3)
M doc/geany.txt (8)
M src/highlighting.c (6)
-- Patch Links --
https://github.com/geany/geany/pull/2470.patchhttps://github.com/geany/geany/pull/2470.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/2470
![screenshot](https://i.ibb.co/t2qJCPQ/geany.png)
I've got tabs on the left, how can I narrow the height between them?
--
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/2468
```
OS: Arch Linux x86_64
Resolution: 1366x768 @ 60.05Hz
DE: Budgie
WM: Mutter(Budgie)
```
```
Geany 1.36, it_IT.UTF-8
GTK 3.24.12, GLib 2.62.1
Font: Monospace Regular, 10
```
>From geany 1.36 I can't see the underscore:
![geany-underscore](https://user-images.githubusercontent.com/17930457/66687056-b0a43a80-ec81-11e9-9166-d7f02df7a43d.gif)
--
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/2353
Currently there's very mild support for "asm" as a language type, but [the definition file](https://github.com/geany/geany/blob/master/data/filedefs/filetypes.as… seems to just be partial support for Intel assembly.
I'd like to have better support for ARM assembly, but I'm not sure if people would be interested in that, or what it should be called, etc.
I think that the existing language definition should be renamed to `intel_asm` and then the new definition should be added as `arm_asm`, or something like that. On the other hand they both have file names with `.s` extensions so the editor would probably not handle that too well.
Thoughts?
--
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/2350
is there a milestone for geany-plugin-remote-ssh somewhere ?
something alike remote-ssh on atom or vscode?
--
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/963