Is there a Quicktext / Snippets like feature in notepad++?
I recently upgraded to Vista and Quicktext doesn't work with with my new OS and the latest version of notepad++. It was the only plugin I used and it seems it's no longer supported. Last updated Jan'07.
Or does anyone know of a plugin that's similar that will work with my setup?
TIA
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
It's not a plugin but you might look at writing an AutoHotKey script. It can perform auto-replace for keywords. It can also be limited down to have your hot keys only work on notepad++. It's easy to setup the script, and works really well. http://autohotkey.com I love it and use it with notepad++, among other programs, all the time. Since it is independent of notepad++ it won't break with new version either.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hey there,
Is there a Quicktext / Snippets like feature in notepad++?
I recently upgraded to Vista and Quicktext doesn't work with with my new OS and the latest version of notepad++. It was the only plugin I used and it seems it's no longer supported. Last updated Jan'07.
Or does anyone know of a plugin that's similar that will work with my setup?
TIA
It's not a plugin but you might look at writing an AutoHotKey script. It can perform auto-replace for keywords. It can also be limited down to have your hot keys only work on notepad++. It's easy to setup the script, and works really well. http://autohotkey.com I love it and use it with notepad++, among other programs, all the time. Since it is independent of notepad++ it won't break with new version either.