diff options
author | nyamatongwe <devnull@localhost> | 2007-05-21 11:47:04 +0000 |
---|---|---|
committer | nyamatongwe <devnull@localhost> | 2007-05-21 11:47:04 +0000 |
commit | 907a49531ddf0eeafb25947a9fefd61b1e31b2f9 (patch) | |
tree | c43bd3cd91e4291bd5c864edcd19025a414a59c4 | |
parent | bf0e7573e101636abf96ec83ceb8dcbada23ea5d (diff) | |
download | scintilla-mirror-907a49531ddf0eeafb25947a9fefd61b1e31b2f9.tar.gz |
Added convert indenation item.
-rw-r--r-- | doc/ScintillaHistory.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html index 2843ebd17..368d4cd79 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -387,6 +387,9 @@ Incremental search available on GTK+. </li> <li> + SciTE Indentation Settings dialog available on GTK+ and adds a "Convert" button. + </li> + <li> Find in Files can optionally ignore binary files or directories that start with ".". </li> <li> |