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 138997 - Auto Completion for properties files
Summary: Auto Completion for properties files
Status: NEW
Alias: None
Product: java
Classification: Unclassified
Component: Editor (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Dusan Balek
URL: http://rajathshanbag.blogspot.com
Keywords:
: 135285 (view as bug list)
Depends on:
Blocks:
 
Reported: 2008-07-04 05:31 UTC by rajath
Modified: 2013-09-02 14:23 UTC (History)
2 users (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 rajath 2008-07-04 05:31:27 UTC
Scenario:Say I have put a certain no. of key-value pairs in my properties file. Now when I try to use them in my
original source file, when I write a code like this:
Nbbundle.getBundle().getString("SEVERAL_KEYZ");
code completion popupmenu should appear showing the available keys.
Comment 1 Jiri Prox 2008-07-04 10:07:12 UTC
I'm not sure it this should be implemented in jave/editor or properties module
Comment 2 markiewb 2012-12-08 12:59:52 UTC
*** Bug 135285 has been marked as a duplicate of this bug. ***