BdR76 / CSVLint

CSV Lint plug-in for Notepad++ for syntax highlighting, csv validation, automatic column and datatype detecting, fixed width datasets, change datetime format, decimal separator, sort data, count unique values, convert to xml, json, sql etc. A plugin for data cleaning and working with messy data files.
GNU General Public License v3.0
151 stars 8 forks source link

Plugin management of NPP shows old version #71

Closed Pierre-de-la-Verre closed 1 year ago

Pierre-de-la-Verre commented 1 year ago

It still shows me 0.4.6.4. as current version, although 0.4.6.5 is released two weeks ago. Is it intended?

BdR76 commented 1 year ago

The Plugins Admin tool with the most recent list of all plugins is distributed together with Notepad++ as a DLL called plugins/config/nppPluginList.dll

The CSV Lint v0.4.6.5 was only included in the list starting with Notepad++ v8.5.4. So I think you don't have the most recent version of Notepad++ installed.

Pierre-de-la-Verre commented 1 year ago

Thanks. I thought this is (rather) independent ..


Von: BdR76 @.> Gesendet: Mittwoch, 21. Juni 2023 10:03 An: BdR76/CSVLint @.> Cc: Pierre-de-la-Verre @.>; Author @.> Betreff: Re: [BdR76/CSVLint] Plugin management of NPP shows old version (Issue #71)

The Plugins Admin tool with the most recent list of all plugins is distributed together with Notepad++ as a DLL called plugins/config/nppPluginList.dll

The CSV Lint v0.4.6.5 was only included in the list starting with Notepad++ v8.5.4. So I think you don't have the most recent version of Notepad++ installed.

— Reply to this email directly, view it on GitHubhttps://github.com/BdR76/CSVLint/issues/71#issuecomment-1600552966, or unsubscribehttps://github.com/notifications/unsubscribe-auth/ADFJV6DBISPACAPSIKODGA3XMLBFJANCNFSM6AAAAAAZONLJEA. You are receiving this because you authored the thread.Message ID: @.***>

LTIOfficial commented 12 months ago

@Pierre-de-la-Verre My situation was that I was 'stuck' at v4.5.4 installed, with the newest version 'stuck' in the update section of the Plugins Admin window. Updating it normally didn't work, and it would/could not uninstall the older version, either. So if updating Notepad++ didn't fix this for you, here's how I fixed it manually:

  1. Fully close Notepad++
  2. Open up the "plugins" directory in your file manager of choice (something like C:\Program Files\Notepad++\plugins on Windows).
  3. Rename the CSVLint folder to something like _CSVLint, so it doesn't begin with a letter.
  4. Start up Notepad++, head into the Plugins Admin window and install the latest version of CSVLint.

After confirming that everything works as expected with the plugin, you can delete the renamed _CSVLint folder.

Hope this helps.