QuickText in notepad++ not saving code snippets!
Asked Answered
R

5

6

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?

Riobard answered 1/5, 2011 at 19:22 Comment(1)
Hi, a little late to the party but please see my answer as it actually solves the quicktext issue and does not require getting a new/different plugin. Hope it helps.Mackenie
U
2

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.

Unific answered 2/5, 2011 at 10:23 Comment(0)
S
2

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.

Stringfellow answered 13/7, 2012 at 4:33 Comment(0)
M
1

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

Mackenie answered 19/7, 2011 at 15:0 Comment(0)
H
1

You must copy QuickText.ini to folder c:\Program Files\Notepad++\plugins\Config\ (I created this folder itself)

This page help me

Hillyer answered 4/5, 2012 at 11:7 Comment(0)
B
1

Sorry for my badly english. Your problem is in inslall. Correct install:

  • Copy to folder plugins all files except one (quicktext.ini).
  • In such directory create new folder config.
  • Copy quicktext.ini into it.

After such installation snippets works correctly.

Brach answered 22/3, 2013 at 20:54 Comment(1)
I had the same problem and can confirm that this works! Thanks!Normand

© 2022 - 2024 — McMap. All rights reserved.