notepad-plus-plus-legacy/PowerEditor/misc/npp.help/HTML/Editing_Scint.html
Don Ho 52dc1c9d87 [UPDATE] (Author : Christian Cuvier) Update NppHelp.
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@618 f5eea248-9336-0410-98b8-ebc06183d4e3
2010-02-21 22:23:10 +00:00

22 lines
1.3 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>Editing</title>
<link rel="stylesheet" href="styles.css" type="text/css">
</head>
<body><h1>Editing</h1>Primarily editing files is done by simply using
the keyboard (or the standard Input Method Editor (IME) for eastern asian language) to change the contents, inserting and deleting text as
needed. However, Notepad++ has many tools and aids to assist in editing
files, mainly to automate repetitive tasks or speed up development.<p>Notepad++
is based on the Scintilla edit control and relies on it to perform many
editing tasks, supplementing it if useful.<br>
<p><a href="Standard%20Operations.html">Standard Operations</a></p>
<p><a href="Indentation.html">Indentation</a></p>
<p><a href="Selecting.html">Selecting text</a></p>
<p><a href="Overtype.html">Overtype</a></p>
<p><a href="Auto%20Completion.html">Auto Completion</a></p>
<p><a href="Column%20Mode%20Editing.html">Column Mode Editing</a></p>
<p><a href="Commenting.html">Commenting</a></p>
<p><a href="Other%20editing%20tools.html">Other editing tools</a></p
<p><a href="Mouse%20Gestures.html">Mouse gestures</a></p
<p><a href="Edit%20Shortcuts.html">Shortcuts related to Editing</a></p
></body></html>