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

Summary: Support multiline NOI18N block
Product: java Reporter: _ sandipchitale <sandipchitale>
Component: I18NAssignee: Ralph Ruijs <ralphbenjamin>
Status: NEW ---    
Severity: blocker CC: arittner
Priority: P3    
Version: 5.x   
Hardware: All   
OS: Windows XP   
Issue Type: ENHANCEMENT Exception Reporter:

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.