Hi
When seeing a part in the book that needs editing, I look into the code to see what CSS class it has, then I find that class, so I can edit it.
Would it be a lot of work to create a "Jump to CSS class" feature?
Like so:
- Highlight the CSS class in the HTML code
- Rightclick the class
- Menu option: "Jump to class" -> "style1.css"
The "Jump to class" menu option would have a submenu with all files that contained that class. When clicking the filename, the editor would then load the file (or switch to the tab of the file if it is already open), and move to the first occurrence of the class name.
If there is already a way to do this, then... uh... I won't know what to say