[ANN] PropertiesEditor Plugin 1.8.1c

Description:
Editor for properties files like built-in editors (highlighting, navigation, refactoring, find usages, intentions, properties files specific features, bundle editing mode etc.)

Changes:

  • XML and JSP from-code actions support(feedback welcome)

  • Plugin overview page added in configuration window

  • Minor improvements and reported bugs fixes



TIA,
Dmitry

0
15 comments

I have a duplicate property when i move mouse over it I am getting the following error.

Error message: Error during dispatching of java.awt.event.MouseEvent[MOUSE_MOVED,(706,759),button=0,clickCount=0] on frame0
java.lang.NoSuchMethodError: com.intellij.ui.Hint.show(Ljavax/swing/JComponent;II)V

at com.propertiesEditor.propedit.controller.HintManager.showInformationHint(HintManager.java:30)

at com.propertiesEditor.propedit.controller.PropertiesFileEditorItem.showDescriptionHintForElement(PropertiesFileEditorItem.java:414)

at com.propertiesEditor.propedit.event.MyEditorMouseMotionAdapter.mouseMoved(MyEditorMouseMotionAdapter.java:44)

at com.intellij.openapi.editor.a.o$bh_.mouseMoved(o$bh_.java:1)

at java.awt.Component.processMouseMotionEvent(Component.java:5145)

at javax.swing.JComponent.processMouseMotionEvent(JComponent.java:2779)

at java.awt.Component.processEvent(Component.java:4901)

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:3211)

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:83)

at com.intellij.ide.t.a(t.java:9)

at com.intellij.ide.t.dispatchEvent(t.java:55)

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)

0

Hi,
What number of IDEA build you have?

TIA,
Dmitry

0

It's looks like bad news.
Is Hint class removed at all or just migrated into another package? Also LightweightHint interesting too.

Can onyone experience this problem help me?

TIA,
Dmitry

0

Correction, method show signature interested.

0

It would be nice if this would work also for property-files.

Regards
Frank Bruch

0

Error Stack trace is from the 2114, But Iam getting the same error in Build 2126. If you are trying to see this error during you test, Add two properties which are identical like below.

MISCTST=jdbc:oracle:thin:@X.X.X.X:1521:MISCTST
MISCTST=jdbc:oracle:thin:@X.X.X.X:1521:MISCTST

into a properties file and PropertiesEditor Plugin highligths these two as duplicates, Now Hover the mouse over The Highlighted area you will get this error in Build 2126

0

Hi,
Thanks for you info, but...
I'm believe that problem exists, but unfortunately have no access to Pallada greater than 2076, that's why I'm interested in described above details of idea.jar files.

TIA,
Dmitry

0

Looks great.

I was able to do the 3 PE operations from our XML files.

Amnon

"Dmitry Kashin" <no_mail@jetbrains.com> wrote in message
news:6315962.1087504618853.JavaMail.itn@is.intellij.net...

Description:
Editor for properties files like built-in editors (highlighting,

navigation, refactoring, find usages, intentions, properties files specific
features, bundle editing mode etc.)
>

Changes:

  • XML and JSP from-code actions support(feedback welcome)

  • Plugin overview page added in configuration window

  • Minor improvements and reported bugs fixes

>
>

TIA,
Dmitry



0

A small UI problem - the 1st time you show the PE settings page (from
default settings mode, not classic) its height is too much, and has to be
made shorter to get to the buttons.

I have the XP task bar visible (doesn't get hidden).

Not a big issue, as the size is remembered after the 1st time, but still
somewhat annoying.

Amnon

"Dmitry Kashin" <no_mail@jetbrains.com> wrote in message
news:6315962.1087504618853.JavaMail.itn@is.intellij.net...

Description:
Editor for properties files like built-in editors (highlighting,

navigation, refactoring, find usages, intentions, properties files specific
features, bundle editing mode etc.)
>

Changes:

  • XML and JSP from-code actions support(feedback welcome)

  • Plugin overview page added in configuration window

  • Minor improvements and reported bugs fixes

>
>

TIA,
Dmitry



0


/**

  • @param parentComponent defines coordinate system where hint will

be shown.

  • Cannot be <code>null</code>.

*

  • @param x x coordinate of hint in parent coordinate system

*

  • @param y y coordinate of hint in parent coordinate system

*

  • @param focusBackComponent component which should get focus when

the hint will

  • be hidden. If <code>null</code> then the hint doesn't manage focus

after closing.
*/
void show(JComponent parentComponent, int x, int y, JComponent
focusBackComponent);

Dmitry Kashin wrote:

Correction, method show signature interested.



--
Best regards,
Maxim Mossienko
IntelliJ Labs / JetBrains Inc.
http://www.intellij.com
"Develop with pleasure!"

0

Hi Maxim,
Thanks again, you really helps me one more time. It will be fixed in next build.

TIA,
Dmitry

0

Hi Amnon,
What the next aims? About linking files and properties files I'm still thinking and don't forget it. Any new ideas?

TIA,
Dmitry

0

Hi,
I saw it earlier but forget to fix. I'll look into it. Fix will be available in next build wich don't schediled yet.

TIA,
Dmitry

0

Hmm...

This is becoming harder :)

I guess I would have to work with the current version and see if at this
level (with no resource link configuration) there is anything missing.

btw, can you support background operations like the IJ searches (i.e.
background button in the dialog)?

Amnon

"Dmitry Kashin" <no_mail@jetbrains.com> wrote in message
news:21737340.1087894089498.JavaMail.itn@is.intellij.net...

Hi Amnon,
What the next aims? About linking files and properties files I'm still

thinking and don't forget it. Any new ideas?
>

TIA,
Dmitry



0

Hi Amnon,
UsagesView currently not in OpenAPI and I don't want dig deeper it to avoid new problems. Let's wait for it opening. Anyway I'll try to investigate this problem one more time.

TIA,
Dmitry

0

Please sign in to leave a comment.