dart-sublime-bundle icon indicating copy to clipboard operation
dart-sublime-bundle copied to clipboard

analysis server stalls if the same view is opened in multiple panes

Open guillermooo opened this issue 10 years ago • 1 comments

ST has a bug where the .on_modified(view) event handler will be passed the wrong view if:

  • the same file is opened in multiple views (using multiple panes)
  • one of those views is active
  • the active view isn't the first one that was opened

In this scenario, the analysis server doesn't get notified about changes to the view being edited.

guillermooo avatar Mar 02 '15 18:03 guillermooo

This seems to be fixed now, but let's keep this open until we can verify the fix.

guillermooo avatar Jul 06 '15 05:07 guillermooo