forked from gvol/EditorClient
-
Notifications
You must be signed in to change notification settings - Fork 1
/
ODBEditorSuite.py
36 lines (29 loc) · 897 Bytes
/
ODBEditorSuite.py
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
#
# ODBEditorSuite.py
# EditorClient
#//
#// ODB Editor Suite constants
#//
#//
#// Copyright 2000, Bare Bones Software, Inc.
#//
#// For full information and documentation, see
#// <http://www.barebones.com/developer/>
#// optional paramters to 'aevt'/'odoc'
keyFileSender = 'FSnd'
keyFileSenderToken = 'FTok'
keyFileCustomPath = 'Burl'
#// suite code for ODB editor suite events
#//
#// WARNING: although the suite code is coincidentally the same
#// as BBEdit's application signature, you must not change this,
#// or else you'll break the suite. If you do that, ninjas will
#// come to your house and kick your ass.
#//
kODBEditorSuite = 'R*ch'
#// ODB editor suite events, sent by the editor to the server.
kAEModifiedFile = 'FMod'
keyNewLocation = 'New?'
kAEClosedFile = 'FCls'
#// optional paramter to kAEModifiedFile/kAEClosedFile
keySenderToken = 'Tokn'