diff options
author | 2013-06-12 15:12:40 -0400 | |
---|---|---|
committer | 2013-06-12 15:12:40 -0400 | |
commit | 8f39176328e6e8610a338d014c1893fbd7edf2c0 (patch) | |
tree | 972505612d0443d992a62c6c726dd3c5a2fc5997 /doc/06_AdeptEditing.md | |
parent | 76bf447b66be5ffe6db007b7d97a0e9687d96e40 (diff) | |
download | textadept-8f39176328e6e8610a338d014c1893fbd7edf2c0.tar.gz textadept-8f39176328e6e8610a338d014c1893fbd7edf2c0.zip |
`_M.textadept.editing.block_comment()` supports block comment delimiters.
Also integrated comment strings into `_M.textadept.editing.comment_string` so
block commenting works out of the box.
Diffstat (limited to 'doc/06_AdeptEditing.md')
-rw-r--r-- | doc/06_AdeptEditing.md | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/doc/06_AdeptEditing.md b/doc/06_AdeptEditing.md index 83e12802..764693c7 100644 --- a/doc/06_AdeptEditing.md +++ b/doc/06_AdeptEditing.md @@ -294,11 +294,4 @@ modules usually define their [own set][] of snippets, but your Pressing `Ctrl+/` (`⌘/` on Mac OSX | `M-/` in curses) comments or uncomments the code on the selected lines. Selecting any part of a line renders the entire line -eligible for commenting or uncommenting. Note: In order for this feature to -work, the language you are working with must have its comment prefix defined. -Language-specific modules usually [define prefixes][], but you can do so -[manually][] in your [user-init file][]. - -[define prefixes]: api/_M.html#Block.Comment -[manually]: http://foicica.com/wiki/comment-supplemental -[user-init file]: 08_Preferences.html#User.Init +eligible for commenting or uncommenting. |