![](./templates/Morpheus/images/spacer.gif) |
![](./templates/Morpheus/images/blue/hdr_left_post.gif) | Bug? Code Insight is slow picking up new variables | ![](./templates/Morpheus/images/blue/hdr_right_blue.gif) |
Joined: 14 Jun 2007 |
Posts: 67 |
|
|
![](./templates/Morpheus/images/spacer.gif) |
Posted: Sat Jun 16, 2007 6:00 pm |
|
![](./templates/Morpheus/images/posttop_left.gif) |
![Reply with quote Reply with quote](templates/Morpheus/images/lang_english/blue/icon_quote.gif) |
![](./templates/Morpheus/images/spacer.gif) |
![](./templates/Morpheus/images/spacer.gif) |
Hi All,
Not sure if this has been mentioned in any other threads, but an issue I'm seeing is that when I create a new variable, it takes a while for it to become available in the code insight window.
Eg.
$testing = array();
$test /*expect dropdown to show $testing, but it's not there... */ |
If I wait a little while it becomes available (I'm not sure how long...) or change windows it seems to wake it up.
Has anyone else had this problem? Is this a bug?
Thanks, Cameron.
|
|
![](./templates/Morpheus/images/blue/hdr_left_post.gif) | Re: Bug? Code Insight not picking up new variables | ![](./templates/Morpheus/images/blue/hdr_right_blue.gif) |
Joined: 28 Mar 2007 |
Posts: 53 |
|
|
![](./templates/Morpheus/images/spacer.gif) |
Posted: Mon Jun 18, 2007 12:27 pm |
|
![](./templates/Morpheus/images/posttop_left.gif) |
![Reply with quote Reply with quote](templates/Morpheus/images/lang_english/blue/icon_quote.gif) |
![](./templates/Morpheus/images/spacer.gif) |
![](./templates/Morpheus/images/spacer.gif) |
Cjunge wrote: | Hi All,
Not sure if this has been mentioned in any other threads, but an issue I'm seeing is that when I create a new variable, it takes a while for it to become available in the code insight window.
Eg.
$testing = array();
$test /*expect dropdown to show $testing, but it's not there... */ |
If I wait a little while it becomes available (I'm not sure how long...) or change windows it seems to wake it up.
Has anyone else had this problem? Is this a bug?
Thanks, Cameron. |
Yes you absolutely right, the same happen with me, I discovered that it usually happen with big PHP scripts. Probably IDE takes some time for analyze. It is useful to press Ctrl+S (save document) after declaring a new variable
Regards
Vitali
p.s. sometimes even code folding or color schema appears a bit later (5sec) but I think we can not do anything except wait ![Wink](images/smiles/icon_wink.gif)
|
|
![](./templates/Morpheus/images/blue/hdr_left_post.gif) | Re: Bug? Code Insight not picking up new variables | ![](./templates/Morpheus/images/blue/hdr_right_blue.gif) |
![](./templates/Morpheus/images/ftr_right.gif) |
![](./templates/Morpheus/images/blue/hdr_left_post.gif) | | ![](./templates/Morpheus/images/blue/hdr_right_blue.gif) |
Site Admin
Joined: 13 Jul 2003 |
Posts: 8351 |
|
|
![](./templates/Morpheus/images/spacer.gif) |
Posted: Mon Jul 02, 2007 8:20 am |
|
![](./templates/Morpheus/images/posttop_left.gif) |
![Reply with quote Reply with quote](templates/Morpheus/images/lang_english/blue/icon_quote.gif) |
![](./templates/Morpheus/images/spacer.gif) |
![](./templates/Morpheus/images/spacer.gif) |
Quote: | fast machines can handle realtime, or almost realtime, updates |
in normal sense, "realtime" term has no relation to performance at all. Realtime means "100% guarateed responce in a specified time frame", whereas time frame can be even hours. So let's keep it away ![Smile](images/smiles/icon_smile.gif) , we're not about military-purpose IDE
regarding delay, it can't be changed with code insight implementation we have in versions 4.0, 4.5, 4.6 and 5.0. But in the next major version we'll add necessary things to help code completion get its data faster. Also, I'll check if something can be improved sooner.
|
_________________ The PHP IDE team
|
![](./templates/Morpheus/images/ftr_right.gif) |
![](./templates/Morpheus/images/blue/hdr_left_post.gif) | | ![](./templates/Morpheus/images/blue/hdr_right_blue.gif) |
![](./templates/Morpheus/images/ftr_right.gif) |
![](./templates/Morpheus/images/blue/hdr_left_post.gif) | | ![](./templates/Morpheus/images/blue/hdr_right_blue.gif) |
![](./templates/Morpheus/images/ftr_right.gif) |
![](./templates/Morpheus/images/blue/hdr_left_post.gif) | | ![](./templates/Morpheus/images/blue/hdr_right_blue.gif) |
![](./templates/Morpheus/images/ftr_right.gif) |
![](./templates/Morpheus/images/blue/hdr_left_post.gif) | | ![](./templates/Morpheus/images/blue/hdr_right_blue.gif) |
Veteran
Joined: 26 Dec 2006 |
Posts: 253 |
Location: Phoenix, AZ |
|
![](./templates/Morpheus/images/spacer.gif) |
Posted: Mon Jul 16, 2007 6:20 pm |
|
![](./templates/Morpheus/images/posttop_left.gif) |
![Reply with quote Reply with quote](templates/Morpheus/images/lang_english/blue/icon_quote.gif) |
![](./templates/Morpheus/images/spacer.gif) |
![](./templates/Morpheus/images/spacer.gif) |
dmitri wrote: | seems you're deluded or in a common mistake regarding RTOS. For sure, me definition is too simple, but it's true.
|
That's one definition. It's also one I'm familiar with, though I don't believe it's the one generally intended when the term is used these days.
http://www.google.com/search?hl=en&client=safari&rls=en&q=define%3AReal-time&btnG=Search
See also:
http://www.websters-online-dictionary.org/re/real-time.html
Where Wikipedia's definition is cited as a specialty definition.
I think what all this boils down to is that "real-time" is one of those terms that has multiple correct, and closely related, meanings, which in turn means that in technical writing, we need to be careful to indicate which definition we're using.
And now, back to the thread at hand.
|
|
![](./templates/Morpheus/images/ftr_right.gif) |
![](./templates/Morpheus/images/blue/hdr_left_post.gif) | | ![](./templates/Morpheus/images/blue/hdr_right_blue.gif) |
Joined: 14 Jun 2007 |
Posts: 67 |
|
|
![](./templates/Morpheus/images/spacer.gif) |
Posted: Mon Jul 16, 2007 6:24 pm |
|
![](./templates/Morpheus/images/posttop_left.gif) |
![Reply with quote Reply with quote](templates/Morpheus/images/lang_english/blue/icon_quote.gif) |
![](./templates/Morpheus/images/spacer.gif) |
![](./templates/Morpheus/images/spacer.gif) |
bobwilliams wrote: | I think what all this boils down to is that "real-time" is one of those terms that has multiple correct, and closely related, meanings, which in turn means that in technical writing, we need to be careful to indicate which definition we're using.
And now, back to the thread at hand. |
In this case, my use of "real-time" was faster than the 5 secs or so that it currently takes to refresh the document. User controlled, as Dmitri mentioned above, sounds perfect, allowing it to be adjusted to suit the user.
|
|
![](./templates/Morpheus/images/blue/hdr_left_post.gif) | OFFTOPIC!!! | ![](./templates/Morpheus/images/blue/hdr_right_blue.gif) |
Site Admin
Joined: 13 Jul 2003 |
Posts: 8351 |
|
|
![](./templates/Morpheus/images/spacer.gif) |
Posted: Tue Jul 17, 2007 7:42 pm |
|
![](./templates/Morpheus/images/posttop_left.gif) |
![Reply with quote Reply with quote](templates/Morpheus/images/lang_english/blue/icon_quote.gif) |
![](./templates/Morpheus/images/spacer.gif) |
![](./templates/Morpheus/images/spacer.gif) |
Quote: | That's one definition. It's also one I'm familiar with, though I don't believe it's the one generally intended |
Guys, please stop this offtopic.
RTOS has nothing to do with "fast performance". The term existed even when computers reacted in hours. What's important for RTOS is a GUARANTEED response in predictable (or as I said - "SPECIFIED" - a bit stronger) timeframe, nothing else. Please re-read the definitions or just trust to a guy who participated in some development for RT devices and knows the matter ![Smile](images/smiles/icon_smile.gif) .
Anyway, if you trust me or not, it won't change anything on this matter.
That's enough for now and for this topic in particular.
|
_________________ The PHP IDE team
|
![](./templates/Morpheus/images/ftr_right.gif) |
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
|
|
|
| ![](./templates/Morpheus/images/spacer.gif) |