From d042865f672d6708df80250c9c59172148a55f11 Mon Sep 17 00:00:00 2001 From: mitchell <70453897+667e-11@users.noreply.github.com> Date: Wed, 15 May 2013 17:00:50 -0400 Subject: Rewrote theme implementation. Themes are now just single files that share Textadept's Lua state. Also added a new "settings.lua" that functions in place of buffer and view theme files. Requires latest Scintillua. --- 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 373b7851..ff8ce0fa 100644 --- a/doc/04_WorkingWithFiles.md +++ b/doc/04_WorkingWithFiles.md @@ -36,8 +36,8 @@ settings in the buffer status statusbar. #### Indentation -Indentation is usually set by a [language-specific module][] or the current -[theme][]. By default, indentation is 2 spaces. You can toggle between using +Indentation is usually set by a [language-specific module][] or by the user's +[settings][]. By default, indentation is 2 spaces. You can toggle between using tabs and spaces manually by pressing `Ctrl+Alt+Shift+T` (`^⇧T` on Mac OSX | `M-T` or `M-S-T` in curses). Toggling between tabs and spaces only affects future indentation; it does not convert existing indentation. `Ctrl+Alt+I` (`^I` @@ -47,7 +47,7 @@ are converted to spaces.) Similarly, you can set indentation size manually using the "Buffer -> Indentation" menu. [language-specific module]: 07_Modules.html#Buffer.Properties -[theme]: 09_Themes.html#Buffer +[settings]: 08_Preferences.html#Buffer.Settings #### Line Endings -- cgit v1.2.3