Returning home the day before yesterday is also the opening day of the Olympic Games. Unfortunately, it failed to catch up! Wandering on SourceForge in the evening, I found a previously used software notepad ++, only to find that it was originally a free beer and free speech software!
So I downloaded tortoise SVN from the Internet and updated notepad ++. In the past two days, I checkedCodeAlthough writing in the ansi c ++ format is not used to ("{}"), I have to admit that itsSource codeIt is indeed well written, highly readable, and very good code.
Basically, notepad ++ uses the C ++ library package developed by tinyxml and scintilla for development. For cross-platform or other needs, notepad ++ is very beautiful, although the interface language cannot be modified, in general, notepad ++ of 5.0.3 implements most ide functions and supports code folding. But there are also a few regrets:
1. The data size of the previously defined enumerated values is not immediately displayed. Sometimes, this is very convenient, especially when you look at the source code written by others.
2. There is no running configuration method. notepad ++ already supports display processing in a large number of languages. It will be better if you can integrate the compilation mode and debug mode of a specific language.
3. Lack of Language Pack support
Even so, notepad ++, as a substitute for notepad, is definitely not mentioned, but the compiled notepad ++ (release) version is still somewhat large, reaching 2.03 MB, but it runs very fast!
Optimistic about notepad ++!