76 Commits

Author SHA1 Message Date
Nick Lockwood 6ea6ae64c7 Add new rules to project .swiftformat file 2025-10-04 08:46:46 +01:00
Cal Stephens 2b939180ad Add support for filtering config file options to a specific file path glob (#2176) 2025-09-22 19:13:36 -07:00
Nick Lockwood 142386035d Improve OptionDescriptor API 2025-09-22 19:13:35 -07:00
Nick Lockwood c42207bd41 Update .swiftformat swiftfversion 2025-07-13 11:32:06 -07:00
Nick Lockwood 37c7a45fd2 Further reduce use of stringly-typed rules 2024-11-16 20:23:02 +00:00
Nick Lockwood 5e39daeef7 Update minimum supported Swift version to 5.3 2024-11-16 20:11:54 +00:00
Nick Lockwood 855f4b9d12 Update SwiftFormat for Xcode help for macOS Sequoia 2024-10-04 00:23:39 +01:00
Uhl Albert 6d2fa71d67 Change System Preferences to System Settings
Update to match System Settings name change from macOS Ventura 13.0.
2024-03-27 19:59:09 +00:00
Nick Lockwood e3c4693d07 Update for 0.52.0 release 2023-08-13 18:54:48 +01:00
Nick Lockwood ae0bdacdcf Make extension instructions dynamic based on OS version 2023-02-16 20:45:44 +00:00
Nick Lockwood b5c7c45792 Update to Swift 5.1 2022-09-28 21:20:33 +01:00
Vikram Kriplaney dd7136182c Allow rules to be searched by help text and options too. (#1210) 2022-07-13 22:01:41 +01:00
Nick Lockwood 70fb9ba6da Update for 0.47.4 release 2020-11-15 23:59:51 +00:00
Nick Lockwood 1f96916df2 Update for 0.47.0 release 2020-10-15 00:40:51 +01:00
Vikram Kriplaney 125edef7e8 Add a search bar to filter rules 2020-08-28 10:35:38 +01:00
Nick Lockwood 65ae33433d Simplify OptionDescriptor declaration process 2020-08-28 10:35:37 +01:00
Nick Lockwood e0b8c8c497 Make organizeDeclarations options non-optional 2020-08-24 11:43:44 +01:00
Nick Lockwood 92d6e60d68 Updated for 0.45.0 release 2020-07-30 01:47:15 +01:00
Nick Lockwood d0240cdc4a Add Swift version dropdown to Xcode extension app 2020-07-30 01:38:55 +01:00
Nick Lockwood 3a131ff347 Updated for 0.44.17 release 2020-07-12 18:07:23 +01:00
Nick Lockwood 213b7d5626 Remove "Failed to format any files" error 2020-05-23 00:31:05 +01:00
Nick Lockwood 8c30088a1f Fix --specifierorder bug 2020-05-14 01:38:01 +01:00
Nick Lockwood 04a18c32ef Updated for 0.44.0 release 2020-01-15 23:13:54 +00:00
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
Vincent Bernier 14393746ec Couple the companion application with its file format
Support dropping the config file one the app icon to open the file
Support open config file from the command line "open" program
Support for double click on config file
2019-02-15 08:30:29 +00:00
Nick Lockwood 00400cb492 Added tooltips for format rules in Xcode Extension 2019-02-07 18:53:27 +00:00
Nick Lockwood 2a8df36246 Updated for 0.39.0 release 2019-02-05 00:37:35 +00:00
Nick Lockwood f99e5b5225 Added —selfrequired option 2019-02-04 21:46:41 +00:00
Nick Lockwood b8502f62e7 Added options tooltips to Xcode Extension 2019-01-29 18:32:01 +00:00
Nick Lockwood d2b261b5e1 Updated for 0.37.0 release 2018-12-17 10:30:11 +00:00
Vincent Bernier e89ee1f4d5 Remove all in UserDefaults associated with the group on reset to default (#322) 2018-11-23 11:39:26 +00:00
Nick Lockwood 1f32e72961 Added "Open Recent" menu to SwiftFormat for Xcode 2018-09-29 00:12:49 +01:00
Nick Lockwood d935052387 Simplified serialization tests 2018-09-02 21:56:17 +01:00
Rudolf Farkas 9197a875ea Rf develop newline at swiftformat eof (#295) 2018-09-02 21:56:17 +01:00
Nick Lockwood b982e81406 Refactored OptionsDescriptor 2018-08-20 22:21:30 +01:00
Nick Lockwood 0785e7b0c4 Updated for 0.35.2 release 2018-08-10 16:27:31 +01:00
Nick Lockwood 46fdd50b74 Added close button to app window 2018-08-10 16:23:46 +01:00
Nick Lockwood 3ac6481a2f Don't display indent option in app UI 2018-08-08 18:42:26 +01:00
Nick Lockwood 785dab90dc Allow hidden files in app's open/save dialog 2018-08-08 17:15:10 +01:00
Nick Lockwood 79e50fb556 Added hierarchical swiftformat config file support 2018-08-07 21:58:07 +01:00
Nick Lockwood 40cf3e517a Refactored options and arguments handling 2018-08-07 19:40:00 +01:00
Nick Lockwood b6caadcffc Removed SwiftFormatCLIArgumentsFile 2018-08-07 08:58:19 +01:00
Nick Lockwood b4c18036b6 Updated for 0.35.0 release 2018-08-05 09:18:29 +01:00
Nick Lockwood 33022364a2 Arguments file encoded() no longer throws 2018-07-30 13:47:13 +01:00
Nick Lockwood d75879b71c Updated for 0.34.0 release 2018-07-30 11:25:34 +01:00