oasegips / sigil

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

Feature to add underscore to selected text #2384

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
The feature would be for a user to select text that they want changed, then 
click the feature and it would replace all spaces in the selection with an 
underscore "_". This feature must work in View Code. This is no different that 
changing text from lowercase to Title Case.

Change this:
<h1 id="Cross-Cultural Issues">Cross-Cultural Issues</h1>

To this:

<h1 id="Cross-Cultural_Issues">Cross-Cultural Issues</h1>

Original issue reported on code.google.com by triniel...@gmail.com on 28 Aug 2013 at 11:53

GoogleCodeExporter commented 9 years ago
This is very specialized, and you can simulate this with a saved search.

Original comment by daveheil...@gmail.com on 4 Sep 2013 at 6:58