From 91d84c4643618e080e1f9abb70416ada5d03db73 Mon Sep 17 00:00:00 2001 From: mitchell <70453897+667e-11@users.noreply.github.com> Date: Tue, 30 Oct 2012 20:45:41 -0400 Subject: Continued updating documentation formatting. --- doc/04_WorkingWithFiles.md | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) (limited to 'doc/04_WorkingWithFiles.md') diff --git a/doc/04_WorkingWithFiles.md b/doc/04_WorkingWithFiles.md index 6d3958ca..1ea480ce 100644 --- a/doc/04_WorkingWithFiles.md +++ b/doc/04_WorkingWithFiles.md @@ -51,8 +51,8 @@ the "Buffer -> Indentation" menu. #### Line Endings -Line endings, commonly known as end-of-line (EOL) markers, are set based on the -current platform for new files. On Windows, CRLF ("\r\n") is used. Otherwise, LF +Line endings, commonly known as end-of-line (EOL) markers, are set for new files +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. Unlike indentation settings, switching EOL modes converts all existing EOLs automatically. Textadept attempts to auto-detect the EOL mode of opened files @@ -86,12 +86,11 @@ files to reopen. By default, Textadept saves its state on exit so it can be restored the next time the editor starts up. You can disable this by passing the `-n` or -`--no-session` switch to Textadept on startup. Sessions can be manually saved -and opened via the "File -> Save Session..." and "File -> Load Session..." -menus. Session files store information such as open buffers, current split -views, caret and scroll positions in each buffer, Textadept's window size, and -recently opened files. Tampering with session files may have unintended -consequences. +`--nosession` switch to Textadept on startup. Sessions can be manually saved and +opened via the "File -> Save Session..." and "File -> Load Session..." menus. +Session files store information such as open buffers, current split views, caret +and scroll positions in each buffer, Textadept's window size, and recently +opened files. Tampering with session files may have unintended consequences. ### Snapopen @@ -133,7 +132,9 @@ Split views are unavailable in ncurses. Individual views have many configurable settings. Among the more useful settings are viewing line endings, handling long lines, viewing indentation guides, and -viewing whitespace. These options change how buffers in the view are displayed. +viewing whitespace. These options change how buffers in the _current_ view are +displayed. Changing a setting in one view does not change that setting in +any other split view. It will have to be done manually. #### Line Endings -- cgit v1.2.3