![]() |
With Notepad how to have lines numbered - Printable Version +- Python Forum (https://python-forum.io) +-- Forum: Python Coding (https://python-forum.io/forum-7.html) +--- Forum: General Coding Help (https://python-forum.io/forum-8.html) +--- Thread: With Notepad how to have lines numbered (/thread-8850.html) |
With Notepad how to have lines numbered - sylas - Mar-10-2018 Hi all. When I deal with many files I use Atom. When I deal with one file I use Notepad, but unfortunately I do not succeed to have numbered lines. If you know how to obtain numbered lines with Notepad, please tell me. RE: With Notepad how to have lines numbered - stranac - Mar-10-2018 I'm pretty sure you can't. Why would you ever want to use notepad? RE: With Notepad how to have lines numbered - wavic - Mar-10-2018 Just install Notepad++ RE: With Notepad how to have lines numbered - sylas - Mar-10-2018 What a marvellous thing this forum. Many thanks to Wavic. |