Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Velislava Yanchina authored Oct 25, 2016
1 parent 3a1f181 commit 8d621d6
Showing 1 changed file with 16 additions and 13 deletions.
29 changes: 16 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8d621d6

Please sign in to comment.