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

Keybinding for Doing Export/Import Sync or don't auto-run if not configured on project. #64

Closed bstopp closed 6 years ago

bstopp commented 9 years ago

Brackets version: Release 1.4 experimental build 1.4.0-16380 (release 273804eb3) AEM Brackets Extension: 0.0.13
OS and architecture: Linux Mint 17 x64

I use sightly for other things besides AEM dev, the plugin is installed globally and by default always auto-syncs even if the project has never been configured with values (uses default).

So it would be nice if either :

a) Auto-sync was not enabled by default, and therefore you needed to use keybindings b) If you've not configured it for the project it doesn't run. (this is preferred.)

This way i don't see any errors or attempts to connect every time i start brackets in different project(s)

When i start Brackets on a workspace with the AEM Extension already enabled, i see this:

Error uploading Sling dependencies. Connection to server http://localhost:4502 was refused.

Then on file saves i get this:

"Unable to push content for .... : Cannot establish connection to server http://localhost:4502: ECONNREFUSED"

My .brackets.json is:

{
}
raducotescu commented 9 years ago

Can you please tell me what error you see?

This way i don't see any errors or attempts to connect every time i start brackets in different project(s)

Also, can you please provide us with the required information for reporting bugs [0]?

[0] - https://github.com/Adobe-Marketing-Cloud/aem-sightly-brackets-extension#reporting-bugs

liebsoer commented 8 years ago

I think it's not a bug but an enhancement and I think the wanted result is that you have to enable the plugin explicitly.

Current behaviour

I also use Brackets for other projects than CQ5/AEM projects. And each time I open brackets and I don't have an CQ5/AEM instance running on port 4502 I get the same error as @bstopp. On the attached screenshot you can see which the current Result ist. instance_not_found_exception

Requestes behaviour

I would love it, if the plugin is only working if a flag is set which enables the plugin like in the picture below plugin_enhancement

valdezvictor commented 8 years ago

having the same issues after I updated to 1.7

Anirudh92 commented 7 years ago

I am using Brackets Version is Release 1.10 build 1.10.0-17483 (release 024bee940), the version of my extension is 0.0.13 and I am using Windows 10 OS. I have tried all the methods mentioned regarding Syncing AEM with Brackets in Youtube as well as Adobe AEM Docs but it always returns a sync error as timeout or Error with error uploading sling dependencies.

1 2

PS: I am using Tomcat version 8.0.30

srinivasdareddy commented 6 years ago

Run brackets ' Run as administrator', that fixes my issue

raducotescu commented 6 years ago

76 was fixed and corresponds to @bstopp's option a).