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
  • 4 hours ago
  • 12 years ago

Installs

  • Total 713
  • Win 397
  • Mac 185
  • Linux 131
Nov 18 Nov 17 Nov 16 Nov 15 Nov 14 Nov 13 Nov 12 Nov 11 Nov 10 Nov 9 Nov 8 Nov 7 Nov 6 Nov 5 Nov 4 Nov 3 Nov 2 Nov 1 Oct 31 Oct 30 Oct 29 Oct 28 Oct 27 Oct 26 Oct 25 Oct 24 Oct 23 Oct 22 Oct 21 Oct 20 Oct 19 Oct 18 Oct 17 Oct 16 Oct 15 Oct 14 Oct 13 Oct 12 Oct 11 Oct 10 Oct 9 Oct 8 Oct 7 Oct 6 Oct 5
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