Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to enable autoscroll to/from source permanently for all new project imports?

I like the Autoscroll to/from source features. Every time I import a new project, I will always enable them. However, it gets annoying when you have to do that every time for a new import. I googled, but couldn't find out how. So, do you know how to enable them permanently? Thank you very much.

like image 269
JBT Avatar asked Oct 06 '13 05:10

JBT


1 Answers

There is now a free IntelliJ plugin to remember Autoscroll to/from Source settings:

Jetbrains repository: Autoscroll Save Plugin

Instructions to use:

  • Download Autoscroll Save plugin and restart IntelliJ
  • Open an IntelliJ project and set desired autoscroll to and from settings
  • Use Ctrl-Alt-Shift END

All IntelliJ projects opened or created in future will now inherit your desired Autoscroll to/from Source settings.

If you have any feedback on the plugin, please click on the author (vikingsteve) on the plugin page and use "Send email" function.


Edit: I was just at a java conference and spoke to some of the Jetbrains devs from St Petersbourg. After thanking them for developing IntelliJ, I asked them about this, and I understand that since they are really busy with other things they don't have time right now to make this default functionality in IntelliJ.

So, in the meantime, please try out the Autoscroll Save plugin - from everyone I spoke to at the conference, it works for them without problem.

like image 183
vikingsteve Avatar answered Nov 14 '22 18:11

vikingsteve