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 219278 - XML DB Driver to have an intellisense(auto completion) for Language Resources
Summary: XML DB Driver to have an intellisense(auto completion) for Language Resources
Status: NEW
Alias: None
Product: editor
Classification: Unclassified
Component: Completion & Templates (show other bugs)
Version: 7.3
Hardware: All All
: P1 normal (vote)
Assignee: Dusan Balek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-10-01 15:18 UTC by alix
Modified: 2012-10-01 15:18 UTC (History)
0 users

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 alix 2012-10-01 15:18:20 UTC
Hi

This is a suggestion for an important improvement

With regard to the existed interface through DB connections(Services pane) and Editor intellisence(auto completion) in Netbeans, to reach a general way for all programming languages (whether supported in Netbeans or not) to have an auto-completion list for language resources, I think an XML DB Driver is the best choice.

We can have : En.resx , Fr.resx , Fa.resx
And the requirement is XML DB driver for netbeans so every one can maintain her/his language resources through "Services" Pane.
We may have three simultaneous db connections to the *.resx files in netbeans and have an special KW before the name of each element in the *.resx files. That KW causes Netbeans to show the auto-complete list of resources through the strings in the editor.

Currently I`m working php but if I was in c++ or java or C# and ASP.net, having an XML connection to retrieve the resources was a simple task for me.

Maintaining language resources and fast accessibility is one of the significant axes for fast software development specially for Web Applications and of course Desktop Applications

Thank you