Author Topic: Def window not updating correctly (12.0.1 bug)  (Read 6764 times)

Mr68360

  • Community Member
  • Posts: 57
  • Hero Points: 3
Def window not updating correctly (12.0.1 bug)
« on: June 03, 2007, 10:51:46 PM »
When I use the push-tag macro to go to another symbol in another .c file, and then use pop-bookmark macro to return to the original symbol, the Defs window for the module with the original symbol does not render correctly (the list of functions, variables, etc is mostly gone--a few functions do appear, however.  The tooltips do render when I bring the mouse over the "invisible" items in the Defs window.

This also happens if I simply change focus to another file (selecting another file tab).

When I change focus to the project window (or any other docked window), then focus back to the Defs window, all symbols appear correctly.  When I minimize the SE application, then restore it, the Defs window also returns to normal.

Seems there's a redraw error for that Defs window.  Did not see this problem in 12.0.0 (I use push-tag/pop-bookmark and the Defs window extensively).

Using XP sp2.

Thanks,
Chuck


Further observation 1: If I do not dock the Defs window, then it seems to render all symbols correctly when I switch from module to module.  Docking seems to break things.

Further observation 2: The Files window does not render Name/Path at times.  Tooltip continues to show the "moused-over" files.  Toggling focus does not fix the rendering, nor does making the window floating (vs docked).

« Last Edit: June 04, 2007, 01:16:42 AM by Mr68360 »

hs2

  • Senior Community Member
  • Posts: 2761
  • Hero Points: 292
Re: Def window not updating correctly (12.0.1 bug)
« Reply #1 on: June 04, 2007, 10:19:56 AM »
Hi Mr68360,

can't say anything to your other issues, but I had the same 'observation 2' while migrating to v12.01.
A re-load of 'tbfilelist.e' fixed it for me.

HS2

ScottW, VP of Dev

  • Senior Community Member
  • Posts: 1471
  • Hero Points: 64
Re: Def window not updating correctly (12.0.1 bug)
« Reply #2 on: June 04, 2007, 03:18:35 PM »
Mr68360: If I'm reading this correctly, there are items that are just not being drawn. Can you post a screen shot of this? I've tested this extensively on Windows XP sp2 and I cannot reproduce this problem. Can you tell us more about how your display card is configured: screen resolution, Color quality, that sort of thing?

I can't follow what you mean in observation #2. If reloading the file as HS2 suggests doesn't correct the issue, please post a screen shot.

Thanks!

--Scott

Mr68360

  • Community Member
  • Posts: 57
  • Hero Points: 3
Re: Def window not updating correctly (12.0.1 bug)
« Reply #3 on: June 04, 2007, 05:51:13 PM »
I'm trying to reproduce observation 2.

Attached are two files (in two messages): pre.bmp (demonstrating the problem), and post.bmp (after I left focus, then resumed focus).
Display is "Dell M990 on RADEON X300 series", 1280x1024, 32-bit color quality.

It's interesting you ask, because last week I started using this new resolution; before I used 1024x768.  Don't recall this problem at 1024x768 (but, then again, I don't recall the problem with 12.0.0).

Mr68360

  • Community Member
  • Posts: 57
  • Hero Points: 3
Re: Def window not updating correctly (12.0.1 bug)
« Reply #4 on: June 04, 2007, 05:52:13 PM »
Here is the "post" view:

Dan

  • SlickEdit Team Member
  • Senior Community Member
  • *
  • Posts: 2896
  • Hero Points: 153
Re: Def window not updating correctly (12.0.1 bug)
« Reply #5 on: June 06, 2007, 03:42:58 PM »
This has been fixed, and the fix will be in 12.0.2.  Thank you for the examples.

hs2

  • Senior Community Member
  • Posts: 2761
  • Hero Points: 292
Re: Def window not updating correctly (12.0.1 bug)
« Reply #6 on: June 09, 2007, 03:16:52 PM »
Quote
A re-load of 'tbfilelist.e' fixed it for me.
This was a mistake, but it seems that an interim switch to another list (project files -> buffers and back again) helps.

HS2