Plugin to add several idea properties

Hello,

I would like that people who install my idea plugin to receive automatically these two properties in their `idea.properties` file:

 

idea.max.intellisense.filesize=20500
editor.soft.wrap.force.limit=100000

Do you know how to achieve this?

0
1 comment
Official comment

Take a look at com.intellij.ide.actions.EditCustomPropertiesAction. I would not recommend changing such substantial options without explicit consent of user as they might affect performance in the IDE drastically.

Please sign in to leave a comment.