ctrl+shift+p filters: :st2 :st3 :win :osx :linux
Browse

Comment​Any​Where

by dongchao-1 ST2

No description provided

Details

  • 2013.08.01.09.14.47
  • github.​com
  • github.​com
  • 12 years ago
  • 21 minutes ago
  • 12 years ago

Installs

  • Total 713
  • Win 397
  • Mac 185
  • Linux 131
Sep 7 Sep 6 Sep 5 Sep 4 Sep 3 Sep 2 Sep 1 Aug 31 Aug 30 Aug 29 Aug 28 Aug 27 Aug 26 Aug 25 Aug 24 Aug 23 Aug 22 Aug 21 Aug 20 Aug 19 Aug 18 Aug 17 Aug 16 Aug 15 Aug 14 Aug 13 Aug 12 Aug 11 Aug 10 Aug 9 Aug 8 Aug 7 Aug 6 Aug 5 Aug 4 Aug 3 Aug 2 Aug 1 Jul 31 Jul 30 Jul 29 Jul 28 Jul 27 Jul 26 Jul 25
Windows 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
Mac 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
Linux 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0

Readme

Source
raw.​githubusercontent.​com

CommentAnyWhere

A Sublime Text 2 plugin for make comment.It won't influence to the source file, so you can comment anywhere using any format.

Usage

CommentMode On

  • Windows and Linux: Ctrl+Alt+E
  • OS X: Ctrl+Alt+E

In this mode you can't edit the source file, you only can view the comment.

Insert Comment

  • Windows and Linux: Ctrl+E
  • OS X: Ctrl+E

Insert a new comment, all comment won't influence the source file, so you can store anything here.

All comment is mark by color, just edit in this area. At this moment you can edit the source code,but DON NOT.

After make some comment, save the file an usual, it will handle the source file and the comment.

CommentMode Off

  • Windows and Linux: Ctrl+Shift+E
  • OS X: Ctrl+Shift+E

Exit the CommentMode, you can edit the file as usual.

Notice

If you restart the sublime, the comment color won't display, just use Ctrl+Alt+E to set CommentMode On