1. notepad ++ how to set an open file encoding format for the UTF-8. The default value is ANSI.
Settings → preferences → new → Encoding
2. The function list plug-in is not included in the notepad ++ plug-in list, nor in the available list of the plugin manager.
Ii. Java Development Environment
3. Configure notepad ++
3
, open up a bit;
The same text file is saved in Word and saved in Notepad, and the file size is very different.
So it is best to use Notepad for the preservation of plain text with size below 64KB.
Another irreplaceable feature of Notepad is that you can save unformatted files.
You can save the document edited by Notepad
+ +, Resource file, Java, assembler, MS INI file, HTML, Javascript, PHP, ASP, Pascal, Python, Perl, Objective C, LUA, Fortran, NSIS, VHDL, SQL, VB and BATCH
Plug-in use: So after opening the Python file, you can double-click on the displayed function in the list of a function to achieve a quick positioning to the corresponding position.
Plug-in Installation:
Refer to section 1.3.2.1, "Installing the plugin Manually" to download Functionlist_2_1_uni_d
recently found that notepad++ does not support the text copy by line number range, I want to develop a notepad++ plug-in, support to enter the starting line number and end line number, and then copy the text of the area to a new document or copy to the system Clipboard, convenient text operation. Effects such as:This paper mainly introduces the basic process of notepad
After a lot of MFC has understood a lot of features, but the previous project has not been used to the MFC menu function, menu is WIN32 function is very common things, this also must understand. In fact, the establishment of the menu is very simple, with the previous file operation function, has been able to start-and accessories, Notepad, is that Notepad.exe written out.
I. BASIC OBJECTIVES
First of all, this
Android project notepad (13), android Project
This article is my learning notes, welcome to reprint, but please note the Source: http://blog.csdn.net/jesson20121020
Today, we will implement the function of viewing images and recordings. When editing or browsing the notebook, click an image to open a custom Activity (of course, you can also call the image library of the system to view it) to view the original image of the added image, rather than th
else if (EventSource = = edit_timedate)//Add date Time {this.text.requestFocus (); SimpleDateFormat currentdatetime = new SimpleDateFormat ("hh:mm yyyy-mm-dd"); This.text.insert (Currentdatetime.format (New Date ()), this.text.getCaretPosition ());
Void readfile (string path) // display the content of the opened file{Try{File file = new file (PATH );Bufferedreader BR = new bufferedreader (New inputstreamreader (New fileinputstream (file), "gb2312"); // encoding conversion (key)
String STR = ""
hello.cpp
There is no error stating that the configuration was successful.
Another is to put MinGW into the notepad++, very simple, in the "Run" menu to add 3 buttons on it:
Compile cmd /k ...\MinGW\bin\g++.exe -g -W -Wall -o$(CURRENT_DIRECTORY)\$(NAME_PART).exe$(FULL_CURRENT_PATH) PAUSE EXIT
Run cmd /k $(CURRENT_DIRECTORY)\$(NAME_PART).exe pause exit
Debug cmd /k ...\MinGW\bin\gdb.exe $(CURRENT_DIRECTORY)\$(NAME_PART).exe
/nppmenusearch/File SwitchAfter installation in the preferences - Common - file list panel tick show , there will be a panel showing all the currently open files How to use: notepad++ Plugin recommendation--Quick location file Download: https://sourceforge.net/projects/npp-plugins/files/File%20Switcher/FileSwitcher%201.0.3.0/ nppexec One of the uses of nppexec in notepad++: basic usage
Android project notepad (10), android Project
In the previous section, all the functions of the canvas are implemented, including setting the paint brush size, setting the paint brush color, and eraser. You can also add the handwriting size and color setting functions, this section allows you to adjust handwriting size and color.
First look at the figure:
In fact, the functions of handwriting and drawing board are similar. Simply reuse the previous c
numbers] OK in the toolbar!Solution 5: Write macro commandsOpen notepad ++, ALT + O, select macro, and start recording: (initial cursor in the beginning) Note: All keyboard operationsMacro process: [HOME key]-[Ctrl + Shift + direction key * right]-[backspace]-[direction key *]Definition: cursor top grid-select by word field-Delete the first row-Next row // The second step is operated n times according to the situation.The above is the method I used i
notepad++ is a free open source code Editor in the Windows environment, supported languages: C, C + +, Java, C #, XML, HTML, PHP, javascript! This article is to explain the use of notepad++ in the development of Windows shell scripts uploaded to Linux can not perform problem solving method (BOM problem), interested students reference.Problem Description:In the pr
decoding, the JS encoding and decoding, I think the HTML tag encoding and decoding is the most useful function. nppexec plugin lets notepad compile run Java, Python hex-editor This plugin mainly provides 16 binary viewing and editing capabilities. poormanstsqlformatter Automatic formatting of SQL Quick Color picker colour captureUseFirst, notepad++ Aut
notepad++, also known as NPP, is a small open source software similar to Notepad. It is portable, small in size, small in resource footprint, supports many programming languages, such as C + +, C #, Java and other mainstream programming languages, and supports HTML, XML, Asp,perl, Python, JavaScript and other web/scripting languages. and
to set the location of the JavaFX SDK (similar to Android development) in preference.Create a class of MyApp that inherits from Javafx.application.Application.[Java]View Plaincopy
Import javafx.application.Application;
Import Javafx.fxml.FXMLLoader;
Import javafx.scene.Parent;
Import Javafx.scene.Scene;
Import Javafx.stage.Stage;
Import Javafx.stage.StageStyle;
public class MyApp extends application {
public static void Main (
After we run notepad ++, there will be many problems. For example, many people say that it cannot run after compilation.
Here I emphasize that notepad ++ only compiles software one by one.
However, you can install the plug-in to run it. After installing the plug-in, you also need to configure the environment variables.
The specific method is as follows:
1. install the n
In reading other people's code occasionally encounter format is very messy, read very laborious situation, if manual change, very error-prone and time-consuming, then can use some professional editor to format the code, notepad++ is a lightweight code editor, taking up less memory, running fast, but NotePad + + itself is not with this formatting feature, but he supports the Nppastyle plugin to complete the
The command to open the browser is
C: \ Users \ Administrator \ appdata \ Local \ google \ chrome \ Application \ chrome.exe $ (current_directory)/$ (file_name)
We all know that in Notepad ++, you can run some external programs by using commands, or compile programs, and use Notepad ++ as a lightweight IDE. I used to post an article that briefly introduced how to use No
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.