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
Nice to hear that you were able to solve your issue. It gave me the impetus to have a look at my code and I have to admit that the current implementation is not the best idea. If there is no valid configuration file, it is not possbile to create a valid one. So, users go round in circles. I will think about a better solution in a future release. To answer your question: config files don't get removed when uninstalling a plugin. With the old Plugin Manager (abandoned some years ago) it was possible...
Cannot add groups
Thank you for opening a new ticket. Would you please post the debug infos of your Notepad++ installation? You can find these at (menu) ? -> Debug Info. Click on button Copy debug info into clipboard and paste it here in a new comment. This way I get some useful infos about your installations's environment. Without that I cannot help you because under Windows 10 neither with Notepad++ v8.6.9 nor with v8.7 I'm able to reproduce your issue.
This forum should not be used anymore for filing bugs and issues. Instead you can use the "Tickets" section of this repository, see >> here <<.
This forum should not be used anymore for filing bugs and issues. Instead you can use the "Tickets" section of this repository, see >> here <<.
This forum should not be used anymore for filing bugs and issues. Instead you can use the "Tickets" section of this repository, see >> here <<.
This forum should not be used anymore for filing bugs and issues. Instead you can use the "Tickets" section of this repository, see here
First of all, I would like to ask you to start a new thread for a new topic instead of reviving a already closed thread. To answer your comment, you have to provide some data for the new group befor you can click the "Add" button, see here:
First of all, I would like to ask you to start a new thread for a new topic instead of reviving a already closed thread. To answer your comment, you have to provide some data for the new group befor you can click the "Add" button, see here:
First of all, I would like to ask you to start a new thread for a new topic instead of reviving a already closed thread. To answer your comment, you have to provide some data for the new group befor you can click the "Add" button, see here:
Make also Column Number zero-based (or custom)
Solved in v1.1.10. Ticket closed.
Thank you for testing, much appreciated.
The feature has been added. Please test the new version v1.1.10 of the plugin and give some feedback, especially if you find bugs. You can download it from the "Files" section of this repository.
Make also Column Number zero-based (or custom)
Make also Column Number zero-based (or custom)
Add relative line numbers
Solved in v1.1.9. Ticket closed.
Add relative line numbers
Make also Column Number zero-based (or custom)
In Notepad++ there are means to access the status bar and alter its content, so it is possible that this feature could be implemented. However, I have to find some spare time to do the necessary research and to actually do the required programming.
Add relative line numbers
Add relative line numbers
Add relative line numbers
Add relative line numbers
Add relative line numbers
It took almost one year but now it's done. I integrated the relative line numbers feature that you requested. I hope I didn't strain your patience too much. However, I was not able to implement the feature as I wanted one year ago. It is not possible to left align the current line number when in relative-line-numbers mode since Scintilla, the underlying edit component used by Notepad++, allows only to set the character alignment for the whole line numbers margin, not for a certain line only. So I...
It took nearly a year but now it's done. I integrated the relative line numbers feature that you requested. I hope I didn't strain your patience too much. However, I was not able to implement the feature as I wanted one year ago. It is not possible to left align the current line number when in relative-line-numbers mode since Scintilla, the underlying edit component used by Notepad++, allows only to set the character alignment for the whole line numbers margin, not for a certain line only. So I decided...
Thank you for your feedback. I think I prefer the kind of implementation like in VS Code, i.e. current line number left aligned, relative line numbers right aligned without a sign. If this is not possible (how to adjust the width of line numbers margin to be able to right/left align numbers? how to right/left align at all?) I will implement it like in your posting above: current line number (0- or 1-based, according to user's setting) and relative line numbers with a sign. IMO relative line numbers...
At first I want to ensure that I understood your feature request in the right way. You want line numbers that are relative to the caret's current line and you want them to be prefixed by a sign: a minus sign for line numbers before the caret's current line a plus sign for line numbers after the caret's current line no sign for the caret's current line because its line number should be zero Is this correct?
Some settings won't save [1.2.2 x64]
Setting has been removed in release v1.3.1
Thank you for testing. So maybe it is time to consider removing this setting also? Yes, I think this would be the best. Thinking about this setting now, I'm not sure why I included it at all. ;-) I keep this issue open as a reminder since I have only limited spare time to work on the plugin, thus your proposed change will be applied at a later point in time.
Some settings won't save [1.2.2 x64]
Should have been fixed with v1.3 release. Please test and come back to report your results.