Bug 239957 - PHP elements occurrences are not shown in Vertical ruler
Summary: PHP elements occurrences are not shown in Vertical ruler
Status: CLOSED WORKSFORME
Alias: None
Product: z_Archived
Classification: Eclipse Foundation
Component: PDT (show other bugs)
Version: unspecified   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Nir Cohen CLA
QA Contact:
URL:
Whiteboard:
Keywords: bugday
Depends on:
Blocks:
 
Reported: 2008-07-08 08:20 EDT by Sylvia Tancheva CLA
Modified: 2020-05-14 11:17 EDT (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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]