Futura-Py / Notes

The modern text editor written in python
MIT License
9 stars 2 forks source link

Line number improvements #52

Closed Moosems closed 2 years ago

Moosems commented 2 years ago

@not-nef I recently created a text widget modified to have a crazy good linenumber system that dynamically resizes. I'm gonna create a repo but the current implementation in txt2 has a few issues (common in tk editors) that I fixed. I'll link the repo soon

not-nef commented 2 years ago

Yoo great!!

Moosems commented 2 years ago

@not-nef https://github.com/Moosems/TkLineNums It's on pypi to as tklinenums. Check the tests folder and copy paste the contents to a new file after downloading., That should give you a sense of the linenumbers. It's almost exactly the same as the current one but with a few improvements

not-nef commented 2 years ago

Great!

Moosems commented 2 years ago

Make sure you use the newest version on pypi

not-nef commented 2 years ago

image

Moosems commented 2 years ago

On pypi

Moosems commented 2 years ago
Screen Shot 2022-09-23 at 1 38 41 PM