Overview
Examples
Screenshots
Comparisons
Applications
Download
Documentation
Tutorials
Bazaar
Status & Roadmap
FAQ
Authors & License
Forums
Funding Ultimate++
Search on this site
Search in forums












SourceForge.net Logo
Home » U++ TheIDE » U++ TheIDE: Other Features Wishlist and/or Bugs » Debugging - Wrong tooltip on mousehover
icon4.gif  Debugging - Wrong tooltip on mousehover [message #32974] Mon, 27 June 2011 11:01
loki is currently offline  loki
Messages: 36
Registered: October 2007
Member
Hello,

while debugging in TheIDE a tooltip with value information appears if hover with the mouse over a token. But if we have the following tokens, it will show the wrong information. The first time "position" is a member of the class Object. "object" is a instance of Object. So if i hover over "object.position.x" it will show the values from position.x" This may confuse if the lines of code are not close together. (I always hover over the word position)

v1.x = p1.x - position.x;
v1.y = p1.y - position.y;
v2.x = p2.x - object.position.x;
v2.y = p2.y - object.position.y;


Using Build 3553 with MSC10
Previous Topic: BUG in TheIDE
Next Topic: TheIDE Format Setup BUG
Goto Forum:
  


Current Time: Thu Mar 28 13:07:04 CET 2024

Total time taken to generate the page: 0.01372 seconds