Hello folks,
I've tried to use FBreader in combination with StarDict in found that word selection in FBReader is extremely difficult.
Actually I think that double-clicking on certain word is the best way to do that. The problem is that time for double-clicking seems too short. I've searched trough the code and apparently this time is parameterized, but hardcoded to 200 ms(?) in
FBView.cpp:
Code:
int FBView: :doubleClickDelay() const {
return isSelectionEnabled() ? 200 : 0;
}
Can we increase this value or put it into configuration file, even without GUI, to play around?
By the way how this param is set in native iRex applications?
Another question. Is it possible to avoid full screen refresh by text selection?
Thanks,