| Summary: | [Code Assist] refinement of proposals pressing CTRL+space twice | ||
|---|---|---|---|
| Product: | z_Archived | Reporter: | Roy Ganor <ganoro> |
| Component: | PDT | Assignee: | Michael Spector <spektom> |
| Status: | CLOSED FIXED | QA Contact: | Sylvia Tancheva <silviya> |
| Severity: | normal | ||
| Priority: | P3 | CC: | gadi, kalin.a, php6developer |
| Version: | unspecified | ||
| Target Milestone: | --- | ||
| Hardware: | PC | ||
| OS: | Windows XP | ||
| Whiteboard: | |||
The scenario is the following:
1. use this content:
<?php
function foo() {
return 5;
}
|
2. place the cursor where the | is positioned
3. click Ctrl+Space
4. see that foo() is not on the list - OK
5. click "f"
6. click Ctrl+Space
7. the list should be updated and foo() should present
The bug is about feature like in JDT - pressing several times CTRL+space changes code assist scope.
*** Bug 253662 has been marked as a duplicate of this bug. *** Fixed? *** Bug 275270 has been marked as a duplicate of this bug. *** Fixed in RC3 Please close. Closing [Sylvia Tancheva] |
1. use this content: <?php function foo() { return 5; } | 2. place the cursor where the | is positioned 3. click "f" 4. click Ctrl+Space 5. see that foo() is not on the list (it should work if foo() is outside of the file too)