#17698
Andreas
Participant

Very Good! Thank you very much!

One minor point: Suppose you have set both the backgound color of the current line and the background color of bookmarked lines to some custom colors. In this case, when the current line is also a bookmarked line, it will be difficult to see the current line, especially when there are several bookmarked lines. Which one of these bookmarked lines is the current line then? In the editor that I used before I switched to EmEditor, this problem was solved as follows: When the current line is also a bookmarked line, the text color was the text color of the current line, not the text color of bookmarked lines. Would it be possible to have the same behavior in EmEditor?

To make this point more clear, here is a concrete example:

Current line:
    Text color = brown
    Background color = yellow
Bookmarked lines:
    Text color = black
    Background color = green

Behavior of EmEditor v14.1.0 beta 1 when the current line is a bookmarked line:
    Text color = black
    Background color = green
Desired behavior of EmEditor when the current line is a bookmarked line:
    Text color = brown
    Background color = green