From dc4b3c1b252663e3842dfa48e01cb4c93a5b615a Mon Sep 17 00:00:00 2001 From: Johnykutty Date: Sun, 7 Sep 2014 00:02:35 +0530 Subject: [PATCH] read me corrected --- README.md | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index c61428a..dd073e5 100644 --- a/README.md +++ b/README.md @@ -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) \ No newline at end of file +* 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:johnykutty.mathew@gmail.com)