Developer forums (C::B DEVELOPMENT STRICTLY!) > Development

Request : C::B View::notebook enhancements

<< < (21/23) > >>

Jenna:

--- Quote from: oBFusCATed on February 19, 2011, 04:24:04 pm ---Testing it ... seems the two problems are fixed...

Can you implement an invert scrolling options?
I want to have the same scrolling as in Firefox, but at the moment it is in the opposite direction.
It is a little bit confusing, because I'm scrolling first to the wrong direction, then I realize it is the opposite,
so I always do two operations instead of just one.

--- End quote ---
Inverse scrolling for both kinds of scrolling ?

oBFusCATed:
Yes, also the scrolling of the active editor could have an option to enable/disable wrapping

oBFusCATed:
Hm, I think, I've solved the tooltip steeling focus bug.
The problem seems to be in the wxWidgets, more specifically in the constructor of wxTipWindow.
Replace the line 120 in tipwnd.cpp from:

--- Code: ---           : wxPopupTransientWindow(parent)

--- End code ---
To:

--- Code: ---           : wxPopupTransientWindow(parent, wxBORDER_NONE|wxWANTS_CHARS)

--- End code ---

I've not talked with the wx guys, nor have I tested it thoroughly...

nanyu:
I have a "half finished" work about "tab on left/right".
Is the code useful?
sorry for my english, let's see a image:

Jenna:

--- Quote from: oBFusCATed on June 06, 2011, 11:55:28 pm ---Hm, I think, I've solved the tooltip steeling focus bug.
The problem seems to be in the wxWidgets, more specifically in the constructor of wxTipWindow.
Replace the line 120 in tipwnd.cpp from:

--- Code: ---           : wxPopupTransientWindow(parent)

--- End code ---
To:

--- Code: ---           : wxPopupTransientWindow(parent, wxBORDER_NONE|wxWANTS_CHARS)

--- End code ---

I've not talked with the wx guys, nor have I tested it thoroughly...

--- End quote ---
I'm not at home this week (and the next two weeks also), but I will test it theis evening in the hotel or at one of the weekends.
It would be really great  if that can fix it.

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version