Re: [Github-comments] [geany/geany-osx] Default theme bundled with Geany for macOS causes right-click menu problems (#24)

2021-03-24 Thread elextr
Happens on:

```
10:34:28: Geany INFO: Geany 1.38 (git >= e027e240), en_AU.UTF-8
10:34:28: Geany INFO: GTK 3.24.20, GLib 2.64.6
10:34:28: Geany INFO: OS: Linux Mint 20 (ulyana)
```

if:

1. the right mouse button is held not clicked
2. while its held the cursor moves to the top menu item (undo) due to shakey 
hands, cosmic winds or something else
3. undo happens when right mouse button is released

This is of course how its meant to work when mouse down is separate from mouse 
up, ie the time between is greater than the mouse click period.

If the click speed is set faster than the menu animation and the user or GTK 
waits for the menu to appear then the mouse operation will be seen as a 
separate "down" and "up" which makes the menu execute whatever operation is 
selected.  So if the cursor moves while waiting it can select the nearest menu 
item.  Hence changing the theme to remove animation and making the menu appear 
before the click timeout "solves" the problem.  Its possible also that the 
different theme has more of a border on the menu that means the cursor has to 
be moved further, stopping it hitting the undo item.

So its not really a "bug" as such, everything happening is meant to happen, 
just that a combination of timings and theme values that makes it easy to make 
an action happen when a user didn't expect it.

AFAIK the themes for macosx are delivered as they come without Geany changing 
anything, I guess its up to @techee if supporting modifications is acceptable.

-- 
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/24#issuecomment-806280777

Re: [Github-comments] [geany/geany] 1.37.1: geany source tree is not autoconf 2.71 compliant (#2771)

2021-03-24 Thread Thomas Martitz
Fixed via #2761. SCNR :-)

-- 
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/2771#issuecomment-806235394

Re: [Github-comments] [geany/geany-osx] Default theme bundled with Geany for macOS causes right-click menu problems (#24)

2021-03-24 Thread Will Brokenbourgh
Here is a video of the issue.  The problem happens every other time in this 
video.  It is performing 'Undo' when I right-click without any action on my 
part (except right-clicking code).

https://www.youtube.com/watch?v=N0DrJyxmOfc

-- 
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/24#issuecomment-806004274

[Github-comments] [geany/geany] 1.37.1: geany source tree is not autoconf 2.71 compliant (#2771)

2021-03-24 Thread Tomasz Kłoczko
```
+ cd geany-1.37.1
+ autoreconf -fiv
autoreconf: export WARNINGS=
autoreconf: Entering directory '.'
autoreconf: configure.ac: not using Gettext
autoreconf: running: aclocal --force -I m4
autoreconf: configure.ac: tracing
autoreconf: running: libtoolize --copy --force
libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, 'build-aux'.
libtoolize: copying file 'build-aux/ltmain.sh'
libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'.
libtoolize: copying file 'm4/libtool.m4'
libtoolize: copying file 'm4/ltoptions.m4'
libtoolize: copying file 'm4/ltsugar.m4'
libtoolize: copying file 'm4/ltversion.m4'
libtoolize: copying file 'm4/lt~obsolete.m4'
autoreconf: running: intltoolize --copy --force
ERROR: 'IT_PROG_INTLTOOL' must appear in configure.ac for intltool to work.
autoreconf: error: intltoolize failed with exit status: 1
```
BTW: Looks like geany is using a lot of custom macros which cold be replaced by 
standard one.


-- 
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/2771

Re: [Github-comments] [geany/geany] Can't see underscores on Ubuntu 20.04 (#2502)

2021-03-24 Thread elextr
@cyberfox1 all people who work on Geany are volunteers, they do what they want 
to work on.  Of course its annoying to you, but being abusive or grouchy at 
them won't get you anywhere, they will just ignore you.

> it is ALL fonts and Geany is currently an unusable product.

This is quite clearly incorrect, _you_ may have a problem with all fonts, but 
lots of people use Geany on Ubuntu and its many derivatives quite happily.  
None of them have reported problems on anything other than Deja Vu fonts (which 
Ubuntu uses as generic monospace as well) but as you would understand if you 
read the explanation above, it is possible other fonts could have the issue, 
but many don't.

So there is something different about _your_ system, but if you do not provide 
any information about it nobody can help you, and as I said, if you are grumpy 
or abusive nobody will want to help 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/2502#issuecomment-805418820