aac719f843
Signed-off-by: Don HO <don.h@free.fr> git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@504 f5eea248-9336-0410-98b8-ebc06183d4e3
20 lines
1.1 KiB
HTML
20 lines
1.1 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>RTL</title>
|
|
<link rel="stylesheet" href="styles.css" type="text/css">
|
|
</head>
|
|
<body>
|
|
<h1>Right-to-Left (RTL)</h1>
|
|
<p>
|
|
Notepad++
|
|
support both Left-to-Right (LTR) and Right-to-Left (RTL)
|
|
environments. The main user interface determines the layout using the
|
|
translation file (if the file contains the <span style="font-family: monospace;">'RTL=”yes”'</span> attribute
|
|
in the </font><span style="font-family: monospace;">'Native-Langue'</span> tag, it will enable the RTL UI, otherwise it will be LTR).
|
|
<p>
|
|
Each
|
|
View can also independently set the RTL or LTR mode, simply select
|
|
<span class="menu_item">View->Text Direction LTR</span> for LTR text display and <span class="menu_item">View->Text
|
|
Direction RTL</span> for RTL text display. Please note that Scintilla
|
|
currently has issues with RTL text display for LTR text and
|
|
indicators (especially if RTL and LTR are combined).
|
|
</body></html> |