[ANN] PropertiesEditor Plugin 1.8.9
Description:
Editor for properties files like built-in editors (highlighting, navigation, refactoring, find usages, intentions, properties files specific features, bundle editing mode etc.)
Changes:
Basic inspection for non-externalized strings added(currently do nothing just detects issues, has some option please try it and post your ideas on further development targets in this directions)(Please set "i18n" highlightning options to show as errors to view not externalized strings in editor)
Ctrl+B from property name or value navigation to class with containing name returned
Minor improvements and reported bugs fixes
TIA,
Dmitry
Please sign in to leave a comment.
What options are you referring to?
Anyway, looks like a nice start.
What are your plans for XML support?
Amnon
In Project Settings | Externalization settings. And Errors where inspections highlighting configured(last item "i18n")
What kind of XML support you suggest?
TIA,
Dmitry
The features in the settings are nice, but why don't they appear in the
Inspect Code dialog like others?
XML support - strings that are values of tags or attributes should be
checked, I think. May be add a tab for XML files where one could disable
checking of specific (or regexed) attribute and/or tag names and/or values.
Amnon
Cause this settings project level but not application like other inspections.
TIA,
Dmitry
Is there a reason for that? I would be happier to see it (at least by
default) on the normal inspection settings.
Amnon
Sorry, I'm new to this. How do I add other file extensions for property editor?
Thanks.
Dmitry Kashin wrote:
--
Erb
==============================================================
"Most of you are familiar with the virtues of a programmer.
There are three, of course: laziness, impatience, and hubris."
- Larry Wall
==============================================================
It's not possible cause Open API doesn't support it and earlier hack removed.
TIA,
Dmitry
Hello, Dmitry!
You wrote on Wed, 11 Aug 2004 20:40:32 +0400 (MSD):
DK> It's not possible cause Open API doesn't support it and earlier hack
DK> removed.
I know some magic spell to do this! :))
--
Alexey Efimov, Java Developer
Tops-BI
http://www.topsbi.ru
Sorry Alexey I'm always forgot your hint about this. Let's talk about it tomorrow :) Please remind me
TIA,
Dmitry
Feature request:
In ATG Dynamo server environment, it uses properties files to define components in its nucleaus/component architecture.
The property value contain references to other property files(Components).
ie:
component1=/com/mycom/MyComponent
It would be nice to be able to click on the value part of a property, and be able to say "go to component", and be brought to the properties file.
Is it possible for this to be added to the properties editor?
Hi,
Now possible go to class if property name or it's value fits to on of the class in your case it might be "com.mycom.MyComponent". But your suggestion I'm affraid won't be implemented cause it very specific and cannot be used in other cases I'm sorry.
TIA,
Dmitry