erinata / FingerText

Tab triggered snippet plugin for Notepad++.
https://sourceforge.net/projects/fingertext/
146 stars 32 forks source link

Export all snippets not working! #30

Closed kiinoo closed 12 years ago

kiinoo commented 12 years ago

Hi, I'm new to fingerText, and it is really awesome!!!

I've created several code snippets for javascript at home, such as 'switch', 'console.log' etc. and i'm going to share it with other computers, I simply used the "Export all Snippets", and dialog pops up saying export successfully, but I couldn't find any file it exported. Even I run notepad++ using administrator privilege, it still can't work.

anyone could help? the version i'm using is 0.5.60 (see from Plug-in manager dialog) thanks.

erinata commented 12 years ago

You do not need admin role to do that.

So after you click "Export all Snippets", a dialog should show up and ASK YOU ABOUT FILE LOCATION. Does it happen or it just jump directly to "export successfully" ?

On Thu, Jul 5, 2012 at 9:53 AM, kiinoo < reply@reply.github.com

wrote:

Hi, I'm new to fingerText, and it is really awesome!!!

I've created several code snippets for javascript at home, such as 'switch', 'console.log' etc. and i'm going to share it with other computers, I simply used the "Export all Snippets", and dialog pops up saying export successfully, but I couldn't find any file it exported. Even I run notepad++ using administrator privilege, it still can't work.

anyone could help? the version i'm using is 0.5.60 (see from Plug-in manager dialog) thanks.


Reply to this email directly or view it on GitHub: https://github.com/erinata/FingerText/issues/30

kiinoo commented 12 years ago

@erinata , Thanks for your reply, Yes, it asks me to specify a file location, I browsed to my desktop and specified a new file, then clicked "Save", Dialog popped up saying: 400 snippets are exported. But when I looked at my desktop, there is no such file created. I tried to create an existing file, and export to that file, still not work.

kiinoo commented 12 years ago

I installed a new version of np++ (6.1.4), then it works now! BTW: previous version is: 5.6.4

erinata commented 12 years ago

I see.....I did use something specific to 5.7.3+ in notepad++. For those who are having the same problem and reading this thread. Please notice that you need at least notepad++ 5.7.3 or later (and better 5.9.0 or later) for Fingertext to operate properly.

Thank for your report.