From the documentation
Quote:
Right clicking a class name in an HTML file will allow you to rename the class, changing all occurrences of the class throughout the book and all its stylesheets.
|
Unfortunately, my experience is that this will only change the single word selected and NOT hyphenated class names.
For instance
class="oldclass-1" will be changed to
class="newclass-1" NOT
class="newclass"
I haven't tested other punctuation options (such as underscore) but I imagine this is the same behaviour.