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/06_AdeptEditing.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/06_AdeptEditing.md') diff --git a/doc/06_AdeptEditing.md b/doc/06_AdeptEditing.md index 5cfd231e..86a3901e 100644 --- a/doc/06_AdeptEditing.md +++ b/doc/06_AdeptEditing.md @@ -74,7 +74,7 @@ and dragging the mouse to create rectangular selections. Note: In some Linux environments, the `Alt+Shift+Arrow` combinations are used by the window manager and may need to be reconfigured. Also, `Super+Mouse` is used because `Alt+Mouse` generally moves windows. If you prefer to use "Alt", you can -change [`buffer.rectangular_selection_modifier`][] in your [theme][]. The +change [`buffer.rectangular_selection_modifier`][] in your [settings][]. The "Super" modifier key is usually defined as the left "Windows" key, but may need to be reconfigured too. @@ -82,7 +82,7 @@ Creating rectangular selections with the mouse is currently unavailable in curses. [`buffer.rectangular_selection_modifier`]: api/buffer.html#rectangular_selection_modifier -[theme]: 09_Themes.html#View +[settings]: 08_Preferences.html#Buffer.Settings ### Select to Matching Brace -- cgit v1.2.3