NuSphere Forums Forum Index
NuSphere Forums
Reply to topic
long variable and tool tips


Joined: 20 Sep 2006
Posts: 59
Reply with quote
Hi guys.

I am using phped 4.6

I found when a variable has a lot of text in it and you mouse over it, the IDE crashes. To replicate:

Code:
<?php

function fill()
{
   $tmp = '';
   
   for( $i=0; $i<10000; $i++ )
      $tmp .= "$i abcdefghijklmonpqrstuvwxyz\n";
      
   return $tmp;
}

//
// breakpoint here:
//
$html = fill();
//

?>


Put a break point on the above line, then mouse over the $html. The IDE then grinds to a halt. Rolling Eyes

Hope you guys can fix this!

John (my email is johng__AT__neutralize__DOT__com)
View user's profileFind all posts by monkiesSend private message
Site Admin

Joined: 13 Jul 2003
Posts: 8340
Reply with quote
Thank you for the report.
I'm not sure if you're using the most recent version (build4624) or not.
But it works for me:


Last edited by dmitri on Wed Sep 20, 2006 10:54 am; edited 2 times in total
View user's profileFind all posts by dmitriSend private messageVisit poster's website


Joined: 20 Sep 2006
Posts: 59
Reply with quote
I am using 4621.

Weird. Mine definitly dies, it's done it a couple of times today. I get an hour glass cursor, and then nothing responds. The maximise button on the window title bar goes grey and I can't click it.

Any ideas?

john
View user's profileFind all posts by monkiesSend private message
Site Admin

Joined: 13 Jul 2003
Posts: 8340
Reply with quote
no, not 4621. Today we released 4.6.1 (build 4624) and it's where the problem is fixed Smile
View user's profileFind all posts by dmitriSend private messageVisit poster's website


Joined: 20 Sep 2006
Posts: 59
Reply with quote
Oh, ok. Sweet.

I actually bought and downloaded NuSphere today, so i thought I had the latest version Shocked good work fella's. I am downloading now.

I have posted a couple of other bugs, I used to be a C# developer (Visual Studio is so so so nice to use) which are little anoyances that comming from VS I notice a lot.

Thanks for your help Dmitri,

John
View user's profileFind all posts by monkiesSend private message
Site Admin

Joined: 13 Jul 2003
Posts: 8340
Reply with quote
Smile

there will be a little improvement in 4625,
it will show more lines:

View user's profileFind all posts by dmitriSend private messageVisit poster's website
long variable and tool tips
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
All times are GMT - 5 Hours  
Page 1 of 1  

  
  
 Reply to topic