This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 231253 - comment lines in shell script
Summary: comment lines in shell script
Status: RESOLVED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: sh (show other bugs)
Version: 7.4
Hardware: PC Solaris
: P3 normal (vote)
Assignee: Egor Ushakov
URL:
Keywords: USABILITY
Depends on:
Blocks:
 
Reported: 2013-06-14 07:36 UTC by soldatov
Modified: 2013-07-26 02:49 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description soldatov 2013-06-14 07:36:36 UTC
User can't comment 2 or more lines in *.sh file. Ctrl-/ and Ctrl-Shift-C shortcuts doesn't work

#!/bin/sh

echo 1
echo 2
echo 3
Comment 1 soldatov 2013-06-14 08:02:30 UTC
Workaround: use "Toggle Rectangular Selection" tool
Comment 2 Egor Ushakov 2013-07-24 10:38:07 UTC
fixed in:
http://hg.netbeans.org/cnd-main/rev/0d265b588cbc
Comment 3 Quality Engineering 2013-07-26 02:49:54 UTC
Integrated into 'main-silver', will be available in build *201307252300* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/0d265b588cbc
User: Egor Ushakov <gorrus@netbeans.org>
Log: fixed Bug 231253 - comment lines in shell script