Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | • outsourced control:textView:doCommandBySelector: stuff to SPCopyTable ↵ | Bibiko | 2010-08-24 | 1 | -44/+203 | |
| | | | | | | | | | | since we need that for Content and Custom Query table; only class specific stuff like ESC trapping will handled in the actual class • enabled in cell editing for Custom Query tables - also added spreadsheet button to Custom Query status bar • fixed ESC trapping: F5 can be used for completion • simplified [SPCopyTable keyDown:] for trapping ENTER/RETURN key • some code cosmetics | |||||
* | • overall replacement of: | Bibiko | 2010-08-20 | 1 | -27/+31 | |
| | | | | | | | | | [aString appendString:[NSString stringWithFormat:]] by [aString appendFormat:] since it's much more faster • first look at loop where several [aStr appendString:] occur to try to combine them into one appendString or appendFormat since the allocation of memory takes really time Note: I tested all my changes but we should test it further to be sure that I didn't a mistake! | |||||
* | Rename CMCopyTable to SPCopyTable. | stuconnolly | 2010-08-19 | 1 | -0/+632 | |