diff options
author | Bibiko <bibiko@eva.mpg.de> | 2009-04-05 20:34:49 +0000 |
---|---|---|
committer | Bibiko <bibiko@eva.mpg.de> | 2009-04-05 20:34:49 +0000 |
commit | 08f14d2065632f12ba7e01acf03d3a288d3b6a39 (patch) | |
tree | fdd7eb2d3dd44f7ce5459fa3a7add1dd197b9c9f /Source/SPTextViewAdditions.h | |
parent | cb406e22d30aaf6dc62ea0917943adb555a8b3e6 (diff) | |
download | sequelpro-08f14d2065632f12ba7e01acf03d3a288d3b6a39.tar.gz sequelpro-08f14d2065632f12ba7e01acf03d3a288d3b6a39.tar.bz2 sequelpro-08f14d2065632f12ba7e01acf03d3a288d3b6a39.zip |
• ADDED: - (IBAction)doTranspose:(id)sender;
- Note: not yet combining-diacritics-safe!
Diffstat (limited to 'Source/SPTextViewAdditions.h')
-rw-r--r-- | Source/SPTextViewAdditions.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/SPTextViewAdditions.h b/Source/SPTextViewAdditions.h index 0aaa4cde..e5e38d3d 100644 --- a/Source/SPTextViewAdditions.h +++ b/Source/SPTextViewAdditions.h @@ -33,5 +33,6 @@ - (IBAction)doDecomposedStringWithCompatibilityMapping:(id)sender; - (IBAction)doPrecomposedStringWithCanonicalMapping:(id)sender; - (IBAction)doPrecomposedStringWithCompatibilityMapping:(id)sender; +- (IBAction)doTranspose:(id)sender; @end
\ No newline at end of file |