diff options
author | 2009-07-11 01:04:47 -0400 | |
---|---|---|
committer | 2009-07-11 01:04:47 -0400 | |
commit | cd1b08965356aceec0df029050cc7b073714247e (patch) | |
tree | cfa1b0eb3a233d1a840e64277e288e4c9e96a5f3 | |
parent | 1023f1482ac0fd54a5944f345e4efbd43a55a3a2 (diff) | |
download | textadept-cd1b08965356aceec0df029050cc7b073714247e.tar.gz textadept-cd1b08965356aceec0df029050cc7b073714247e.zip |
Added 'Look and Feel' LuaDoc for find dialog; core/.find.lua
-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. |