diff options
author | Bibiko <bibiko@eva.mpg.de> | 2010-06-24 09:15:42 +0000 |
---|---|---|
committer | Bibiko <bibiko@eva.mpg.de> | 2010-06-24 09:15:42 +0000 |
commit | ed0e2e03219746667d71b9cccc72c2958bdd4d12 (patch) | |
tree | 61edecd7bcf1bd7a24cc1bb9938d63332a8892ae /Source/SPStringAdditions.h | |
parent | 797cb978a774945882fbbeab4623349975c65c84 (diff) | |
download | sequelpro-ed0e2e03219746667d71b9cccc72c2958bdd4d12.tar.gz sequelpro-ed0e2e03219746667d71b9cccc72c2958bdd4d12.tar.bz2 sequelpro-ed0e2e03219746667d71b9cccc72c2958bdd4d12.zip |
• further progress to support "Save Session" (all opened windows plus including tabs connections)
- loop through all windows and for each window through all tabs and save all untitled doc within the bundle named via UUIDs and all opened spf files
• added the SPStringAddition method +[NSString stringWithNewUUID] which returns a new UUID string
Diffstat (limited to 'Source/SPStringAdditions.h')
-rw-r--r-- | Source/SPStringAdditions.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/SPStringAdditions.h b/Source/SPStringAdditions.h index 1bcf158f..cd82696f 100644 --- a/Source/SPStringAdditions.h +++ b/Source/SPStringAdditions.h @@ -58,6 +58,7 @@ static inline id NSMutableAttributedStringAttributeAtIndex (NSMutableAttributedS + (NSString *)stringForByteSize:(long long)byteSize; + (NSString *)stringForTimeInterval:(CGFloat)timeInterval; ++ (NSString*)stringWithNewUUID; - (NSString *)HTMLEscapeString; - (NSString *)backtickQuotedString; |