f5cca1add9
[BUG_FIXED] Fix wrong File encoding auto-detection problem : binary file is detected as UTF-16 big-endian. [UPDATE] (Author : Christian Cuvier) Update NppHelp to v5.5. git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@539 f5eea248-9336-0410-98b8-ebc06183d4e3
17 lines
1.2 KiB
HTML
17 lines
1.2 KiB
HTML
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
|
|
<html><head><meta content="text/html; charset=UTF-8" http-equiv="content-type"><title>Built-in Languages</title>
|
|
<link rel="stylesheet" href="styles.css" type="text/css">
|
|
</head>
|
|
<body>
|
|
<h1>Built-in languages</h1>
|
|
<p>Standard
|
|
Notepad++ comes preloaded with a list with some of the most popular
|
|
languages. You can select those languages using the Language
|
|
menu and configure their style using the <a href="Styler%20Configurator.html">Styler Configurator</a>. Most
|
|
often the correct language is selected when opening a file based on the
|
|
extension or filename (as is the case for makefiles) but you can always
|
|
select another one. When saving a session, the selected language will
|
|
be remembered, but closing and reopening the file will trigger the
|
|
autodetection again. You can change the extensions that are associated
|
|
with a language using the <a href="Styler%20Configurator.html#Extension">Styler Configurator</a>. Also, custom keywords can be added to most languages: when selecting an adequate (language, style item) pair, the Styler Configurator displayys a text area where extra keywords can be typed in, separated with spaces.
|
|
</body></html> |