Bug 107996 - Property file key hierarchy view
Summary: Property file key hierarchy view
Status: RESOLVED DUPLICATE of bug 4321
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Text (show other bugs)
Version: 3.1   Edit
Hardware: All All
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: JDT-Text-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-08-25 11:20 EDT by Wojtek Bok CLA
Modified: 2005-08-26 03:14 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Wojtek Bok CLA 2005-08-25 11:20:58 EDT
Most property files use a scratch hierarchy, where the key has text separated by
(usually) a period:

menu.edit = Edit
menu.save = Save
person.edit.title = Edit Person
person.edit.prompt.name = Name
person.edit.prompt.password = Your Password

and so on.

Could a hiearchy view be created for property files which would build a tree of
keys?

menu
 - edit
 - save
person
 - edit
  - title
 - prompt
  - name
  - password

Clicking on a leaf item would open the file and place the cursor at the key
location. Hovering would display the value?

Ideally this would encompass ALL property files in the project, as our language
files are split up by use case.
Comment 1 Dirk Baeumer CLA 2005-08-25 12:47:32 EDT
Moving to text.
Comment 2 Dani Megert CLA 2005-08-26 03:14:56 EDT
This could be an option in the Outline view.

*** This bug has been marked as a duplicate of 4321 ***