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 70519 - Support multiline NOI18N block
Summary: Support multiline NOI18N block
Status: NEW
Alias: None
Product: java
Classification: Unclassified
Component: I18N (show other bugs)
Version: 5.x
Hardware: All Windows XP
: P3 blocker with 1 vote (vote)
Assignee: Ralph Ruijs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-12-16 15:59 UTC by _ sandipchitale
Modified: 2011-11-28 09:21 UTC (History)
1 user (show)

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description _ sandipchitale 2005-12-16 15:59:44 UTC
Sometimes I have a set of lines and I do not want to write "// NOI18N" on each 
line so that the I18N wizard skips over them. Support this functionality using 
the editor fold technology. For example:

// <editor-fold defaultstate="expanded" desc="NOI18N">
...code with many "string values"..
// </editor-fold>

The I18N wizard should skip the block. A similar technic is used by 
refactoring to skip over Form eduitor generated blocks.
Comment 1 Jan Lahoda 2006-01-23 11:45:19 UTC
Probably belongs into the i18n module.
Comment 2 arittner 2006-03-22 09:53:43 UTC
I agree: we need a NOI18N block. But with another syntax:

//BEGIN_NOI18N

  some code

//END_NOI18N

The edtior-fold declaration is IMHO the wrong place.

best regards,
  josh.