wei-spring / codenameone

Automatically exported from code.google.com/p/codenameone
0 stars 0 forks source link

Theme editor opened multiple times when committing changes to VCS in IntelliJ IDEA 13.0.2 #1063

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Start IntelliJ IDEA 13.0.2
2. Create a Codenameone project
3. Check the code in to Source control (I used GIT)
4. Update the theme settings (so that theme.res gets modified)
5. Go to VCS -> Commit changes

Normally you will see the theme.res as it has been modified.

6. Now click on the theme.res - IntelliJ tries to compare the file with the 
previous version.

What is the expected output? What do you see instead?

BUG: The theme editor opens unexpectedly a few times.
You can see that in the screenshot.

I don't want to open the Theme editor in that screen.

What version of the product are you using? On what operating system?

Latest version of intellij idea
Windows 7 64 bit

Original issue reported on code.google.com by wbervo...@gmail.com on 14 Feb 2014 at 9:08

Attachments:

GoogleCodeExporter commented 9 years ago
I tried to reproduce this but I'm having a hard time not being an IDEA user. I 
don't understand the screenshot at all, why do you try clicking the resource 
file for comparison? Its a binary file so there is no need to click it.

Original comment by shai.almog on 23 Feb 2014 at 9:43

GoogleCodeExporter commented 9 years ago
Hi Shai,

Actually clicking on "6. Now click on the theme.res - IntelliJ tries to compare 
the file with the previous version." is not necessary. The editor opens up 
unexpectedly when comparing other (text based) files when theme.res is present 
in the Commit dialog.

In the screenshot you see multiple green balloon popping up telling me he is 
opening the resource file.

Original comment by wbervo...@gmail.com on 26 Feb 2014 at 2:31