From 2e9b654850264d21bf7706ed96b18c3d317e83d1 Mon Sep 17 00:00:00 2001 From: mitchell <70453897+667e-11@users.noreply.github.com> Date: Wed, 15 May 2013 09:48:59 -0400 Subject: Updated old documentation. --- doc/04_WorkingWithFiles.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'doc/04_WorkingWithFiles.md') diff --git a/doc/04_WorkingWithFiles.md b/doc/04_WorkingWithFiles.md index 0f8cfd11..373b7851 100644 --- a/doc/04_WorkingWithFiles.md +++ b/doc/04_WorkingWithFiles.md @@ -66,7 +66,7 @@ not notice any difference for working with files containing ASCII text since UTF-8 is compatible with it. Textadept can also detect ISO-8859-1 and MacRoman, the primary encodings used on Windows and Mac OSX respectively. Files with more exotic encodings may not be detected properly, if at all. You can change the -list of encodings Textadept tries to detect via [`io.try_encodings`][]. +list of encodings Textadept tries to detect via [`io.encodings`][]. It is recommended to use UTF-8 encoded files because UTF-8 is very well supported by other text editors and operating systems. You can change file @@ -74,7 +74,7 @@ encoding via the "Buffer -> Encoding" menu. Conversion is immediate, requiring no separate steps. Textadept saves new files as UTF-8 by default, but does not alter the encoding of existing files. -[`io.try_encodings`]: api/io.html#try_encodings +[`io.encodings`]: api/io.html#encodings ### Recent Files @@ -104,7 +104,7 @@ curses) or from the "Tools -> Snapopen -> Current Directory" menu. Snapopen is pretty limited from the menu, but more versatile in [scripts][]. `Ctrl+U` (`⌘U` | `^U`) snaps open *~/.textadept/*. -[scripts]: api/_M.textadept.snapopen.html +[scripts]: api/io.html#snapopen ![Snapopen](images/snapopen.png) -- cgit v1.2.3