[On geany.org](https://geany.org/) says:
> **Geany is Good Ol' Fashioned Free Software. Using the GPL v2 license**, Geany assures that not only can you customize and hack it, but that everyone benefits from changes the community makes.
But [on snapcraft.io](https://snapcraft.io/geany-gtk) says
> **License**: Proprietary
--
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/2497
Add Undo/Redo support to the Find and Replace windows
--
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/2499
The normal behaviour of PRIMARY selection in linux (middle mouse button) is that it remains until a new selection is made. Some editors, like Atom, honour this behaviour. In Geany, after selecting, a left mouse click anywhere inside the editor erases the PRIMARY selection: You cannot paste it any more.
I think that keeping the PRIMARY selection is more natural: you are not forced to paste immediately after selection! Besides, because it is less natural, I frequently end pasting in the wrong place.
Oddly, if you select and middle-button paste imediately, now PRIMARY selection becomes permanent: you can left-click as many times as you want (and middle-mouse paste as many times as you want), and middle-button keeps the PRIMARY selection.
--
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/2323
When the partition is full, attempting to save a file in Geany results in a complete file loss.
Geany version : 1.36
System : Ubuntu Linux 20.04 LTS
To reproduce :
1. Fill some partition until there is no space left on it. For example :
fallocate -l 100G bigfile
2. Edit a text file located in the full partition and add some character to it
3. Try to save the file. Geany says there is no space left on device and gives some actions to try. Cancel and exit Geany
4. The edited file size is now 0KB and the data in it are completely lost
--
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/2494
Hey, first of all, sorry for my bad English.
Every time I create a new file I have to select the file type this way: document->set filetype->.....
And it's annoying. Its there a shortcut or a custom command I can use to select programming language to pascal fast?
--
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/2495
In Vi(m), :[integer] brings the cursor to this line number. This doesn't work with the vimode plugin.
Version: 1.36-2 (arch linux)
--
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/937
When clearing the bookmarks using the Documents/Remove Markers option the actual bookmarks are cleared but the sidebar list is not. Also sometimes the same bookmark gets listed multiple times in the sidebar list.
--
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/964
I have a text file written in s-expression, pasted below
```
(module VIA-091X03-VE (layer F.Cu) (tedit 5EAC6216)
(fp_text reference REF** (at 0 0) (layer F.SilkS) hide
(effects (font (size 1 1) (thickness 0.15)))
)
(fp_text value VIA-091X03-VE (at 0 2) (layer F.Fab) hide
(effects (font (size 1 1) (thickness 0.15)))
)
(fp_line (start -0.85344 -0.85344) (end -0.85344 0.85344) (layer F.CrtYd) (width 0.05))
(fp_line (start -0.85344 0.85344) (end 0.85344 0.85344) (layer F.CrtYd) (width 0.05))
(fp_line (start 0.85344 0.85344) (end 0.85344 -0.85344) (layer F.CrtYd) (width 0.05))
(fp_line (start 0.85344 -0.85344) (end -0.85344 -0.85344) (layer F.CrtYd) (width 0.05))
(pad "" thru_hole circle (at 0 0) (size 0.9144 0.9144) (drill 0.3048) (layers *.Cu *.Mask)
(solder_mask_margin 0.1016)
(zone_connect 2))
)
```
If I open it with geany and set the document file type to LISP, the highlighting is a bit inconsistent, especially for negative numbers:
![image](https://user-images.githubusercontent.com/10653970/80870462-95783700-8c74-11ea-8662-42ee3c8abeb3.png)
Is there a better highlighter for this type of document that I am not finding in the list?
Related:
https://sexpdata.readthedocs.io/en/latest/
--
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/2493
Currently there are only options to change the location of the sidebar tabs for
* 1: bottom/top (tab in one line). When you have more than ~3 enabled you usually don't see all and have to click like 5 times to get where you want...to do there what you really wanted to do
* 2: and left/right for a layout with one tab per line (which wastes a lot of horizontal space)
It would be great if there would be a left/right vertical sidebar option, so the tab names are written are written vertically and the tabs are ordered vertically.
**Example (Android studio):**
![Screenshot_20190321-161651](https://user-images.githubusercontent.com/6735650/54762690-7b080900-4bec-11e9-9ea0-3d6081571b6f.png)
#### 1
![Screenshot_20190321-160909](https://user-images.githubusercontent.com/6735650/54762122-624b2380-4beb-11e9-9242-f5bf67673c02.png)
##### 2
![Screenshot_20190321-160825](https://user-images.githubusercontent.com/6735650/54762113-60816000-4beb-11e9-9d74-fd8866a3f773.png)
--
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/2107