|  02-26-2012, 01:45 PM | #16 | |
| Well trained by Cats            Posts: 31,251 Karma: 61360164 Join Date: Aug 2009 Location: The Central Coast of California Device: Kobo Libra2,Kobo Aura2v1, K4NT(Fixed: New Bat.), Galaxy Tab A | Quote: 
 I have had it jump (5.1) from a stylesheet search onto regular HTML pages.   | |
|   |   | 
|  02-26-2012, 02:45 PM | #17 | |
| Sigil developer            Posts: 1,274 Karma: 1101600 Join Date: Jan 2011 Location: UK Device: Kindle PW, K4 NT, K3, Kobo Touch | Quote: 
 If you want to search a stylesheet - use Current File. | |
|   |   | 
|  02-26-2012, 03:04 PM | #18 | 
| Bookmaker            Posts: 434 Karma: 2143650 Join Date: Sep 2010 Device: Cybook Opus | 
			
			It's definitely avoidable, but I frequently forget to switch back to "current file only" mode and end up losing data.
		 | 
|   |   | 
|  02-26-2012, 03:23 PM | #19 | 
| Jr. - Junior Member            Posts: 586 Karma: 2000358 Join Date: Aug 2010 Location: Alabama Device: Archos, Asus, HP, Lenovo, Nexus and Samsung tablets in 7,8 and 10" | 
				
				"Tidy" no longer seems to work.
			 
			
			"Tidy" no longer seems to work. I am running W7 x64 and other than that, have found no major problems.  The F&R got a good workout. Having a hit on the "find next" highlight the chapter, in the book browser, helps a lot. Many thanks for this one. Regards - John | 
|   |   | 
|  02-26-2012, 04:08 PM | #20 | |
| Well trained by Cats            Posts: 31,251 Karma: 61360164 Join Date: Aug 2009 Location: The Central Coast of California Device: Kobo Libra2,Kobo Aura2v1, K4NT(Fixed: New Bat.), Galaxy Tab A | Quote: 
 I am searching a stylesheet I forgot and left the range set to All HTML The search finishes the stylesheet and jumps to a regular page, no user intervention required. This reaction may (not proven) have some relation to Where in the current TAB order the CSS was opened. | |
|   |   | 
|  02-26-2012, 04:19 PM | #21 | |
| Sigil developer            Posts: 1,274 Karma: 1101600 Join Date: Jan 2011 Location: UK Device: Kindle PW, K4 NT, K3, Kobo Touch | Quote: 
 Now, if you are saying you do a find in the stylesheet with All HTML files and it finds something in the stylesheet first and if you continue to find it jumps to HTML, then thats wrong - I'll retest that. Its possible I should rethink trying to be helpful by automatically switching you to html files if you use All HTML. If there is a risk that most people will forget to change the setting when going to a stylesheet and then use replace all and cause unexpected replacements or just not understand why find did what it did, then I'll look at modifying the code to either warn you that you can't use all html while not on an html page, or switch automatically to current file. It was changed because the code was inconsistent in how it handled F&R for different tabs and it followed on from automatically switching you to code view from book view if you did a replace to avoid a dialog box. (Either way of course it shouldn't crash). | |
|   |   | 
|  02-26-2012, 08:53 PM | #22 | |
| Well trained by Cats            Posts: 31,251 Karma: 61360164 Join Date: Aug 2009 Location: The Central Coast of California Device: Kobo Libra2,Kobo Aura2v1, K4NT(Fixed: New Bat.), Galaxy Tab A | Quote: 
  I had not realized that the starting page type (CSS) did not override this (ignore the all). I was ot smarted by the Smarter Function   | |
|   |   | 
|  02-27-2012, 12:06 AM | #23 | 
| Fanatic            Posts: 502 Karma: 65460 Join Date: Jun 2011 Device: Kindle | 
			
			This has happened twice now... regex search in all HTML files for: Code: ([a-z])'([a-z]) Code: ([a-z])- ([a-z]) Code: \1\2 for what it's worth, for the following S/R, there were no problems: Code: S: <span class="italic">(.*?)</span> R: <i>\1</i> (I'm running Windows Vista) Last edited by ElMiko; 02-27-2012 at 12:12 AM. | 
|   |   | 
|  02-27-2012, 02:29 AM | #24 | 
| Connoisseur            Posts: 54 Karma: 37363 Join Date: Aug 2011 Location: Istanbul Device: EBW1150, Nook STR | 
			
			The problem mmat1 and ElMiko described(back references not resolving for some instances and replacing with back reference text itself, while doing step-by-step replacement) happened to me in 0.5.1 as well. Windows 7, 64-bit.
		 | 
|   |   | 
|  02-27-2012, 04:18 AM | #25 | 
| Interested in the matter            Posts: 421 Karma: 426094 Join Date: Dec 2011 Location: Spain, south coast Device: Pocketbook InkPad 3 | 
			
			Sigil 0.5.3 ravage the user_dict.txt  in words with accent (spanish). No problem with any old versions. XP-32 Last edited by jbacelar; 02-27-2012 at 10:34 AM. | 
|   |   | 
|  02-27-2012, 04:59 AM | #26 | 
| Zealot            Posts: 121 Karma: 5070 Join Date: Dec 2010 Device: none | |
|   |   | 
|  02-27-2012, 06:22 AM | #27 | 
| Grand Sorcerer            Posts: 28,883 Karma: 207000000 Join Date: Jan 2010 Device: Nexus 7, Kindle Fire HD | 
			
			I've had the issue with the replacement strings being "\1" or "\1\2" instead of the proper contents of the backreferences since 0.5.1 as well. But it's very inconsistent and I haven't been able to track down the exact circumstances under which it happens.
		 | 
|   |   | 
|  02-27-2012, 07:37 AM | #28 | ||
| Sigil developer            Posts: 1,274 Karma: 1101600 Join Date: Jan 2011 Location: UK Device: Kindle PW, K4 NT, K3, Kobo Touch | Quote: 
 Quote: 
 As a workaround, if your Replace goes to the next page, just click on the beginning of the file and do the Replace again. I actually didn't see this at first because I already had it working in my version as part of implementing the new Spell Check find - after fixing what I thought was a new issue. | ||
|   |   | 
|  02-27-2012, 07:49 AM | #29 | |
| Grand Sorcerer            Posts: 28,883 Karma: 207000000 Join Date: Jan 2010 Device: Nexus 7, Kindle Fire HD | Quote: 
   | |
|   |   | 
|  02-27-2012, 08:50 AM | #30 | 
| Well trained by Cats            Posts: 31,251 Karma: 61360164 Join Date: Aug 2009 Location: The Central Coast of California Device: Kobo Libra2,Kobo Aura2v1, K4NT(Fixed: New Bat.), Galaxy Tab A | 
			
			Thanks for finding this (\1 \2), I was thinking I was getting careless in my testing my search expression phase    | 
|   |   | 
|  | 
| 
 | 
|  Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post | 
| Sigil 0.4.2 Released | user_none | Sigil | 41 | 10-26-2011 06:03 AM | 
| Sigil 0.4.1 Released | user_none | Sigil | 50 | 09-01-2011 04:58 PM | 
| Sigil 0.4.0 and FlightCrew 0.7.2 Released | user_none | Sigil | 13 | 08-23-2011 02:18 PM | 
| Sigil 0.3.4 / Sigil 0.4.0 RC1 / Cover in Nook Color | Bertrand | Sigil | 13 | 08-06-2011 04:06 AM | 
| Sigil 0.3.4 / Problème CSS entre Sigil et iPad | Grivels | Software | 10 | 07-03-2011 09:06 AM |