diff options
author | 2012-10-17 13:07:18 -0400 | |
---|---|---|
committer | 2012-10-17 13:07:18 -0400 | |
commit | 39ee8c120e62331c2d31846a18086efd059f5709 (patch) | |
tree | 64a2d66f93f43281eacd65b21cb0868e99542852 /doc/04_WorkingWithFiles.md | |
parent | 28b1bccb2ed38faacfcc77674081db207c32cf89 (diff) | |
download | textadept-39ee8c120e62331c2d31846a18086efd059f5709.tar.gz textadept-39ee8c120e62331c2d31846a18086efd059f5709.zip |
Updated manual.
Diffstat (limited to 'doc/04_WorkingWithFiles.md')
-rw-r--r-- | doc/04_WorkingWithFiles.md | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/doc/04_WorkingWithFiles.md b/doc/04_WorkingWithFiles.md index dd9f515c..c9119292 100644 --- a/doc/04_WorkingWithFiles.md +++ b/doc/04_WorkingWithFiles.md @@ -52,8 +52,12 @@ the `Buffer -> Indentation` menu. #### Line Endings Line endings, commonly known as end-of-line (EOL) markers, are set based on the -current platform. On Windows, CRLF (`\r\n`) is used. Otherwise, LF (`\n`) is. -This can be changed manually using the `Buffer -> EOL Mode` menu. +current platform for new files. On Windows, CRLF (`\r\n`) is used. Otherwise, LF +(`\n`) is. This can be changed manually using the `Buffer -> EOL Mode` menu. +Unlike indentation settings, switching EOL modes converts all existing EOLs +automatically. Textadept attempts to auto-detect the EOL mode of opened files +regardless of the current platform, but falls back to the defaults mentioned +earlier when necessary. #### Encodings @@ -112,8 +116,8 @@ horizontally and vertically. `Ctrl+Alt+S` or `Ctrl+Alt+H` splits horizontally into top and bottom views and `Ctrl+Alt+V` splits vertically (`^S` and `^V` respectively on Mac OSX | N/A in ncurses) into side-by-side views. You can resize the splitter bar by clicking and dragging with the mouse or using -`Ctrl+Alt++` and `Ctrl+Alt+-` (`^+` and `^-` | N/A). The same file can be worked -with in multiple views. +`Ctrl+Alt++` and `Ctrl+Alt+-` (`^+` and `^-` | N/A). The same file can be opened +in multiple views. Pressing `Ctrl+Alt+N` (`^⌥⇥` on Mac OSX | N/A in ncurses) goes to the next view and `Ctrl+Alt+P` (`^⌥⇧⇥` | N/A) goes to the previous one. Note: depending on the |