2 Replies Latest reply: Oct 16, 2014 11:26 AM by Peter Flynn (Adobe) RSS

    A couple of issues with Adobe Edge Code, Help?

    AlinaZamorskaya Community Member

      Hi All,

       

      I understand that this is trial software, but I am having trouble with this application. Couple of things:

       

      1) I have a folder open in Adobe Edge Code. Whenever I am insert a new file, Edge Code does not automatically refresh. I have to close out and open back up just to see the new file. Anyway around this?

       

      2) Sometimes I have to do a lot of copy and pasting especially when it comes to content. The auto complete option gets annoying. For example, say I am typing a list. Whenever I open an <li> bracket it automatically attaches the ending </li> bracket. I have to delete that one and retype it at the end of the pasted sentence. Is there a way to turn this auto completion feature off? I do have the Auto Close Brackets off, but that isn't doing anything.

       

      Thanks!

        • 1. Re: A couple of issues with Adobe Edge Code, Help?
          Randy Edmunds Employee Hosts

          Edge Code is a re-branding of Brackets (http://brackets.io), but it's several releases behind. I think the first problem will be fixed in Brackets which has File Watchers.

           

          The behavior in the second problem is controlled by the `closeTags` preference, which currently can only be set manually. See this doc for more info:

          https://github.com/adobe/brackets/wiki/How-to-Use-Brackets#preferences

           

          Randy

          • 2. Re: A couple of issues with Adobe Edge Code, Help?
            Peter Flynn (Adobe) Adobe Employee

            The latest version of Edge Code has file watchers also, so you shouldn't be seeing problem #1.  A couple questions:

            • What version of Edge Code are you using?  (See the About window).
            • What OS are you on?
            • Where is your project folder located?  Is it on a network share by any chance?  Or does your project contain any symlinks?
            • Do you have any extensions installed?  If so, please try temporarily disabling them (choose Help > Show Extensions Folder, rename the 'user' folder to something else, then restart Edge Code).
            • Can you check whether Live Preview works properly on your computer?  You can test this with the simple Getting Started project that comes with Edge Code, if your current project isn't set up for it.  (I know this seems unrelated, but it will tell us whether there's a more general problem in the infrastructure that both these features share).

             

            Hopefully that's enough to help us get to the bottom of it -- thanks!

             

            - Peter