Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rename CustomQuery as SPCustomQuery. | stuconnolly | 2010-07-06 | 1 | -6/+6 |
| | |||||
* | • suppress the check for upper-casing if found token is backticked explicitly | Bibiko | 2010-07-01 | 1 | -1/+9 |
| | | | | - this addresses i752 partially | ||||
* | • replaced @"sql" and @"spf" by their SPConstant definitions | Bibiko | 2010-06-24 | 1 | -1/+1 |
| | | | | | | | • further Save Session progress - store "saved as session accessory view data" globally to support "Save Session" - delete global "saved as session accessory view data" if last SP window will be closed - added to info.plist which tab is currently selected | ||||
* | • fixed incompatibility between regexp engine ICU 10.6 and 10.5 for ↵ | Bibiko | 2010-06-02 | 1 | -1/+1 |
| | | | | | | | parsing tab snippets - the regexp [^{}] is a valid expression but leads on 10.5 to an error; for 10.5 one has to escape { and } → [^\\{\\}] works on both SDKs - this fixes i682 | ||||
* | Rename TableDocument to SPDatabaseDocument. | stuconnolly | 2010-05-28 | 1 | -1/+1 |
| | |||||
* | Rename TablesList to SPTablesList. | stuconnolly | 2010-05-27 | 1 | -2/+2 |
| | |||||
* | Rename CMTextView to SPTextView. | stuconnolly | 2010-05-27 | 1 | -0/+3319 |