Quote:
Originally Posted by kiwidude
So is it the case now that every time you want to do a multiline regex you have to put (?s) at the front of it? If so, that's... ummm, nasty.
|
That's how it should work with . and also how Python's regex works too. 0.4.2 has a very basic regex engine that did a lot of things that are completely different from what someone using Perl or Python would expect. With 0.5.0 you can pretty much use the same regex's you would in Python with Sigil.
Quote:
Originally Posted by weedfreak
Why I should have to copy already installed dictionary files into Sigil config beats me, every other app that needs dictionaries is quite happy to use the globally installed ones.
|
Development is focused on Windows and OS X. While I could spend my time to make Linux specific changes for things like this I would rather spend my time working on features that 95% of users will actually benefit from.