Geany 1.36
the filedefs from the user folder never get loaded.
tested this..
open: Tools > Configuration Files > filetypes.common
this file is stored in `Users\USER\AppData\Roaming\geany\filedefs`
all lines start with `#~`
file can be edited and saved, but no change in the UI, neither through reload nor restart.
when one digs into the application folder at
`Program Files (x86)\Geany\data\filedefs`
and changes file permissions so a user can edit them,
then any change gets picked up by the program.
--
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/2447
Currently, Geany does not flush the whole buffer on a save. This can cause problems when saving code to microcontrollers that show up as a disk drive. Please force Geany to flush the whole buffer on saving a file.
--
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/2434
Display the zoom level in percent in the document tab label.
If the zoom level is changed back to normal size then it will not be shown.
If a user just quickly wants to zoom in and back out then showing the zoom level helps to go back to the normal size without the need of using a keybinding or menu item. IMHO this makes zooming with the mouse wheel more comfortable. The zoom level is displayed in square brackets right beside the file name in a smaller, monospace font, e.g. ```main.c [110%]```.
This is comparable to Firefox which displays the zoom level beside the URL.
You can view, comment on, or merge this pull request online at:
https://github.com/geany/geany/pull/1697
-- Commit Summary --
* Show zoom level in document tab label.
-- File Changes --
M src/document.c (18)
M src/editor.c (1)
M src/sciwrappers.c (15)
M src/sciwrappers.h (2)
-- Patch Links --
https://github.com/geany/geany/pull/1697.patchhttps://github.com/geany/geany/pull/1697.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/1697
I've installed `build-essential`, but beyond that, the build instructions in the README are pretty vague. When I run `./configure`, I get
> configure: error: in `/home/dandv/prg/geany-1.36':
configure: error: The pkg-config script could not be found or is too old. Make sure it
is in your PATH or set the PKG_CONFIG environment variable to the full
path to pkg-config.
This is unnecessarily painful. Ubuntu is a very popular distro. Can we please have a one-liner `apt install ...` with the deps for Ubuntu?
--
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/2403
```
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
Hi,
since upgrading to Catalina (Geany 1.36) scrolling through files is kind of sluggish.
(Very) slow scrolling seams to be fine, but fast scrolling leads from delay of the displayed text to complete stop of scrolling while still spinning the mouse wheel.
Feels like this could be a rendering issue as the displayed text sometimes won't change or double.
Also plain text files seem to be not that affected as files with syntax highlighting.
--
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-osx/issues/12
file/open "Could not read the contents of Desktop Error opening directory 'Users/carlnoble/Desktop': Operation not permitted. MacOS 10.15.2 Geany 1.33 and 1.36.
Cannot navigate left menu with mouse or arrow keys once carlnoble is clicked.
Chmod 777 Directory didn't change anything. All other operations from other applications are fine.
Planned to use Geany for my middle school students starting next 2 weeks, but cannot with this.
C
--
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/2415
![capturegeanyprob](https://user-images.githubusercontent.com/10084549/34325941-7c8b5354-e8a1-11e7-84a0-840018023fb6.jpeg)
I have this on my mac for several days.
I uninstalled geany, tried 1.31 , searched throught the preference,
it's impossible to work with this because mouse if off by one title bar height.
--
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/1729
Recently I upgraded to Mac OS High Sierra and after the upgrade Geany will open a new instance when opening some xml's. The behaviour seems random, out of 10 XML files, 3 of them opens a new instance while the other 7 opens inside the already open instance.
I can't explain it and tried to search for the issue with no luck. Can I provide a log or any other information?
--
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/1619