adobe / aem-brackets-extension

Brackets extension for Adobe Experience Manager (AEM) front-end developers with auto-sync and HTL support.
https://docs.adobe.com/content/docs/en/dev-tools/aem-brackets.html
Apache License 2.0
52 stars 22 forks source link

Annoying alerts when a lot of files change and the target host is not reachable #39

Closed alessandroniciforo closed 9 years ago

alessandroniciforo commented 9 years ago

Brackets version: Release 1.1 build 1.1.0-15558

AEM Sightly Brackets Extension: 0.0.12 OS and architecture: Mac OS X 10.9 Mavericks x64

Steps to reproduce:

  1. Open Brackets on a project with your AEM instance on
  2. Turn off your AEM instance
  3. Open another text editor and edit a few files
  4. Go back to Brackets

    Expected outcome

Only one alert should tell me that a bunch of files couldn't be uploaded. It could possibly recognize at the first file upload that the target host is offline and then put only an icon indicating that the host is offline

Actual outcome

As many alerts as the number of the file changed will be prompted

This is particularly annoying when you're switching a branch on your git repo because often there are a lot of file changes