Re: [Github-comments] [geany/geany-plugins] Webhelper: geany crashes when I turn on web inspector (#412)

2021-03-24 Thread Wini3D
Hi, crashing with the latest plugin and Geany 1.37.0 on Windows.. just typing 
any valid url or also clicking the inspector button.

```
(gdb) target exec geany
(gdb) run
Starting program: C:\Program Files (x86)\Geany\bin\geany.exe
[New Thread 4812.0x5a8]
warning: `C:\Windows\SYSTEM32\ntdll.dll': Shared library architecture 
i386:x86-64 is not compatible with target architec
ture i386.
warning: `C:\Windows\SYSTEM32\wow64.dll': Shared library architecture 
i386:x86-64 is not compatible with target architec
ture i386.
warning: `C:\Windows\SYSTEM32\wow64win.dll': Shared library architecture 
i386:x86-64 is not compatible with target archi
tecture i386.
warning: `C:\Windows\SYSTEM32\wow64cpu.dll': Shared library architecture 
i386:x86-64 is not compatible with target archi
tecture i386.
warning: Could not load shared library symbols for WOW64_IMAGE_SECTION.
Do you need "set solib-search-path" or "set sysroot"?
warning: Could not load shared library symbols for WOW64_IMAGE_SECTION.
Do you need "set solib-search-path" or "set sysroot"?
warning: Could not load shared library symbols for NOT_AN_IMAGE.
Do you need "set solib-search-path" or "set sysroot"?
warning: Could not load shared library symbols for NOT_AN_IMAGE.
Do you need "set solib-search-path" or "set sysroot"?
[New Thread 4812.0x1928]
[New Thread 4812.0x1468]
[New Thread 4812.0x1130]
[New Thread 4812.0x10c0]
[New Thread 4812.0x1810]
[New Thread 4812.0xe48]
[New Thread 4812.0x86c]
[New Thread 4812.0x140c]
[New Thread 4812.0xf08]
warning: Invalid parameter passed to C runtime function.

gdb: unknown target exception 0x401f at 0x6c631c49

Program received signal ?, Unknown signal.
0x0008d8d8 in ?? ()
(gdb)
```

-- 
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/412#issuecomment-806306146

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