Notepads icon indicating copy to clipboard operation
Notepads copied to clipboard

[feature request] Add option to start with line number 0

Open SpaceBoySnens opened this issue 2 years ago • 1 comments
trafficstars

Basically what the title says. I'm currently working with Johnny, a simplified van neumann computer simulator. The programm files are stored as normal text files with the problem that they start with line number 0, which makes editing them in Notepads a bit brainfuck sometimes.

SpaceBoySnens avatar Mar 04 '23 10:03 SpaceBoySnens

This is purely dev/coder driven use case where majority of Notepads users are not developers or coders. I won't implement it or providing settings for switching the starting number of the line numbers column, but you can always change the source code and generate a release build for your own.

https://github.com/0x7c13/Notepads/blob/22f201f4ac91a0ba632228b75b7e0ccee3e2d5b3/src/Notepads/Controls/TextEditor/TextEditorCore.LineNumbers.cs

0x7c13 avatar Mar 08 '23 02:03 0x7c13