Author Topic: Annotation Problem  (Read 3936 times)

asipe

  • Senior Community Member
  • Posts: 113
  • Hero Points: 4
Annotation Problem
« on: November 20, 2007, 12:02:42 PM »
Another annotation problem I've found has to do with the tool tip.   

In a lot of cases, when moving the mouse over the gutter icon for a particular annotation, the pop up contains the information for the wrong annotation.   Usually its from an annotation in a completely different file.   

The only thing I've noticed is that if I open the list of annotations the problem goes away and the pop up contains the right information.  This lasts for a while and then reverts to the wrong data again.   Other than this I haven't had much time to research the 'why' behind the problem.

Thanks -andy

hs2

  • Senior Community Member
  • Posts: 2763
  • Hero Points: 292
Re: Annotation Problem
« Reply #1 on: November 20, 2007, 12:42:11 PM »
One more issue:
When changing the 'Types' select_note() fails if the tree index of the prev. type list is not covered (out-of-range) by the new type list -> stack dump
Test case: switch from 'Show All' (last annotation selected) to 'review comment' containing less entries -> bang
IMHO this needs to be changed anyway that each 'type view' manages it's own dialog info. This would also solve the column sorting issue already mentioned here http://community.slickedit.com/index.php?topic=2307.msg9591#msg9591
HS2