[ANN] PropertiesEditor Plugin 1.8.2a
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 properties names completion added (CtrlAltShift+Space inside string literals in java code)
Resource keys view shown for properties files and hides for other file types
Search for unused properties action moved to "Analyze" menu
Minor improvements and reported bugs fixes
TIA,
Dmitry
Please sign in to leave a comment.
Dmitry,
When I go to the IDE Settings for Properties Editor, it expands the dialog beyond the limits of my screen size of 1024 x 768 by expanding to the full screen including underneath my Locked taskbar which is set to Keep on top of other windows, so I can't get to the buttons at the bottom of the dialog. None of the built-in settings panels do this. I'm using the classic view on WindowsXP Pro.
Thanks,
Jon
Try standard GoTo Declaration shortcut (it was already implemented if I'm not remove it)
TIA,
Dmitry
Just check, looks like it disabled.
The menu item for CtrlB is enabled, but it doesn't do anything (CtrlAlt+D)
still works.
Amnon
"Dmitry Kashin" <no_mail@jetbrains.com> wrote in message
news:29506380.1089796120683.JavaMail.itn@is.intellij.net...
It's different actions. GoTo property working, but GoTo class from text in property file is not working.
Dmitry
I'm already fix it couple of times but it comes back after any UI redesigning. Try it one more time.
when trying to open idea menu:
Error message: Assertion failed
java.lang.Throwable
at com.intellij.openapi.diagnostic.Logger.assertTrue(Logger.java:64)
at com.intellij.openapi.diagnostic.Logger.assertTrue(Logger.java:72)
at com.intellij.psi.e.d.a.b.a(b.java:273)
at com.intellij.psi.e.s.findFile(s.java:73)
at com.propertiesEditor.propedit.action.PropertyFromCodeAction.update(PropertyFromCodeAction.java:36)
at com.intellij.openapi.g.a.h.a(h.java:29)
at com.intellij.openapi.g.a.h.a(h.java:5)
at com.intellij.openapi.g.a.l$c_.menuSelected(l$c_.java:5)
at javax.swing.JMenu.fireMenuSelected(JMenu.java:1097)
at javax.swing.JMenu$MenuChangeListener.stateChanged(JMenu.java:1190)
at javax.swing.DefaultButtonModel.fireStateChanged(DefaultButtonModel.java:362)
at javax.swing.DefaultButtonModel.setSelected(DefaultButtonModel.java:228)
at javax.swing.JMenu.setSelected(JMenu.java:286)
at javax.swing.JMenu.menuSelectionChanged(JMenu.java:1257)
at com.intellij.openapi.g.a.l.menuSelectionChanged(l.java:23)
at javax.swing.MenuSelectionManager.setSelectedPath(MenuSelectionManager.java:83)
at javax.swing.plaf.basic.BasicMenuUI$MouseInputHandler.mousePressed(BasicMenuUI.java:330)
at java.awt.Component.processMouseEvent(Component.java:5097)
at java.awt.Component.processEvent(Component.java:4897)
at java.awt.Container.processEvent(Container.java:1569)
at java.awt.Component.dispatchEventImpl(Component.java:3615)
at java.awt.Container.dispatchEventImpl(Container.java:1627)
at java.awt.Component.dispatchEvent(Component.java:3477)
at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:3483)
at java.awt.LightweightDispatcher.processMouseEvent(Container.java:3195)
at java.awt.LightweightDispatcher.dispatchEvent(Container.java:3128)
at java.awt.Container.dispatchEventImpl(Container.java:1613)
at java.awt.Window.dispatchEventImpl(Window.java:1606)
at java.awt.Component.dispatchEvent(Component.java:3477)
at java.awt.EventQueue.dispatchEvent(EventQueue.java:456)
at com.intellij.ide.t.b(t.java:162)
at com.intellij.ide.t.a(t.java:50)
at com.intellij.ide.t.dispatchEvent(t.java:126)
at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:201)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:151)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:145)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:137)
at java.awt.EventDispatchThread.run(EventDispatchThread.java:100)
I'll investigate this problem and release fix it ASAP. But I'm affraid it will happen not earlier August.
TIA,
Dmitry
I find the PropertiesEditor a very useful tool but I have the problem
that the cursor jumps into another line while I input text. For example
if I input something and then immediately move the cursor to the next
line the cursor jumps back to the previous line.
Tschuess,
Stefan.
Dmitry Kashin wrote:
What combination of Autosrolls toggle actions enabled?
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?