Bug 254577 - The Breakpoint annotations preferences selected in "Text as" field are not applied in Editor
Summary: The Breakpoint annotations preferences selected in "Text as" field are not ap...
Status: NEW
Alias: None
Product: z_Archived
Classification: Eclipse Foundation
Component: PDT (show other bugs)
Version: unspecified   Edit
Hardware: PC Windows XP
: P2 normal (vote)
Target Milestone: ---   Edit
Assignee: Roy Ganor CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-11-07 06:18 EST by Kalin CLA
Modified: 2020-05-14 10:17 EDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Kalin CLA 2008-11-07 06:18:04 EST
Go to Window -> Preferences -> General -> Editors -> Text Editors -> Annotations -> Breakpoints.
Tick "Text as" field and select any option in relevant drop-down list:
"Box"
"Dashed box"
"Highlighed"
"Native Problem Underline"
"Squiggly line"
"Underlined"
Press Apply, then OK.
Go to PHP editor, right click at left ruler and select "Toggle breakpoint" / Or double left-click at left ruler.

Expected:
The breakpoint related text should be marked according the selected option in "Text as" field in preferences page.

Actual:
The selected option in "Text as" field takes no effect in Editor



Note: Using "Vertical Bar" option in "Text as" field the behavior is correct.

Found in N20081106
Comment 1 Zhongwei Zhao CLA 2010-04-18 21:18:40 EDT
The break point has relation with the line number instead of the text.
This is the Eclipse normal behavior.