GithubHelp home page GithubHelp logo

Comments (9)

dubreuia avatar dubreuia commented on July 20, 2024

I'm going to check this out, but as a workaround, add your files to the ignore list:

Go to "File > Settings > Other Settings > Save Actions", then in the file path exclusion section, add a new exclusion for each build.gradle files. The format is described here: https://github.com/dubreuia/intellij-plugin-save-actions#file-path-exclusions

from intellij-plugin-save-actions.

wujek-srujek avatar wujek-srujek commented on July 20, 2024

Thanks for the tip.

from intellij-plugin-save-actions.

yissachar avatar yissachar commented on July 20, 2024

I can confirm this issue. This was driving me crazy and I was about to turn off Save Actions entirely. Luckily, the file path exclusion workaround fixes it.

from intellij-plugin-save-actions.

fluidsonic avatar fluidsonic commented on July 20, 2024

@dubreuia Using Path Exclusions doesn't solve the issue since they don't work at all.

No matter which of the following exclusions I add, I keep getting the popup "Organizing Imports…" after each keystroke:

  • .*/.*\.gradle
  • .*/.*
  • .*

It only goes away when I completely disable Save Actions.

from intellij-plugin-save-actions.

yissachar avatar yissachar commented on July 20, 2024

This is what I have in my file path exclusions and it works for me:

.*/.*\.gradle
.*\.gradle

I found I needed both in order to properly exclude both at the root level, as well as nested.

from intellij-plugin-save-actions.

dubreuia avatar dubreuia commented on July 20, 2024

@fluidsonic I added debug information in version 0.5 so we can check out why path exclusions do not work

from intellij-plugin-save-actions.

fluidsonic avatar fluidsonic commented on July 20, 2024

@dubreuia

Why isn't 0.5 available through the plugin repository?

I installed the 0.5 jar file manually and the settings pane looks quite different now.
And the file path exclusions are finally working :)

Thanks!

from intellij-plugin-save-actions.

dubreuia avatar dubreuia commented on July 20, 2024

@fluidsonic Jetbrains has to validate it. Should be fast, like couple of days.

Happy to hear it works!

from intellij-plugin-save-actions.

dubreuia avatar dubreuia commented on July 20, 2024

#29 corrected I'm closing this one too

from intellij-plugin-save-actions.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.