• Login
Community
  • Login

Emmet not working

Scheduled Pinned Locked Moved Help wanted · · · – – – · · ·
14 Posts 5 Posters 9.5k Views
Loading More Posts
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • J
    Jan Kijlstra
    last edited by Jul 29, 2018, 9:25 AM

    Installed Notepad++ (7.5.8.) and Emmet 64bit (1.0.0.)
    However, the commands in Plugins/Emmet/xxxx are not working.
    H0w to correct that?

    C 1 Reply Last reply Aug 3, 2018, 11:51 AM Reply Quote 0
    • C
      chcg
      last edited by Jul 30, 2018, 1:26 PM

      Where did you install Emmet 64bit from? From https://github.com/emmetio/npp#readme there seems to be no such version.
      https://github.com/emmetio/npp/issues seems to be the right place, but there seem to exist already 64bit issues.

      1 Reply Last reply Reply Quote 1
      • J
        Jan Kijlstra
        last edited by Jul 30, 2018, 6:50 PM

        downloaded from http://emmet.io

        S 1 Reply Last reply Jul 30, 2018, 10:27 PM Reply Quote 0
        • S
          Scott Sumner @Jan Kijlstra
          last edited by Jul 30, 2018, 10:27 PM

          @Jan-Kijlstra

          The only Emmet plugin I see on that site is a 32-bit one.

          1 Reply Last reply Reply Quote 0
          • P
            PeterJones
            last edited by PeterJones Jul 31, 2018, 12:12 AM Jul 31, 2018, 12:12 AM

            @Jan-Kijlstra ,

            I, too, only see a 32-bit.

            If I follow the URL you gave, and then go to Download page, then to the Notepad++ page, it takes me https://github.com/emmetio/npp#readme . From there, I click on the “Download EmmetNPP ”, which gives me a 32-bit DLL.

            If you try to install a 32-bit DLL in the 64-bit Notepad++, it won’t work. Further, if you were able to find a 64-bit EmmetNPP plugin, and installed it in a 32-bit NPP, it also wouldn’t work.

            Could you go to your Notepad++'s ? menu, select Debug Info, and copy debug info to clipboard, and paste it here? If your copy of Notepad++ is able to recognize the Emmet plugin, it will be listed in the Plugins. If not, then either the two aren’t compatible (32-bit vs 64-bit, or because of some other change that’s going on … especially since Don Ho seems to be restructuring where plugins will go).

            Oh, wait, you did imply that you can see the Plugins > Emmet menu with xxxx items… that probably means that something in the way that EmmetNPP does things is not compatible with how Notepad++ currently does things. You might want to try going back a couple of versions of Notepad++, and see if that fixes things. If so, you’ll want to create an issue with EmmetNPP, because they might have to change things to remain compatible with NPP going forward. (In fact, it seems that someone has already filed a 64-bit bug report at https://github.com/emmetio/npp/issues/24 – oh, that’s obviously a 32-bit vs 64-bit problem.)

            Still, give us the Debug Info, and, if you’re really 64-bit, where exactly you downloaded a 64-bit DLL.

            1 Reply Last reply Reply Quote 2
            • J
              Jan Kijlstra
              last edited by Aug 1, 2018, 12:32 PM

              Here it is:

              Notepad++ v7.5.8 (64-bit)
              Build time : Jul 23 2018 - 02:06:36
              Path : C:\Program Files\Notepad++\notepad++.exe
              Admin mode : OFF
              Local Conf mode : OFF
              OS : Windows 10 (64-bit)
              Plugins : EmmetNPP.dll PluginManager.dll PythonScript.dll XMLTools.dll DSpellCheck.dll mimeTools.dll NppConverter.dll

              Rgds

              Jan

              S 1 Reply Last reply Aug 1, 2018, 12:34 PM Reply Quote 2
              • S
                Scott Sumner @Jan Kijlstra
                last edited by Aug 1, 2018, 12:34 PM

                where exactly you downloaded a 64-bit DLL

                @Jan-Kijlstra

                You forgot to respond to the requested information above

                1 Reply Last reply Reply Quote 1
                • J
                  Jan Kijlstra
                  last edited by Aug 1, 2018, 1:02 PM

                  Sorry, being a new user I had to wait 1200 seconds before being
                  able to answer (quite stupid, i.m.h.o., pushing away new community members).

                  This is were I found it:

                  https://github.com/emmetio/npp/issues/19

                  It’s in the message of wdhwg001

                  There’s a link to EmmetNPP_x64.zip

                  S 1 Reply Last reply Aug 1, 2018, 1:05 PM Reply Quote 2
                  • S
                    Scott Sumner @Jan Kijlstra
                    last edited by Aug 1, 2018, 1:05 PM

                    @Jan-Kijlstra

                    had to wait 1200 seconds before being able to answer (quite stupid, i.m.h.o., pushing away new community members).

                    Not (trying to) pushing away anyone but the spammers. You should have no delays in posting moving forward as I gave you 2 reputation points.

                    1 Reply Last reply Reply Quote 0
                    • J
                      Jan Kijlstra
                      last edited by Aug 1, 2018, 1:07 PM

                      Thanks.

                      1 Reply Last reply Reply Quote 1
                      • C
                        Claudia Frank @Jan Kijlstra
                        last edited by Aug 3, 2018, 11:51 AM

                        @Jan-Kijlstra

                        which version of python script plugin do you use, there were some changes recently.
                        Can you provide a reproducible step by step description about what isn’t working

                        Cheers
                        Claudia

                        1 Reply Last reply Reply Quote 0
                        • J
                          Jan Kijlstra
                          last edited by Aug 3, 2018, 10:18 PM

                          The Python script is 1.2.0.0

                          I do start Notepad++, and in the plugins menu there is the Emmet Notepad++ plug in.

                          So in Notepad++ I do enter div, followed by Ctr+Alt+Enter.

                          Which does open a new empty line above the tag.

                          But not <div> </div>,

                          C 1 Reply Last reply Aug 4, 2018, 10:23 AM Reply Quote 0
                          • C
                            Claudia Frank @Jan Kijlstra
                            last edited by Claudia Frank Aug 4, 2018, 10:24 AM Aug 4, 2018, 10:23 AM

                            @Jan-Kijlstra

                            emmet is using an precompiled extension module called _PyV8.pyd.
                            This module has been compiled using python version 2.7.14.
                            Current PythonScript (PS) 1.2.0.0 is using python 2.7.15.
                            Use the python27.dll from PS 1.0.9 from here and just unzip this single dll into C:\Program Files\Notepad++ directory.
                            Then it should work again, at least it does for me.

                            Cheers
                            Claudia

                            1 Reply Last reply Reply Quote 1
                            • J
                              Jan Kijlstra
                              last edited by Aug 4, 2018, 8:31 PM

                              Sorry, but this did not work for me.

                              I’ve installed HTML-Kit Tools now, this editor
                              works fine with Emmet

                              So I decided to leave Notepad++.

                              1 Reply Last reply Reply Quote 0
                              4 out of 14
                              • First post
                                4/14
                                Last post
                              The Community of users of the Notepad++ text editor.
                              Powered by NodeBB | Contributors