Commit Graph

23 Commits

Author SHA1 Message Date
Nick Lockwood 0194de8c16 Updated for 0.41.0 release 2019-11-24 10:53:51 +00:00
Nick Lockwood 8df6d1f1c4 Updated for 0.40.1 release 2019-03-16 10:42:56 +00:00
Tony Arnold d8a4ae013a Fixed dark mode support for SwiftFormat for Xcode
* Remove custom background colours from table view cells
* Setup more discreet borders in the rule view
* Don’t set row view background colors on cell views
* Set row view background colors on the row views
* Reuse table row views when possible
2019-03-16 10:38:29 +00:00
Nick Lockwood 3437edf551 Updated for 0.40.0 release 2019-03-15 08:50:19 +00:00
Vincent Bernier 74aa939537 All options in the Rules tab 2019-03-14 19:53:15 +00:00
Nick Lockwood 05e949d071 Added detailed rule documentation to command-line 2019-03-14 19:51:11 +00:00
Nick Lockwood 00400cb492 Added tooltips for format rules in Xcode Extension 2019-02-07 18:53:27 +00:00
Nick Lockwood ac37763fa6 Added infer options checkbox to Xcode Extension 2018-07-25 00:10:41 +02:00
Nick Lockwood 003df8a593 Split rules and options into separate tabs 2018-07-25 00:10:41 +02:00
Vince Burn ab894de954 Added Options UI to Xcode Source Editor Extension 2018-07-25 00:10:41 +02:00
Nick Lockwood ad3f879358 Updated for 0.33.0 release 2018-02-01 22:24:07 +00:00
Nick Lockwood 5e200921ec Fixed tests 2018-02-01 08:43:28 +00:00
Tony Arnold 0978f73525 Move the table cell definition into the main storyboard, and update the code to reflect this 2018-02-01 08:40:30 +00:00
Vince Burn 889482de01 clean up 2018-02-01 01:03:23 +00:00
Vince Burn c60dc3b6c4 Remove ExpressibleByStringLiteral + implementation detail hiding 2018-02-01 01:03:23 +00:00
Vince Burn 88f2305776 isEnable -> isEnabled 2018-02-01 01:03:23 +00:00
Vince Burn 6e5df2076d Move title settings to storyboard 2018-02-01 01:03:23 +00:00
Vince Burn dfe1d931b3 isActive -> isEnabled 2018-02-01 01:03:23 +00:00
Vince Burn 9a7f373ea3 correct indentation 2018-02-01 01:03:23 +00:00
Vince Burn 3012abcab0 Support for OSX 10.11 + better name 2018-02-01 01:03:23 +00:00
Vince Burn 9e10e70465 run swift format 2018-02-01 01:03:23 +00:00
Vince Burn 761fefe9f9 Rules Selection and application 2018-02-01 01:03:23 +00:00
Vince Burn 7d432229fd Basic TableView Setup 2018-02-01 01:03:23 +00:00