Thanks for Geany.
I use Geany 1.29 with pleasure. After upgrading my Linux distribution Geany is upgraded to version 1.33. The appearance has changed. Now working with Geany has become tiresome. The text in the not active tabs is light gray on a bit lighter gray and also the theme, syntax highligting, has changed to something more fatiguing colors. Maybe this works for young people with good eyes. If ones eyes are a bit less than that it is not nice, tiresome and timecosuming.
I would like to have a Geany with the look and feel of version 1.29 back or an easy the option to switch back to it.
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/issues/2496
I using [geany-on-rails filetype](https://github.com/dejw/geany-on-rails/blob/master/geany/filedefs… (without [styling], I also updated the filetype_extensions.conf) with Geany 1.36 on Debian Testing, but the highlighting does not work with **.html.erb** files.
Perhaps one configuration line is missing somewhere? (I say that because there is no problem with .html.php and .php files)
example.html.erb: **ko**
![ko](https://user-images.githubusercontent.com/31816829/82205739-4e8e7080-9907-11ea-8ae3-6057f80f47ad.png)
example.rb: ok
![rb](https://user-images.githubusercontent.com/31816829/82205759-564e1500-9907-11ea-9fa6-ed3bad1d86cb.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/2507
Geany-INFO: 11:12:09.088: Geany 1.34.1, en_US.UTF-8
Geany-INFO: 11:12:09.088: GTK 3.22.30, GLib 2.56.3
OS: Linux(Ubuntu 18.10)
Filetype: Fortran
For Fortran modules the first function/subroutine contained in the module is not displayed in the Symbols 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/issues/2115
As far as trying the input directly with u-ctags, it captures all expected tags.
--
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/349#issuecomment-629691440
# Description
If you add some macros into a type definition (ex. struct, enum, etc), the last token before the opening brace of the definition seems to be taken as the type name. I guess this is a bug in old `c.c` ctags parser.
# Example
```c
#define BLEH
struct foo BLEH { int _; };
```
Here, `BLEH` gets highlighted as the type name instead of `foo`.
# Use case
Using macros for things like GNU C's `__attribute__` extension.
# Version
I don't think version matters at all, but I'm using a fairly recent 1.32 build.
--
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/1654
Long time user of Geany and a Vim user for dev. I use Geany to organize my notes and now I can use some familiar vim features.
Made my day finding this! **Thanks!**
_[Please close - just leaving a message]_
--
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/979
I've installed Ubuntu 20 and the current version of Geany. When I press Shift+Alt+D, the date is always in the `DD.MM.YYYY` format.
This doesn't match my regional settings (English/Canada, trying to get the system to output YYYY-MM-DD), or the setting in Geany:
![image](https://user-images.githubusercontent.com/33569/81997322-4337fe00-9604-11ea-963b-935145d41929.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/2505
I have `some.component.ts` and `some.component.html` files.
When I try to switch from `some.component.ts` file, the plugin tries to open `some.html` file instead of `some.component.html` 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-plugins/issues/978
Keywords in the configuration file.
This:
```
[keywords]
primary= Latin
```
- works good.
And that too:
```
[keywords]
primary= _Ӕъйя
```
- works good.
But here it is:
```
[keywords]
primary= Ӕъйя
```
does not work.
How to make it work?
![1](https://user-images.githubusercontent.com/65322910/81885289-b872e700-95a2-11ea-943f-ba1794729dbe.png)
![2](https://user-images.githubusercontent.com/65322910/81885292-b9a41400-95a2-11ea-88dc-b0721aebeb93.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/2504