Pekka Klärck
Pekka Klärck
The offending `^` could actually be removed also with `re.match`, but `re.fullmatch` would be more explicit. I don't see cases where the `DOTALL` mode would cause issues so I'd leave...
Notice that although inline flags were supposed to be used in the beginning if the pattern, they were actually supported also elsewhere until Python 3.11. For example, `^(?i)xxx$` worked earlier,...
Creating library specs for RIDE is discussed here: http://code.google.com/p/robotframework-ride/wiki/KeywordCompletion I think we should make SwingLibrary's spec available here on downloads, though.
We should enhance getting started documentation to explain how to take SwingLib into use in RIDE. In addition to explaining using specs, should also explain that tests must be run...
The main idea of this repository is to have good quality originals and let those needing different sizes create them based on them. That said, having commonly used sizes available...