Skip to content

Commit

Permalink
read me corrected
Browse files Browse the repository at this point in the history
  • Loading branch information
jkmathew committed Sep 6, 2014
1 parent 87e5834 commit dc4b3c1
Showing 1 changed file with 12 additions and 6 deletions.
18 changes: 12 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,17 @@
#JKBlockCommenter
================

Xcode plugin to comment selected code segment with /* ... */ easily
##How to install
Download this and build it in Xcode. You'll need to restart Xcode after the installation.
##How to use
*Select code segment to be commented
*Press ``, `` and `/` keys together or From `Edit` menu select `Comment Selection With /* ... */`
*See the screenshot
(Demo.gif)
* Select code segment to be commented
* Press ``, `` and `/` keys together or From `Edit` menu select `Comment Selection With /* ... */`
* See the screenshot

![Sreenshot](Demo.gif)
##TO DO
* Move the menu to `Editor` > `Structure`
* Change text of menu to `Uncomment Selection` if selected segment is commented code
* Hide or disable menu if active area is not textview(if its like xib,storyboard,plist etc)

##Author
* [Johnykutty Mathew](mailto:[email protected])

0 comments on commit dc4b3c1

Please sign in to comment.