• Login
Community
  • Login

Suggestion for 64 bit plugin naming convention

Scheduled Pinned Locked Moved Notepad++ & Plugin Development
3 Posts 2 Posters 2.7k 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.
  • B
    botman99
    last edited by Oct 2, 2016, 4:43 PM

    It seems like the current plugins for the 64-bit version of Notepad++ (mimeTools.dll and NppConverter.dll) have the same file name as the 32-bit version. This could cause confusion if someone is copying these .dll files from somewhere else (another folder on the same PC, or from some internet website).

    I would suggest that when plugin authors create a 64-bit plugin, they append “_64” to the DLL filename. So “mimeTools.dll” becomes “mimeTools_64.dll” and “NppConverter.dll” becomes “NppConverter_64.dll” so that it is clear these are 64-bit plugins. The old 32-bit plugin names don’t have to change (if you don’t see “_64” then you assume it is the 32-bit version).

    1 Reply Last reply Reply Quote 3
    • J
      John Yao
      last edited by Oct 7, 2016, 1:36 PM

      It would be better if 64-bit plugins in %APPDATA% can reside in a different folder from 32bit plugins, such as plugins_64. In which case, 64bit and 32bit notepad++ can both work properly without conflict loading each others plugins.

      1 Reply Last reply Reply Quote 0
      • B
        botman99
        last edited by Oct 7, 2016, 1:59 PM

        Putting them in a separate folder would be fine, but there is still confusion just looking at the filename to tell if they are 32 bit or 64 bit executables. You can’t even right click on the file and look at the properties to see if it’s 32 bit or 64 bit.

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