Javier O. Cordero Pérez

Results 240 comments of Javier O. Cordero Pérez

> There have been events where turning a jog or mouse wheel doesn't always register an event requiring a second 'click' in many apps... will this be a problem? It...

> Will this approach work in fullscreen mode when the velocity slider is hidden? Yes, it will. Keyboard inputs are presently handled within the prompter component, and inputs captured elsewhere...

I did modify code related to the pre-processing that happens when opening files and pasting contents to make the process more efficient. Maybe the new code isn't an exact replacement...

What desktop environment are you using in that computer?

I think the click and drag may somehow be resulting in a middle click. Some desktop environments, including Raspberry Pi's it seems, allow using middle click to paste contents. https://forums.raspberrypi.com/viewtopic.php?t=289146

I tested clicking and dragging all sorts of things rapidly and constantly for several minutes on a Raspberry Pi 3B+ and wasn't able to replicate the issue. The only way...

No changes with regards to pastes.

This is really strange and I can't think of much that could cause this... This latest description completely discards my original theory of this having to do with the middle...

I've fixed the problem with the FileSystemWatcher, and added an option to disable local file auto reloading. That will allow us to rule out the two strongest contenders as to...

To answer your question, this should be possible, but it would not be straight forward thing to do, as it would require extending the document API to support HTML tags...