Author Topic: unexpected popup windows when use push-reference command  (Read 1218 times)

onlyflyer

  • Community Member
  • Posts: 16
  • Hero Points: 0
unexpected popup windows when use push-reference command
« on: June 09, 2020, 11:23:07 PM »
Hi experts,
When I use push-reference command to find who is using a symbol, there is a always an annoying window pop up. I don't know what is this window about, it looks like a slick c command history window. It is pop up only when I use push-reference command.
How can I avoid this?

You can see it in the attachment.

patrick

  • SlickEdit Team Member
  • Senior Community Member
  • *
  • Posts: 1818
  • Hero Points: 151
Re: unexpected popup windows when use push-reference command
« Reply #1 on: June 10, 2020, 10:15:26 AM »
That looks like the codehelp debugging is enabled.  In the SlickEdit command line, type in "set-var _chdebug 0", and see if that makes it stop popping up. 

If that doesn't stop it, type "what-is" in the slickedit command line, press return, and then press the keys you use to invoke push references and see what command it says is bound to that key combination.  It should be "push-ref".  If it is "codehelp-trace-push-ref", that's the debugging version of push-ref, and that will do that logging as well.


onlyflyer

  • Community Member
  • Posts: 16
  • Hero Points: 0
Re: unexpected popup windows when use push-reference command
« Reply #2 on: June 13, 2020, 03:18:13 AM »
Yes, the problem is I am using codehelp-trace-push-ref instead of push-ref.
I think this issue should be introduced by upgrading...

This issue bothers me for a long time, thanks...