rssdev10

Results 28 comments of rssdev10

Ok, thanks, in that case definitely, I will think how to do a workaround. I thought about the lookahead functionality. But my concern here is the mentioned fragment: ```java List

One of simple ways how to keep full compatibility with previous expressions - add some specific name of the group to do a line break. E.g. `"ssplit.boundaryMultiTokenRegex", "(?$LN_BREAK /\\n|\\*NL\\*/) /[^[\\p{Alnum}'\"!?.,]]/...

Try to increase width of the job window in your implementation. You will see fields: Size, Transferred, bandwidth, Errors, Elapsed, Checks as groped to left side with space at left....

I don't like discuss UI because of it is really very subjective. But if you want to discuss more about qt development, coding style, c, c++ programming just email me...

SIKULIXAPI_JAR must contain filename with path. Not a path only. I'm using rvm + jruby + running script like: ``` bash #!/usr/bin/sh SIKULIXAPI_JAR='sikulixapi.jar' export SIKULIXAPI_JAR echo $1 ruby $1 ```

@deeTEEcee The sikulix.gem from rubygems is obsolete. If you have installed it please replace sikulix-related files directly in installed path by new version https://github.com/RaiMan/SikuliX-2014/tree/master/JRubyGem/lib I guess at nearest time the...

If I understand right, the `from` directory must contain `.` final symbol. That is unclear. When the path contains a double slash then file names are interpreted without a first...

Sorry, my suggestion about the `.` sign was wrong. When `normpath()` is gettign something ended by `/.`, the result is ended by `/`. That is, to fix the issue with...

Hi Alex, thanks for the PR. * Please don't mix style changes with functional changes. There are a lot of changes in your PR that are not really changes. Style...

> Sorry for the style changes. They come from vscode editor automatically saving these kind of changes. I guess will have to undo these specific changes that it does (deleting...