flutter.el icon indicating copy to clipboard operation
flutter.el copied to clipboard

flutter-run(-or-hot-reload) appropriates current window for *Flutter*

Open jun0 opened this issue 4 years ago • 0 comments

flutter-run-hot-reload currently uses pop-to-buffer-same-window to display the *Flutter* buffer, which almost always displays it in the current window. I find this very disruptive: I set flutter-run-hot-reload in after-save-hook, so every time I save a buffer the code I was just editing disappears from view.

Since *Flutter* is similar in role to a *compilation* buffer, can this be changed to use something like display-buffer instead, which is more common for such buffers?

jun0 avatar Dec 29 '21 07:12 jun0