Popup window every time a file changes
See original GitHub issueEvery time I type something in this project’s Main
module, I get a popup informing me that it’s building. It makes the editor rather unusable. I can background the prompt each time, but it always comes right back up in the foreground next time.
Stack 1.5.0, IntelliJ 2017.2, IntelliJ-Haskell 1.0.0-beta9
Issue Analytics
- State:
- Created 6 years ago
- Comments:8 (5 by maintainers)
Top Results From Across the Web
Window pop up that's wants to make changes to my ...
Every single time I start my computer a pop up from Java Script pops up. It darkens my screen and I can't do...
Read more >Popups and window methods
A popup window is one of the oldest methods to show additional ... A popup can navigate (change URL) and send messages to...
Read more >Disable "Changes you made may not be saved" pop-up ...
The message is the beforeunload event. And I can disable it with window.onbeforeunload = null; . JS $('#export-link').
Read more >Block or allow pop-ups in Chrome - Computer
Change your default pop-ups & redirects settings · On your computer, open Chrome Chrome . · At the top right, click More More...
Read more >Turn off annoying User Account Control pop-ups, but be ...
If you disable the User Account Control in Windows 10, ... It alerts you to any programs that might be trying to change...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Thanks, it works fine 👍
In my opinion, there’s enough motion in the status bar at the bottom to indicate that a rebuild is happening, and it’s usually better to err on the side of not doing anything that covers the main editor window.