Author Topic: list symbols window disappears immediately  (Read 2821 times)

deuse

  • Community Member
  • Posts: 33
  • Hero Points: 0
list symbols window disappears immediately
« on: July 01, 2015, 01:29:49 PM »
My list symbols window disappears as soon as it popped up. You can see the symbols for the blink of an eye, but then it closes again. Selecting a symbol is not possible, because there is no time.
I already checked the timing options. This doesn't seem to be the problem.
Does anybody know advice?

Dan

  • SlickEdit Team Member
  • Senior Community Member
  • *
  • Posts: 2897
  • Hero Points: 153
Re: list symbols window disappears immediately
« Reply #1 on: July 01, 2015, 06:42:33 PM »
Did this change, or has it always done this?

deuse

  • Community Member
  • Posts: 33
  • Hero Points: 0
Re: list symbols window disappears immediately
« Reply #2 on: July 02, 2015, 07:01:16 AM »
That's hard to tell...
I transferred my 19.0.1 version to a different machine, list-symbols still worked (disregarding the usual problems concerning tagging problems with .designer.cs and .xaml files...).
Due to circumstances, I deinstalled slick. Then I reinstalled it, this time 19.0.2, because that was available in the meantime.
Since this, other things worked, which didn't so before, but this list-symbols problem occurred.

deuse

  • Community Member
  • Posts: 33
  • Hero Points: 0
Re: list symbols window disappears immediately
« Reply #3 on: July 02, 2015, 11:50:05 AM »
UPDATE: right now it works. Strange...
Maybe it works at some places, at others it doesn't.
I'll post again if the problem occurs again or if I'll have found out something new.

Dan

  • SlickEdit Team Member
  • Senior Community Member
  • *
  • Posts: 2897
  • Hero Points: 153
Re: list symbols window disappears immediately
« Reply #4 on: July 02, 2015, 01:49:47 PM »
Try using this.  This will rebuild everything.

Code: [Select]
_command void workspace_update_files_retag() name_info(',')
{
   status := _workspace_update_files_retag(true,
                                          true, 0,
                                          false, 1,
                                          false, 1,
                                          false, 1);
}

deuse

  • Community Member
  • Posts: 33
  • Hero Points: 0
Re: list symbols window disappears immediately
« Reply #5 on: July 06, 2015, 01:02:48 PM »
Thank you, Dan, very much! Rebuild-tagging works!

deuse

  • Community Member
  • Posts: 33
  • Hero Points: 0
Re: list symbols window disappears immediately
« Reply #6 on: July 06, 2015, 01:04:45 PM »
In the meantime, I found out that the list symbols window disappears only if a selection if present. The type of the selection doesn't matter. If I hide the selection, the list symbols window works fine.