From 8d621d6e97c13edf8b81edd88db321f7b4606673 Mon Sep 17 00:00:00 2001 From: Velislava Yanchina Date: Tue, 25 Oct 2016 12:09:46 +0300 Subject: [PATCH] Update README.md --- README.md | 29 ++++++++++++++++------------- 1 file changed, 16 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index 6527516..b59548e 100644 --- a/README.md +++ b/README.md @@ -7,26 +7,29 @@ Mark automatically generates comments from any class, struct, protocol or extens ### Installation Guide (Xcode 8 / OSX 10.11+) -- close Xcode -- (*OSX 10.11 only*) `sudo /usr/libexec/xpccachectl` -- download the [Mark app] -- unzip and copy to Applications folder -- run (right click + open) -- ` -> System Preferences... -> Extensions -> All -> Enable Mark` -- open Xcode -- select a Swift source file -- check if `Editor -> Mark` is there -- (/^▽^)/ +1. close Xcode +2. (*OSX 10.11 only*) `sudo /usr/libexec/xpccachectl` +3. download the [Mark app] +4. unzip and copy to Applications folder +5. run (right click + open) +6. ` -> System Preferences... -> Extensions -> All -> Enable Mark` +7. open Xcode +8. select a Swift source file +9. check if `Editor -> Mark` is there +10. (/^▽^)/ ### Usage -To populate comments in the entire file go to 'Editor -> Mark -> Mark All'. +- To populate comments in the entire file go to 'Editor -> Mark -> Mark All'. + ![mark_all.gif](/Resources/mark_all.gif) -To generate comments from selection, select text and go to 'Editor -> Mark -> Mark Selected'. +- To generate comments from selection, select text and go to 'Editor -> Mark -> Mark Selected'. + ![mark_selected.gif](/Resources/mark_selected.gif) -To insert an emty mark simply go to 'Editor -> Mark -> Mark Selected'. +- To insert an emty mark simply go to 'Editor -> Mark -> Mark Selected'. + ![mark_empty.gif](/Resources/mark_empty.gif) ### Supported languages