Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions files.sql
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ INSERT INTO FileHash(md5sum, filename, pluginName, addedDate, status) VALUES('bf
INSERT INTO FileHash(md5sum, filename, pluginName, addedDate, status) VALUES('251302df44178f25e0844efe4f8ea3f0','NppLogPlugin.dll',NULL,'2009-08-02 00:00:00','ok');
INSERT INTO FileHash(md5sum, filename, pluginName, addedDate, status) VALUES('5dad73b5261ea5cc2a75ad4455caefea','WebEdit.dll',NULL,'2009-08-02 00:00:00','ok');
INSERT INTO FileHash(md5sum, filename, pluginName, addedDate, status) VALUES('47a1a0d12d2c866bc594e4f085d70a47','WebEditU.dll',NULL,'2009-08-02 00:00:00','ok');
INSERT INTO FileHash(md5sum, filename, pluginName, addedDate, status) VALUES('e6fbbc39a2001492ee890464f1a672e7','NotepadSharp.dll',NULL,'2011-06-05 00:00:00','ok');
INSERT INTO FileHash(md5sum, filename, pluginName, addedDate, status) VALUES('d05a429fac46302bfcfc7b6c90abf01c','mimeTools.ansi.dll',NULL,'2009-08-02 00:00:00','ok');
INSERT INTO FileHash(md5sum, filename, pluginName, addedDate, status) VALUES('e88ad75409ea6e7d9122534360d5c3dc','mimeTools.unicode.dll',NULL,'2009-08-02 00:00:00','ok');
INSERT INTO FileHash(md5sum, filename, pluginName, addedDate, status) VALUES('c2113cbe87c5d370a72ccb759ce8403c','NppTextFXA.dll',NULL,'2009-08-02 00:00:00','ok');
Expand Down Expand Up @@ -312,4 +313,9 @@ insert into FileHash(md5sum, filename, pluginName, addedDate, status) values ('3
insert into FileHash(md5sum, filename, pluginName, addedDate, status) values ('40d484fa1ed493d68127fe95dc624410','JSLintNppA.dll','','2011-04-03','ok');
insert into FileHash(md5sum, filename, pluginName, addedDate, status) values ('a86ed444a2bb156f763be87b33a115c4','PythonScript.dll','','2011-04-03','ok');
insert into FileHash(md5sum, filename, pluginName, addedDate, status) values ('0d9e0f7909a8e31c21a390ee7b25f017','nppColdFusion.dll','','2011-04-03','ok');
insert into FileHash(md5sum, filename, pluginName, addedDate, status) values ('EE006A4B4E1BEE7F962E59D773CF82AC','nppColdFusion.dll','','2011-04-05','ok');
insert into FileHash(md5sum, filename, pluginName, addedDate, status) values ('B2232D645FAD62FD49D7D3EFCB7B5FB4','sqlite3.dll','','2011-04-05','ok');
insert into FileHash(md5sum, filename, pluginName, addedDate, status) values ('65664479747F0A9048C7921F63D6AAAD','nppColdFusion.dll','','2011-07-10','ok');
insert into FileHash(md5sum, filename, pluginName, addedDate, status) values ('2D4153ACD2E7EAE7C5AA398597C626AD','nppColdFusion.dll','','2011-07-27','ok');

commit;
41 changes: 38 additions & 3 deletions plugins.xml
Original file line number Diff line number Diff line change
Expand Up @@ -133,17 +133,23 @@
</install>
</plugin>
<plugin name="ColdFusion Lexer">
<unicodeVersion>0.6.0</unicodeVersion>
<unicodeVersion>0.7.1</unicodeVersion>
<author>bbluemel</author>
<description>Syntax highlighting, Call tips (Notepad++ 5.8.4 required) and autocomplete for the ColdFusion language</description>
<dependencies>
<plugin name="SQLite"/>
</dependencies>
<versions>
<version number="0.7.1" md5="2D4153ACD2E7EAE7C5AA398597C626AD" />
<version number="0.7" md5="65664479747F0A9048C7921F63D6AAAD" />
<version number="0.6.2" md5="EE006A4B4E1BEE7F962E59D773CF82AC" />
<version number="0.6.0" md5="0D9E0F7909A8E31C21A390EE7B25F017" />
<version number="0.5.3" md5="63e009627d1c07c2064db276c3a22bd3" />
</versions>
<install>
<download>http://www.nppcf.com/files/nppColdFusion-0.6.0beta.zip</download>
<download>http://www.nppcf.com/files/nppColdFusion-0.7.1.zip</download>
<copy from="nppColdFusion.dll" to="$PLUGINDIR$" validate="true"/>
<copy from="nppColdFusion.db3" to="$CONFIGDIR$" />
<copy from="Config\nppColdFusion.db3" to="$CONFIGDIR$" />
<copy from="Config\nppColdFusion.xml" to="$CONFIGDIR$" />
</install>
</plugin>
Expand Down Expand Up @@ -618,6 +624,22 @@
</unicode>
</install>
</plugin>
<plugin name="Notepad#">
<unicodeVersion>0.9.4</unicodeVersion>
<description>General plugin (proper new line handling, comments, indenting etc)\n\n
Implemented so far:\n\n- Proper new line inside DocBock for C, C++, Javascript, PHP\n- Proper new line for # comment in Ruby\n- Indent after opening curly brace for C-like languages\n and proper indenting for closing curly brace\n- Delete current line keeping the column\n- Undo closed tab\n
- Switching tabs with ALT + LEFT/RIGHT\n- Wrap selection with Open/Close tag\n- Url encode/decode selection\n- Autoclose embeded script tags for ruby and php (&lt;% | &lt;?)\n- Column ruler\n- Indent after opened tag - XML and HTML\n- End last opened tag</description>
<author>jvdanilo</author>
<homepage>https://github.com/jvdanilo/NotepadSharp</homepage>
<sourceUrl>https://github.com/jvdanilo/NotepadSharp</sourceUrl>
<versions>
<version number="0.9.4" md5="e6fbbc39a2001492ee890464f1a672e7" />
</versions>
<install>
<download>http://github.com/downloads/jvdanilo/NotepadSharp/NotepadSharp.zip</download>
<copy from="NotepadSharp.dll" to="$PLUGINDIR$" validate="true" />
</install>
</plugin>
<plugin name="MIME Tools">
<unicodeVersion>1.5</unicodeVersion>
<ansiVersion>1.5</ansiVersion>
Expand Down Expand Up @@ -1467,6 +1489,19 @@
<copy from="SpellChecker.dll" to="$PLUGINDIR$" validate="true"/>
</install>
</plugin>

<plugin name="SQLite">
<author>sqlite.org</author>
<description>SQLite 3.7.7.1</description>
<versions>
<version number="3.7.7.1" />
</versions>
<install>
<download>http://sqlite.org/sqlite-dll-win32-x86-3070701.zip</download>
<copy from="sqlite3.dll" to="$NPPDIR$" validate="true"/>
</install>
</plugin>

<plugin name="Squiggly Spell">
<!-- Disabled until errors repaired <unicodeVersion>0.0.1</unicodeVersion> --> <description>Spellchecker tbat underlines misspelled words as you type. Requires Aspell to be installed (http://aspell.net/win32).</description>
<sourceUrl>http://sourceforge.net/projects/squiggly/develop</sourceUrl>
Expand Down