-
Notifications
You must be signed in to change notification settings - Fork 5
/
VTConfig.inc
15 lines (13 loc) · 960 Bytes
/
VTConfig.inc
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
// Configuration file for VirtualTrees.pas (see www.soft-gems.net).
//
// The content of this file is public domain. You may do with it whatever you like, provided the header stays fully intact
// in all version and derivative work.
//
// The original code is VTConfig.inc, released October 5, 2004.
//
// The initial developer of the original code is Mike Lischke ([email protected], www.soft-gems.net).
//----------------------------------------------------------------------------------------------------------------------
{.$define ReverseFullExpandHotKey} // Used to define Ctrl+'+' instead of Ctrl+Shift+'+' for full expand (and similar for collapsing).
{.$define TntSupport} // Added by Igor Afanasyev to support unicode-aware inplace editors. This implementation uses
// Troy Wolbrink's TNT controls, which can be found at:
// http://home.ccci.org/wolbrink/tnt/delphi_unicode_controls.htm.