First time here? Check out the FAQ!
1

remove 'Find Points of Use' highlighting after locating relevant code
 

'Find Points of Use' highlights the relevant source code in the editor. Unfortunately I cant seem to easily remove this highlighting, which becomes annoying after I have located what I am looking for. One way I can remove this highlighting is to search for something... inconvenient and hacky. Is there an easy way to remove the Points of Use highlighting? Thanks!

I am running 9.1.1.4 Wing Pro on Linux, in case that matters.

To enter a block of code:

  • enter empty line after your previous text
  • paste or type the code
  • select the code and press the button above
Preview: (hide)
pymike's avatar
196
pymike
asked 1 year ago
Wingware Support's avatar
4.3k
Wingware Support
updated 1 year ago

Comments

see more comments

1 Answer

0

Closing the search in the Uses tool will un-highlight them. So will selecting any word and then un-selecting. You can also turn off the feature with the Editor > Occurrences > Highlight Occurrences preference.

To enter a block of code:

  • enter empty line after your previous text
  • paste or type the code
  • select the code and press the button above
Preview: (hide)
Wingware Support's avatar
4.3k
Wingware Support
answered 1 year ago
link

Comments

1

Thanks for the response! Just FYI, closing the Uses dialog (via F1, its in the bottom Toolbox) doesnt make the highlights disappear for me. Today double-clicking on other text does make the highlights disappear, yesterday and previous that wasnt happening...

pymike's avatar pymike (1 year ago)

You need to close the search with the X inside the Uses tool. Just hiding the tool won't do it, particularly if the search is still running. The search still running is also one possible explanation for not removing marks if you select/deselect, although it's certainly also possible there's some bug with this.

Wingware Support's avatar Wingware Support (1 year ago)
1

OK, thanks for that tip!

pymike's avatar pymike (1 year ago)
see more comments

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account. This space is reserved only for answers. If you would like to engage in a discussion, please instead post a comment under the question or an answer that you would like to discuss.

Add Answer

To enter a block of code:

  • enter empty line after your previous text
  • paste or type the code
  • select the code and press the button above
Preview: (hide)