![]() |
Notepad++ Snippets - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20) +--- Forum: Archived Libraries & Helpers (https://forum.codeigniter.com/forumdisplay.php?fid=22) +--- Thread: Notepad++ Snippets (/showthread.php?tid=4356) Pages:
1
2
|
Notepad++ Snippets - El Forum - 11-20-2007 [eluser]Michael Wales[/eluser] I've recently become acquainted with Snippets thanks to giving eTextEditor and InType a try. Although the snippet functionality within these applications is much more powerful than the QuickText plugin provided with Notepad++ - those application just didn't "feel" right. So, I took some time out tonight to create a snippet file for myself. This doesn't include every library within CodeIgniter - just the ones I use quite often. If you would like to use these Snippets, copy-paste the text below at the top C:\Program Files\Notepad++\QuickText.ini file: Code: [1] I was going to write out documentation for each of the shortcuts but it will take forever. Basically, review the text above - everything on the far left of the equal sign is the keyword, everything on the right is what will replace that keyword when you use the ctrl+enter combination. I will be creating a PDF that can be printed out as a cheat sheet for these snippets. Once we have that and you spend some time with them and learn them, this should speed up your development significantly. Notepad++ Snippets - El Forum - 11-20-2007 [eluser]xwero[/eluser] Maybe you can add the html doctype too ![]() Notepad++ Snippets - El Forum - 11-20-2007 [eluser]Majd Taby[/eluser] haha I was working on the same exact thing for vim two days ago, you've got quite a few more though, thanks for sharing. Notepad++ Snippets - El Forum - 11-20-2007 [eluser]Michael Wales[/eluser] Haha - I so thought of making an HTML snippet. I guess I've been in a lazy mood lately and trying to minimize my typing as much as possible ![]() Notepad++ Snippets - El Forum - 11-20-2007 [eluser]xwero[/eluser] Typing is the least fun part of the job. Maybe you should buy a speech-to-text application so you get rid of the typing all together. Notepad++ Snippets - El Forum - 12-13-2007 [eluser]Unknown[/eluser] Hi! I don't know why, but I can't use snippet with underscore. When I try to use ci_c, there's the message: Only alphanumerical characters. Do you know how to resolve this? Thanks! Notepad++ Snippets - El Forum - 12-13-2007 [eluser]Michael Wales[/eluser] Yeah - it happens sometimes with me as well. I intend to change those snippets to remove the underscore. It's kind of hit-or-miss, doesn't happen all the time. Notepad++ Snippets - El Forum - 12-18-2007 [eluser]Ivan A. Zenteno[/eluser] Yeah!! It's working, thank you for make it But I did eliminated underscores in ci_c and ci_m. I have working well cic and cim p.d. sorry for my bad english :$ Notepad++ Snippets - El Forum - 10-01-2009 [eluser]benoa[/eluser] Thanks a lot. That's a real time saver. Notepad++ Snippets - El Forum - 10-01-2009 [eluser]cliffoliveira[/eluser] Thanks a lot. That’s a real time saver. (2) |