Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

QuickText in notepad++ not saving code snippets!

I installed notepad++ on Windows7. I installed QuickText into notepad++. I add my custom snippets into QuickText and while notepad is open, the snippets work fine. As soon as I close notepad and open it again, the snippets are gone. Has anyone else had this problem, it should be an easy fix? They are not persisting or sticking.

Anyone know how to fix this? Any ideas?

like image 341
urbanelementz Avatar asked May 01 '11 19:05

urbanelementz


3 Answers

Haven't used Quicktext but it looks like it is no longer under development.

From what I can tell FingerText is similar, and hopefully should be able to do what you are after.

like image 175
Ben Avatar answered Sep 28 '22 20:09

Ben


The complete answer lies in a combination of Nick's and Jrod's answers.

If you create the a Config folder in the C:\Program Files\Notepad++\plugins\ (or C:\Program Files (x86)\Notepad++\plugins\ if you installed it to that folder) and then place the QuickText.ini file within that folder you will notice many default "snippits" show up.

Now in order for you to save your "snippits" if you are in Windows 7 or Vista (which will save to the QuickText.ini file) you must run Notepad++ as Administrator.

As a side note the snippits save fine with in Linux if you install Notepad++ through Wine.

like image 29
ModusPwn Avatar answered Sep 28 '22 21:09

ModusPwn


This issue is caused by administrative privileges. You need to run notepad++ as an administrator or it will fail silently.

like image 39
Jrod Avatar answered Sep 28 '22 20:09

Jrod