Bug 239957

Summary: PHP elements occurrences are not shown in Vertical ruler
Product: z_Archived Reporter: Sylvia Tancheva <silviya>
Component: PDTAssignee: Nir Cohen <nir.c>
Status: CLOSED WORKSFORME QA Contact:
Severity: normal    
Priority: P3 CC: gadi, ganoro, kalin.a
Version: unspecifiedKeywords: bugday
Target Milestone: ---   
Hardware: PC   
OS: Windows XP   
Whiteboard:

Description Sylvia Tancheva CLA 2008-07-08 08:20:37 EDT
1. Use the code bellow to observe it
2. Make sure Mark Occurrences is enabled (toggle button on the toolbar or Window -> Preferences -> PHP ->Editor -> Mark Occurrences)
3. Go to Window -> Preferences -> General -> Editors -> Text Editors -> Annotations -> PHP elements 'read' occurrences (same about 'write' occurrences)
4. Select the 'Vertical ruler' check-box -> Apply -> OK 
5. Click on $aaa (any)

Expected: The occurrences of $aaa are shown in the Vertical ruler (left side of editor)
Actual: They are not shown

<?php
function foo()
{
	$aaa=1;
	echo $aaa;
}
?>
Comment 1 Nir Cohen CLA 2008-10-05 03:16:37 EDT
vertical rulers annotations works just fine.

NirC
Comment 2 Gadi Goldbarg CLA 2008-10-13 10:32:59 EDT
Verified Fixed.
Tested under N20081012
[Kalin Yanev kalin.a@zend.com]