Rainie3535 / sigil

Automatically exported from code.google.com/p/sigil
GNU General Public License v3.0
0 stars 0 forks source link

F&R modifications to update layout and add Regex Multiline #1224

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Continues issue 1218

- Changed Find next and Replace next arrows to "Find" and "Replace"
- Replaced Find Previous and Replace Previous with a new Direction Up/Down 
combo box
- Shortened All HTML Files in Code View to All Files in Code View to give more 
room on the line 
- Shortened match found/replacements made messages to give more room on the 
line, numbers always at start
- added clearMessages if you find/replace/count to clear old not found messages 
that stay when just doing a find or replace that works

- added translation for singular/plural and code for 0 matches/replacements so 
text is cleaner

- Added Regex multiline option to make it easier for most people not familary 
with/wanting to type (?s) regularly

- Fixed issue with BV warning about not replace - find still run after replace 
is aborted
- Fixed issue with cursor placement in CV when doing replace in all files in BV

Original issue reported on code.google.com by meme90...@gmail.com on 1 Feb 2012 at 9:05

Attachments:

GoogleCodeExporter commented 9 years ago
Small change to the commit. I made find and replace next use the down 
direction. I've added find and replace functions that determine the direction 
and call the appropriate direction function. This prevents the find next 
shortcut from searching backwards.

Original comment by john@nachtimwald.com on 2 Feb 2012 at 1:08

GoogleCodeExporter commented 9 years ago

Original comment by meme90...@gmail.com on 28 Mar 2012 at 3:57

GoogleCodeExporter commented 9 years ago

Original comment by daveheil...@gmail.com on 19 May 2012 at 3:20