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
Project DIGITS NVIDIA caused a bit of a stir at CES 2025 when it announced Project DIGITS, a tiny computer for AI […]
This article is available in three languages, so make sure to choose your preferred language on the right. 2024 ist ein Jahr […]
Windows batch scripts are incredibly useful for processing data. You can automate many tasks by a simple batch file. The most common […]
I’ve previously written about parallelizing C/C++ for loops with OpenMP. Many of the concepts explained in that article also apply to C#. […]
Ein Gedanke zu “Notepad++”