In addition to Weibo, there is also WeChat
Please pay attention
WeChat public account
Shulou
2025-03-31 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Internet Technology >
Share
Shulou(Shulou.com)06/02 Report--
This article will explain in detail what are the characteristics of Notepad++. The editor thinks it is very practical, so I share it with you for reference. I hope you can get something after reading this article.
Notepad++, as its name implies, is an enhanced version of windows's built-in Notepad. It is written in C++ with excellent performance. It is not only small (only 3.8MB is the full installation package), many features, rich plug-ins, but most importantly, "completely free"!
1. Save automatically
The most fear in the process of text editing is that all kinds of unexpected situations have not been saved in a hurry, such as crash, process deadlock, collapse, etc. If you use Notepad++, don't worry at all, by default, it will save a copy of the content being edited in real time to% appdata%, and every time you open an unsaved file, it will automatically recover from the copy, and you don't have to worry about any editing data loss at all! (recommended study: notepad++)
Unless the disk is damaged, for individual users, I think it is not difficult for Notepad++ to work with the real-time synchronization feature of cloud disk to achieve the reliability of data of three nines or four nines, right?
2. Edit a read-only file
Occasionally edit some system files, such as C:WindowsSystem32driversetchosts, only know that the file is read-only when editing is finished, and there is no permission. Under linux vim, we can: W! sudo tee% directly edit read-only files, but how to do under windows? Is it possible to right-click the file to remove the attributes?
This is too cumbersome! You can quickly solve the problem by [editing] → [removing read-only marks] under Notepad++.
3. Column editing
What if you want to add a tab to the beginning of each line of a paragraph of text? Would you like a shell command sed-r'/ ^ / /'to deal with it?
Press the alt key in Notepad++ to enter column editing mode, and then press tab to perform the same operation for each selected row.
What if you add a consecutive number to the beginning of each line as a line number?
Do you want to automatically fill in the excel and then copy over? Press the alt+c key in Notepad++ to enter the column editor insert mode and set the corresponding initial value and step size.
4. Monitor log
If the log file changes, how do I get the latest log? If it is a low-frequency change, notepad++ will automatically detect content changes, prompting you whether you want to load the latest files, but if frequent changes
Fortunately, notepad++ has built this feature into it for us: [view] → [monitoring log]
5. Find and replace
Notepad++ 's find and replace is very powerful, fully supports PCRE-style regularities, and can output matching content in a separate window, or mark the search results in a more friendly way.
6. Format, coding and symbols
Notepad++ has almost all the coding support built into the Encoding menu, which can be switched freely, and it is very convenient to debug coding problems.
In view of the incompatibility between linux, mac and windows newline characters, notepad++ can also be easily supported, and double-clicking in the status bar at the bottom can be easily switched.
7. Custom syntax highlighting
Dozens of languages are syntax highlighted in notepad++, and users can modify and customize themes at will, but there are still some languages that are not supported at present, such as scala. We can find imports configured by others from GitHub.
This is the end of this article on "what are the characteristics of Notepad++". I hope the above content can be of some help to you, so that you can learn more knowledge. if you think the article is good, please share it out for more people to see.
Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.
Views: 0
*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.
Continue with the installation of the previous hadoop.First, install zookooper1. Decompress zookoope
"Every 5-10 years, there's a rare product, a really special, very unusual product that's the most un
© 2024 shulou.com SLNews company. All rights reserved.