From 363ef3f027df5d6f8ad94932fd96e54c0e02a0f4 Mon Sep 17 00:00:00 2001 From: Mark van Renswoude Date: Sun, 4 Sep 2016 12:59:17 +0200 Subject: [PATCH] Added readme --- README.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..34f017d --- /dev/null +++ b/README.md @@ -0,0 +1,22 @@ +An alternative to Delphi's built-in “Units…” and “Forms…” dialogs. Also includes ProjectSwitcher and ComponentSwitcher. All include: + +* Incremental filtering (including multiple filter criteria by pressing Ctrl-Tab) +* Pretty colours! + +##### UnitSwitcher + +* Multiselect to open more than one unit at once +* Hold Shift to open the DFM for forms +* Filter units, forms and datamodules +* Sort by name or by type +* Toggle read-only for those cursed to work with locking version control + +##### ProjectSwitcher + +* Easily switch between projects in the group using the same incremental filtering + +##### ComponentSwitcher + +* Press Ctrl-F on a form or datamodule to search for a component by name +* Show or hide groups of components (for example, dataset fields) +* Customize component groups by specifying the class names \ No newline at end of file