no mouse wheel scroll in Output view (wxGtk)

General questions regarding the usage of CodeLite
petah
CodeLite Expert
Posts: 231
Joined: Sat Nov 24, 2012 8:04 pm
Genuine User: Yes
IDE Question: c++
Location: Los Angeles
Contact:

no mouse wheel scroll in Output view (wxGtk)

Post by petah »

Hi Eran,

under Debian/Gtk the mouse wheel no longer scrolls the Output View (vertically), whether the pointer is hovering over it or even after clicking on it. Building CL with -DGTK_USE_AUIBOOK 0 or 1 makes no difference, and I tested it on 2 different PCs.

It works fine in other windows like Workspace View and main source code view.

Let me know if I can help trace/fix this, cheers.

-- p
main: Debian Jessie x64 + custom wxTrunk
User avatar
eranif
CodeLite Plugin
Posts: 6373
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: no mouse wheel scroll in Output view (wxGtk)

Post by eranif »

It is a bug which was introduced in wxWidgets 3.0 which was fixed later in trunk.
David already back ported the fix to wxWidgets 3.0 that we provide from our repository however it is not released yet
I.e the repository links still pointing to wx3.0-1 . This weekend, when we plan on releasing codelite 5.4 this fix will be release as well

Eran
Make sure you have read the HOW TO POST thread
petah
CodeLite Expert
Posts: 231
Joined: Sat Nov 24, 2012 8:04 pm
Genuine User: Yes
IDE Question: c++
Location: Los Angeles
Contact:

Re: no mouse wheel scroll in Output view (wxGtk)

Post by petah »

ok thx for the information. I can't see the change in wx trunk at a glance, do you by any chance have a clue for the commit like keyword, filename or approx date?

Nvm I'll get a fresh trunk.

thx & cheers,

-- p
main: Debian Jessie x64 + custom wxTrunk
User avatar
eranif
CodeLite Plugin
Posts: 6373
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: no mouse wheel scroll in Output view (wxGtk)

Post by eranif »

I don't have the exact details, but David could answer that

Eran
Make sure you have read the HOW TO POST thread
DavidGH
CodeLite Plugin
Posts: 819
Joined: Wed Sep 03, 2008 7:26 pm
Contact:

Re: no mouse wheel scroll in Output view (wxGtk)

Post by DavidGH »

Hi,

The mousewheel fix is 482a131 (http://trac.wxwidgets.org/changeset/75191).

Regards,

David
petah
CodeLite Expert
Posts: 231
Joined: Sat Nov 24, 2012 8:04 pm
Genuine User: Yes
IDE Question: c++
Location: Los Angeles
Contact:

Re: no mouse wheel scroll in Output view (wxGtk)

Post by petah »

thx I got it.

-- p
main: Debian Jessie x64 + custom wxTrunk
Post Reply