diff options
-rw-r--r-- | core/.find.lua | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/core/.find.lua b/core/.find.lua index 0b2b3512..bea87c36 100644 --- a/core/.find.lua +++ b/core/.find.lua @@ -21,6 +21,14 @@ module('textadept.find') -- in the file. Replace in Files is not supported. You will have to Find in -- Files first, and then 'Replace All' for each file a result is found in. -- The 'Match Case', 'Whole Word', and 'Lua pattern' flags still apply. +-- +-- Customizing look and feel: +-- Like the project manager, there are no function calls to make that +-- customize the look and feel of the find dialog. Instead you can manipulate +-- it via GTK rc files. The find and replace entries widget names of +-- 'textadept-find-entry' and 'textadept-replace-entry' respectively. +-- Resource file documentation can be found at +-- http://library.gnome.org/devel/gtk/unstable/gtk-Resource-Files.html. --- -- Textadept's find table. |