Ticket #1400 (new defect)
code folding icon hides break-point icon
| Reported by: | daxim | Owned by: | |
|---|---|---|---|
| Priority: | trivial | Milestone: | |
| Component: | editor | Version: | 0.96 |
| Keywords: | Scintilla | Cc: |
Description
- Enable code folding.
- Write a block so that a fold icon appears in the left-hand margin, e.g.
if {
}
- Set a break-point in the line with the opening brace.
Expected: both the fold icon and the break-point icon should be visible in the left-hand margin.
Actual: fold icon hides the break-point icon.
Change History
comment:2 Changed 16 months ago by bowtie
- Priority changed from major to trivial
this is consistent with other margin markers, eg diff
comment:4 Changed 9 months ago by zenogantner
MonoDevelop? has a nice solution for this:
Markers for warnings, errors, and breakpoints are left of the line numbers, code folding markers are right of the line numbers.
Note: See
TracTickets for help on using
tickets.
