NeonNinja
Neon Resident
How? I can't seem to install FingerText.
South Africa’s biggest forum. Discuss, discover, and connect with thousands of members.
I wouldn't touch Notepad++ for anything programming related
There are many free tools out there that does a much better job for you
If I'm forced to edit scripts (python/perl/php/shell) on a windows machine notepad++ is my editor of choice. I love the ftp/sftp plugin to edit scripts "directly" on my server.
The fact that it is small and quick to install also helps.
So you change stuff on live? I hope the junior programmers don't find out this ****... chaos will ensue
I wouldn't touch Notepad++ for anything programming related
There are many free tools out there that does a much better job for you
So none of you uses Notepad++ with Intellisense?
As in Intellisense with Notepad++.
I use Notepad++. What does the addon do?
Pretty please.
Never used Intellisense before? It reads and finishes the sentence for you.
I installed the FingerText plugin this morning without any issues.How? I can't seem to install FingerText.
I installed the FingerText plugin this morning without any issues.
Best thing since sliced bread.
== Install
I guess most notepad++ users are using plugin manager. You can just go to Plugins>Plugin Manager>Show Plugin Manager and look for Fingertext to install this plugin.
However if you would like to install it manually or the plugin manager is not providing the most updated version, you can download the file "FingerText - 0.5.60.zip" at http://sourceforge.net/projects/fingertext/files/Alpha Releases/FingerText - 0.5.60.zip/download
Unzip the package and copy the FingerText.dll to the plugins folder of Notepad++. This is the only file you need to run FingerText in notepad++.
The readme.rdoc file is for your reference.
== Basic Usage
Here I assume the you have already install FingerText and imported the sample snippets. If you are not, please refer to previous sections.
Open a new file in notepad++ and go to notepad++ menu > Plugins > FingerText > Show SnippetDock. A Dialog with a list of available plugins should show up. Here you can see a list of available snippets. There is one of them called "<GLOBAL> num". "num" is the trigger text of the snippet. To trigger it, type in "num" (without quotes) and hit the [Tab] key.
lorem[Tab]
The trigger text disappear and it is replaced by some lorem ipsum text.
Lorem ipsum dolor sit amet, libero turpis non cras ligula, id commodo, aenean est in volutpat amet sodales, porttitor bibendum facilisi suspendisse, aliquam .......................
That's it. You can try triggering others snippets in the list. Snippet can be as long as several paragraphs (try "lorem"). Or as short as just one word (try "npp")
npp[Tab]
You probably have already noticed, as you type, the SnippetDock is updated. When you type "lor"(without quotes), FingerText will show on the Dock that there is a snippet "lorem", in case you forget how to spell it.
How about if you do not want to type the whole word? just type "lor" and go to Menu>Plugins>FingerText>Tag completion. The word lorem is completed and you can trigger the snippet by hitting [tab]. Assigning the Tag completion to a hot key is highly recommended.
You can trigger snippets anywhere in your document. the snippet will be inserted to the location where you type in the trigger text.