Monday 4 July 2016

Go to file shortcut Ctrl + Alt + Minus issue in jdeveloper

I faced all of a sudden Go to file short cut in JDev IDE stop working. To resolve this, I followed below mentioned steps. 

Step1: Close the Jdeveloper IDE.


Step2: Go to your jdeveloper system folder and find for the folder 
'o.jdeveloper' and edit  ide.properties file.


If you observe,  Below mentioned values were set to zero. So, to fix the issue, we need to restore 
 default values.

 
ide.goto.file.width=400
 
ide.goto.file.height=300
 
ide.goto.file.x=440
 
ide.goto.file.y=234
 
save the file and restart your JDeveloper. 

Hope this Helps!.

13 comments:

  1. Hi

    I'm having the same issue, but when i restart the JDeveloper, all the values return to 0 automatically :(
    Any trick?

    ReplyDelete
    Replies
    1. I tried the above approach twice and it works fine.
      I closed the jdev, open ide.propertices file, save changes, and then restart the jdev. this is what i used to do.

      Delete
    2. Close the JDev first and then update this property values else it's overriding the values upon closing the Jdev.

      Delete
  2. This comment has been removed by the author.

    ReplyDelete
  3. Thanks. It worked for me too. I'm wondering why JDev has this behaviour.

    ReplyDelete
  4. Thank you, it worked perfectly! This jdev is crazy.

    ReplyDelete
  5. I have reset the values.. now issue is fixed. Thank you.. :)

    ReplyDelete
  6. Thank You, it worked fine! Also, Jdev is crazy!!

    ReplyDelete