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 237906 - do not allow typing incorrect symbols during in-place rename mode
Summary: do not allow typing incorrect symbols during in-place rename mode
Status: VERIFIED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: Editor (show other bugs)
Version: 7.4
Hardware: All All
: P3 normal (vote)
Assignee: Vladimir Voskresensky
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-11-01 23:20 UTC by Vladimir Voskresensky
Modified: 2013-11-13 08:25 UTC (History)
1 user (show)

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 Vladimir Voskresensky 2013-11-01 23:20:04 UTC
During in-place rename of identifier mode does not allow to type characters which can not be part of identifier. Beep instead.
Comment 1 Vladimir Voskresensky 2013-11-01 23:49:00 UTC
272394:9c098be9145f
Comment 2 Quality Engineering 2013-11-11 20:17:28 UTC
Integrated into 'releases/release74', will be available in build *201311111738* or newer. Wait for official and publicly available build.

Changeset: http://hg.netbeans.org/releases/rev/192235c23da3
User: Vladimir Voskresensky <vv159170@netbeans.org>
Log: fixed #237906 - do not allow typing incorrect symbols during in-place rename mode
- check if typed character can be part of cpp identifier. beep otherwise
(transplanted from 9c098be9145f37884afa3ac17b9685aa5533b6ab)
Comment 3 soldatov 2013-11-12 13:29:12 UTC
verified in NetBeans IDE 7.4 (Build 201311111738)