PassMark Logo
Home » Forum

Announcement

Collapse
No announcement yet.

Feature Request - Highlight and Jump

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Feature Request - Highlight and Jump

    Could I suggest that the Highlight and jump be two seperate options as I would like the highlight option on, but not the jump part.

    Thanks

    Search =

  • #2
    We'll consider it if there is much demand. In the mean time, here's a tip if you are comfortable with modifying Javascripts.

    In the highlight.js file, down near the bottom is the highlight() function, with the following on line 245:

    Code:
    jumpHL();
    (Line number is based on the latest highlight.js file at the time of posting - note that the line number may change in the future)

    You can remove this line or simply add "//" in front of it. This will stop it from performing the "jump" part of the "jump to highlighting" option.

    NOTE: Modify scripts at your own risk. Remember to back up the original so that you can revert back to it should there be any problems.
    --Ray
    Wrensoft Web Software
    Sydney, Australia
    Zoom Search Engine

    Comment


    • #3
      Thanks

      Search =

      Comment

      Working...
      X