Opened 8 years ago
Last modified 7 years ago
#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 (4)
comment:1 Changed 8 years ago by bowtie
- Keywords Scintilla added
comment:2 Changed 8 years ago by bowtie
- Priority changed from major to trivial
comment:3 Changed 7 years ago by bowtie
- Version changed from 0.94 to 0.96
comment:4 Changed 7 years 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.
this is consistent with other margin markers, eg diff