OSDN Git Service

Move editlib folder to external\crystaledit
[winmerge-jp/winmerge-jp.git] / Externals / crystaledit / editlib / editreg.h
1 ////////////////////////////////////////////////////////////////////////////
2 //  File:       editcmd.h
3 //  Version:    1.2.0.5
4 //  Created:    29-Dec-1998
5 //
6 //  Author:     Stcherbatchenko Andrei
7 //  E-mail:     windfall@gmx.de
8 //
9 //  Registry keys and values for Crystal Edit - syntax colorig text editor.
10 //
11 //  You are free to use or modify this code to the following restrictions:
12 //  - Acknowledge me somewhere in your about box, simple "Parts of code by.."
13 //  will be enough. If you can't (or don't want to), contact me personally.
14 //  - LEAVE THIS HEADER INTACT
15 ////////////////////////////////////////////////////////////////////////////
16
17 ////////////////////////////////////////////////////////////////////////////
18 //  16-Aug-99
19 //      Ferdinand Prantl:
20 //  +   FEATURE: see cpps ...
21 //
22 //  ... it's being edited very rapidly so sorry for non-commented
23 //        and maybe "ugly" code ...
24 ////////////////////////////////////////////////////////////////////////////
25
26 #ifndef __EDITREG_H__INCLUDED__
27 #define __EDITREG_H__INCLUDED__
28
29 //  Registry keys & values
30 #define REG_EDITPAD         _T ("Software\\Thingamahoochie\\WinMerge\\Editor")
31 #define REG_EDITPAD_MULTI   _T ("Software\\Thingamahoochie\\WinMerge\\Editor\\Multi")
32 #define REG_EDITPAD_SINGLE  _T ("Software\\Thingamahoochie\\WinMerge\\Editor\\Single")
33 #define REG_EDITPAD_IDE     _T ("Software\\Thingamahoochie\\WinMerge\\Editor\\IDE")
34 #define REG_EDITPAD_VERSION 0x0108000d
35 #define MAX_REMEMBERED 100
36 #define REMEMBERED_TO_REMOVE 10
37
38 #endif // __EDITREG_H__INCLUDED__