A decent text editor is one of the most important programs on your computer. I use it for coding, for looking at the results of computations, and sometimes simply for taking notes. Since Windows still only comes with crappy Notepad, you need to find something else. Luckily, there’s Notepad++, a free text editor that I have used for many years now. It offers everything that you need in a text editor: line numbering, syntax highlighting, macros. It can deal with larger files, at it remembers all the files that you had opened when you close the program, even those unsaved notes you took in a temporary file. Highly recommended!
Vielleicht gefällt dir auch
There were times when programmers did not have to worry about parallelisation, as most computers only had a single CPU. Sure, you […]
When you have many point cloud files that are not tiled, it can be tricky to find the one file that covers […]
I recently ran into issues when using really large arrays in C++ for a dataset of several hundred million points. I have […]
When dealing with point clouds, you’ll probably run into the LAS format at some point, as it is the file format most […]
Ein Gedanke zu “Notepad++”