aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPIndexesController.h
Commit message (Collapse)AuthorAgeFilesLines
* • several fixes for index table in Structure viewBibiko2010-06-151-0/+1
| | | | | | | - fixed binding for removeIndexButton - moved indexTable's tableViewSelectionDidChange: delegate to SPIndexController to fix enabling/disabling of the removeIndexButton - fixed issue to blank the index table for multiple selected tables
* Split the management of a table's indexes (adding and removing) to its own ↵stuconnolly2010-06-141-0/+65
controller and XIB in preparation for the UI redesign.
' href='#n75'>75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116