Can I now put in a request then for CustomLineNumbers to support highlighting the current line number in similar fashion, while retaining the more traditional incremental line numbers? Well, of course you could, but unfortunately I have to tell you that I would not implement such a feature request. Notepad++ is able to highlight the text of the current line, have a look at the "Preferences" dialog in the attachments. So, I think what you requested is not worth the effort as it is doubling an already...
Odd behavior in "Relative Line Numbers" feature
This behavior is intentional. I will explain it below. The red line number in your screenshots shows the actual line number of the document's current line. Since the "Relative Line Numbers" feature can be combined with the plugin's "Line Numbers Start At" feature, the red line number is also affected by this setting. The other line numbers are relative to the document's current line. That means they indicate the distance of a specific line from the current line.
[BUG] In status bar, "Ln", "Col" and "Pos" sometimes show "Â " instead of locale-induced NBSP
I was able to fix your issue. It only occured in the 64 bit version of the plugin, presumably because of a bug in the RTL of Delphi XE2 related to regular expressions. I changed the implementation of the code that sets the status bar position infos away from a regular expression approach to a handcrafted method using character searches. Though I have tested it carefully, I would appreciate it very much if you would test the new version of the plugin and give some feedback, especially if you find...
[BUG] In status bar, "Ln", "Col" and "Pos" sometimes show "Â " instead of locale-induced NBSP
I can reproduce this issue. I will have a look at it but this may take some time. Please be patient.
Cannot add groups