最新的版本:5.6.1

 

 

Q : How can I set all the fonts under Notepad++ as mono-space font ?
   
A : All the styles (colour & font) are configurable via the Styler Configurator Dialog (the menu Language->Styler Configurator...). To apply one font (ex : Fixsys) to all the styles, choose the Style Default in the tab Global Styles then set your favorite font.
   
   
   
Q : I failed to open a file where the path contains the white space. It seems that Notepad++ doesn't support the long file name which contains the white space.
   
A :
Notepad++ DO support the long file name with white space. There shouldn't be a problem if you open a such file via the internal file open dialog (from menu : File->Open), via the Drag N' Drop or via the context menu (right click mouse, installed by Notepad++ Installer) under Explorer.

However, if you try to associate Notepad++ with some file extensions manually, there may be a problem. According to my experience, if you want to add a registry key by yourself, you should do something like that (with the double quotes) :

"C:\Program Files\Whatever\notepad++.exe" "%1"

to make sure the shell interprets correctely the string.

From v2.6, Notepad++ integrates the File Associations Manager which allows user associate/disassociate all the file extensions he/she wants with Notepad++. Note that you should have the Administrator's right to perform this operation.

   
   
   
Q : Does Notepad++ support column mode selection?
   
A :
Yes. Alt + left mouse click. See Shortcuts page to get all Notepad++ shortcuts.
   
   
   
Q :
How can I share MY DEFINED LANGUAGE (or my syntax highlighting) with the others?
   
A :
Follow the instructions below :
  1. Type %APPDATA%\Notepad++ in Run box, then Enter, there'll be a opened folder appears. 
  2. In the opened window, you'll found out a file named "userDefineLang.xml". Copy it. 
  3. Do the same procedure 1. to the PC destination.  Copy the "userDefineLang.xml" into the opened folder. 
  4. Relaunch Notepad++ from the destination PC et voila.

For sharing the syntax highlighting, follow the same procedure but replace "userDefineLang.xml" by "stylers.xml".