Thread: 0.5.0 Released
View Single Post
Old 01-27-2012, 08:39 PM   #86
user_none
Sigil & calibre developer
user_none ought to be getting tired of karma fortunes by now.user_none ought to be getting tired of karma fortunes by now.user_none ought to be getting tired of karma fortunes by now.user_none ought to be getting tired of karma fortunes by now.user_none ought to be getting tired of karma fortunes by now.user_none ought to be getting tired of karma fortunes by now.user_none ought to be getting tired of karma fortunes by now.user_none ought to be getting tired of karma fortunes by now.user_none ought to be getting tired of karma fortunes by now.user_none ought to be getting tired of karma fortunes by now.user_none ought to be getting tired of karma fortunes by now.
 
user_none's Avatar
 
Posts: 2,487
Karma: 1063785
Join Date: Jan 2009
Location: Florida, USA
Device: Nook STR
Quote:
Originally Posted by kiwidude View Post
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.
user_none is offline   Reply With Quote