View Single Post
Old 06-14-2012, 01:14 PM   #65
meme
Sigil developer
meme ought to be getting tired of karma fortunes by now.meme ought to be getting tired of karma fortunes by now.meme ought to be getting tired of karma fortunes by now.meme ought to be getting tired of karma fortunes by now.meme ought to be getting tired of karma fortunes by now.meme ought to be getting tired of karma fortunes by now.meme ought to be getting tired of karma fortunes by now.meme ought to be getting tired of karma fortunes by now.meme ought to be getting tired of karma fortunes by now.meme ought to be getting tired of karma fortunes by now.meme ought to be getting tired of karma fortunes by now.
 
Posts: 1,274
Karma: 1101600
Join Date: Jan 2011
Location: UK
Device: Kindle PW, K4 NT, K3, Kobo Touch
Quote:
Originally Posted by theducks View Post
5.901 on XP SP3 (john's special build)

I just found a solid, repeatable, horrid bug.
I was unwrapping paragraphs: with a very simple:
Code:
(?sm)([a-z])</p>\s+<p class="calibre4">([a-z])
and a replace \1 \2
Single stepping (Replace) it worked as expected.
Replace All (current page) and it (frequently) dropped characters in other positions
This is a known issue in the current page search - its been fixed for the next beta.

Quote:
Originally Posted by Jabby View Post
I noticed that the "Format" pull-down menu has been removed in favor of buttons. It would be nice to have an option to display buttons or the pull-down menu. This would free up a lot of space and make it easier to find the desired task (you have to hover the mouse to get a button description). Interesting that the buttons zoom with the text.
The CKEditor used by Book View is customizable if you feel the need to dig into it. We tried to keep the default simple.
Quote:

I have read about the problems with sincing between code and book views but was wondering if you could get close by keeping a paragraph count?
There are all sorts of tricks - but the approach is to save/restore the position of your cursor as you switch views (as best as possible given you can delete things) but not to sync.
Quote:

I know this is getting to be old hat but it would be a big help if the font in the F&R window could be increased and perhaps bolded. A font change might be helpful, perhaps Roboto Medium (public domain). Not being able to easily read the F&R data is a large cause of my errors and a major time consumer. This mignt not help a lot of peiple but I don't think it would harm any.
Haven't heard that one before.
meme is offline