Oliver Gerlich

Results 34 comments of Oliver Gerlich

In the latest version in Git there is now a "Search files..." item in the File Browser context menu (it is still pretty much experimental, though). This should cover the...

@odigity: Which Gedit version are you using? I just tried this with Gedit 3.18.1 and 3.28.1, and it worked fine. But new Gedit versions sometimes break plugins.

Well, I don't have Ubuntu 19.04 available right now, so can't test it. But I'm not really using Gedit any more, so this project is pretty much unmaintained - sorry....

Should be possible to do; but I'm not really working on this plugin anymore, so I probably won't implement this. Feel free to send a pull request, though.

IMHO the RegExp feature needs much more work before it can be released. The main issue are the different RegExp dialects: - grep on Debian and Ubuntu supports PCRE (Perl-compatible...

It looks like you can still get the stream from the returned `parser` object, no? Also, if you call `parser.close()` the stream will be closed. Is there any other case...

This is quite annoying, since it means several keys of a normal IR remote control (like KEY_OK or KEY_EPG) cannot be used. I can think of different workarounds, but they...

From looking at the code (without any knowledge of the Kodi code base though) I had the impression that the `scancode` member is not actually used? I checked naively with...

Can I actually use the scancode in a Keymap XML file (e.g. in keyboard.xml)? I don't see yet how the 32-bit `scancode` field makes it possible to map these extended...

Here are two possible (alternative) fixes for this issue: - https://github.com/xbmc/xbmc/pull/26038 (more invasive and therefore more risky, but handles more keys). - https://github.com/xbmc/xbmc/pull/26039 (less invasive and less risky, but does...