1
0
Fork 0

arduino-0018-windows

This commit is contained in:
orange 2010-03-30 21:53:44 +02:00
parent 157fd6f1a1
commit f39fc49523
5182 changed files with 950586 additions and 0 deletions

File diff suppressed because one or more lines are too long

View file

@ -0,0 +1,157 @@
<clips name="ASP.NET"><clip name="----- Directives ----" shortcut=""></clip><clip name="Assembly" shortcut="">&lt;%@ Assembly Name="|" %&gt;</clip><clip name="Control (C#)" shortcut="">&lt;%@ Control Language="C#" %&gt;|</clip><clip name="Control (VB)" shortcut="">&lt;%@ Control Language="VB" %&gt;|</clip><clip name="Implements" shortcut="">&lt;%@ Implements Interface="|" %&gt;</clip><clip name="Import" shortcut="">&lt;%@ Import Namespace="|" %&gt;</clip><clip name="OutputCache" shortcut="">&lt;%@ OutputCache Duration="100" VaryByParam="none|" %&gt;</clip><clip name="Page (C#)" shortcut="">&lt;%@ Page Language="C#" ContentType="text/html" ResponseEncoding="iso-8859-1" %&gt;|</clip><clip name="Page (VB)" shortcut="">&lt;%@ Page Language="VB" ContentType="text/html" ResponseEncoding="iso-8859-1" %&gt;|</clip><clip name="Reference (Control)" shortcut="">&lt;%@ Reference Control="|.ascx" %&gt;</clip><clip name="Reference (Page)" shortcut="">&lt;%@ Reference Page="|.aspx" %&gt;</clip><clip name="Register" shortcut="">&lt;%@ Register TagPrefix="|" TagName="" Src="" %&gt;</clip><clip name="----- Web Controls ----" shortcut=""></clip><clip name="AdRotator" shortcut="">&lt;asp:AdRotator id="AdRotator1"
AdvertisementFile="|.xml"
runat="server"/&gt;</clip><clip name="Button" shortcut="">&lt;asp:Button id="Button1"
Text="|"
OnClick=""
runat="server" /&gt;</clip><clip name="Calendar" shortcut="">&lt;asp:Calendar id="Calendar1"
runat="server"&gt;
&lt;/asp:Calendar&gt;</clip><clip name="CheckBox" shortcut="">&lt;asp:CheckBox id="CheckBox1"
Text="|"
runat="server" /&gt;</clip><clip name="CheckBoxList" shortcut="">&lt;asp:CheckBoxList id="CheckBoxList1"
DataSource='&lt;%# | %&gt;'
DataTextField=""
DataValueField=""
runat="server"&gt;
&lt;asp:ListItem Value="" Selected=""&gt;&lt;/asp:ListItem&gt;
&lt;/asp:CheckBoxList&gt;</clip><clip name="DataGrid" shortcut="">&lt;asp:DataGrid id="DataGrid1"
DataSource='&lt;%# | %&gt;'
runat="server"&gt;
&lt;/asp:DataGrid&gt;</clip><clip name="DataList" shortcut="">&lt;asp:DataList id="DataList1"
DataKeyField=""
DataSource='&lt;%# | %&gt;'
runat="server"&gt;
&lt;/asp:DataList&gt;</clip><clip name="DropDownList" shortcut="">&lt;asp:DropDownList id="DropDownList1"
DataSource='&lt;%# | %&gt;'
DataTextField=""
DataValueField=""
runat="server"&gt;
&lt;asp:ListItem Value="" Selected=""&gt;&lt;/asp:ListItem&gt;
&lt;/asp:DropDownList&gt;</clip><clip name="HyperLink" shortcut="">&lt;asp:HyperLink id="HyperLink1"
Text="|"
ToolTip=""
NavigateUrl=""
runat="server" /&gt;</clip><clip name="Image" shortcut="">&lt;asp:Image id="Image1"
ImageUrl="|"
AlternateText=""
ImageAlign=""
runat="server" /&gt;</clip><clip name="ImageButton" shortcut="">&lt;asp:ImageButton id="ImageButton1"
ImageUrl="|"
OnClick=""
runat="server" /&gt;</clip><clip name="Label" shortcut="">&lt;asp:Label id="Label1" Text="|" runat="server" /&gt;</clip><clip name="LinkButton" shortcut="">&lt;asp:LinkButton id="LinkButton1"
Text="|"
OnClick=""
runat="server" /&gt;</clip><clip name="ListBox" shortcut="">&lt;asp:ListBox id="ListBox1"
DataSource='&lt;%# | %&gt;'
DataTextField=""
DataValueField=""
runat="server"&gt;
&lt;asp:ListItem Value="" Selected=""&gt;&lt;/asp:ListItem&gt;
&lt;/asp:ListBox&gt;</clip><clip name="Literal" shortcut="">&lt;asp:Literal id="Literal1" Text="|" runat="server" /&gt;</clip><clip name="Panel" shortcut="">&lt;asp:Panel id="Panel1" runat="server"&gt;
|
&lt;/asp:Panel&gt;</clip><clip name="PlaceHolder" shortcut="">&lt;asp:PlaceHolder id="PlaceHolder1" runat="server" /&gt;</clip><clip name="RadioButton" shortcut="">&lt;asp:RadioButton id="RadioButton1"
Checked="|"
GroupName=""
Text=""
runat="server" /&gt;</clip><clip name="RadioButtonList" shortcut="">&lt;asp:RadioButtonList id="RadioButtonList1"
DataSource='&lt;%# | %&gt;'
DataTextField=""
DataValueField=""
RepeatColumns=""
RepeatDirection=""
RepeatLayout=""
TextAlign=""
runat="server"&gt;
&lt;asp:ListItem Value="" Selected=""&gt;&lt;/asp:ListItem&gt;
&lt;/asp:RadioButtonList&gt;</clip><clip name="Repeater" shortcut="">&lt;asp:Repeater id="Repeater1"
DataSource='&lt;%# | %&gt;'
runat="server"&gt;
&lt;HeaderTemplate&gt;
&lt;/HeaderTemplate&gt;
&lt;ItemTemplate&gt;
&lt;/ItemTemplate&gt;
&lt;AlternatingItemTemplate&gt;
&lt;/AlternatingItemTemplate&gt;
&lt;SeparatorTemplate&gt;
&lt;/SeparatorTemplate&gt;
&lt;FooterTemplate&gt;
&lt;/FooterTemplate&gt;
&lt;/asp:Repeater&gt;</clip><clip name="Table" shortcut="">&lt;asp:Table id="Table1"
CellSpacing=""
CellPadding=""
GridLines=""
HorizontalAlign=""
runat="server"&gt;
&lt;asp:TableRow&gt;
&lt;asp:TableCell&gt;
|
&lt;/asp:TableCell&gt;
&lt;/asp:TableRow&gt;
&lt;/asp:Table&gt;</clip><clip name="TableCell" shortcut="">&lt;asp:TableCell id="TableCell1"
ColumnSpan=""
RowSpan=""
HorizontalAlign=""
VerticalAlign=""
Wrap=""
runat="server"&gt;
|
&lt;/asp:TableCell&gt;</clip><clip name="TableRow" shortcut="">&lt;asp:TableRow id="TableRow1"
HorizontalAlign=""
VerticalAlign=""
runat="server"&gt;
&lt;asp:TableCell&gt;
|
&lt;/asp:TableCell&gt;
&lt;/asp:TableRow&gt;</clip><clip name="TextBox" shortcut="">&lt;asp:TextBox id="TextBox1"
Columns=""
MaxLength=""
Rows=""
Text="|"
TextMode=""
Wrap=""
runat="server" /&gt;</clip><clip name="Xml" shortcut="">&lt;asp:Xml id="Xml1"
Document=""
DocumentContent=""
DocumentSource=""
Transform=""
TransformSource=""
runat="server" /&gt;</clip><clip name="----- Validation Controls -----" shortcut=""></clip><clip name="CompareValidator" shortcut="">&lt;asp:CompareValidator id="CompareValidator1"
ControlToValidate="|"
ValueToCompare=""
Type=""
Operator=""
ErrorMessage=""
runat="server"&gt;
&lt;/asp:CompareValidator&gt;</clip><clip name="CustomValidator" shortcut="">&lt;asp:CustomValidator id="CustomValidator1"
runat="server"
ControlToValidate="|"
ClientValidationFunction=""
OnServerValidate=""
ErrorMessage=""&gt;
&lt;/asp:CustomValidator&gt;</clip><clip name="RangeValidator" shortcut="">&lt;asp:RangeValidator id="RangeValidator1"
ControlToValidate="|"
MinimumValue=""
Type=""
ErrorMessage=""
runat="server"&gt;
&lt;/asp:RangeValidator&gt;</clip><clip name="RegularExpressionValidator" shortcut="">&lt;asp:RegularExpressionValidator id="RegularExpressionValidator1"
ControlToValidate="|"
ValidationExpression=""
ErrorMessage=""
runat="server"&gt;
&lt;/asp:RegularExpressionValidator&gt;</clip><clip name="RequiredFieldValidator" shortcut="">&lt;asp:RequiredFieldValidator id="RequiredFieldValidator1"
ControlToValidate="|"
InitialValue=""
ErrorMessage=""
runat="server"&gt;
&lt;/asp:RequiredFieldValidator&gt;</clip><clip name="ValidationSummary" shortcut="">&lt;asp:ValidationSummary id="ValidationSummary1"
DisplayMode="|"
EnableClientScript=""
ShowSummary=""
ShowMessageBox=""
HeaderText=""
runat="server" /&gt;</clip></clips>

View file

@ -0,0 +1,36 @@
<clips name="C#" scheme="csharp">
<clip name="class" shortcut="cl">/// &lt;summary&gt;
///
/// &lt;/summary&gt;
public class |
{
}</clip><clip name="method" shortcut="m">/// &lt;summary&gt;
///
/// &lt;/summary&gt;
public void |()
{
}</clip><clip name="property" shortcut="prop">private | x;
/// &lt;summary&gt;
/// Gets or sets
/// &lt;/summary&gt;
public type X
{
get { return this.x; }
set { this.x = value; }
}</clip><clip name="interface" shortcut="iface">public interface I|
{
}</clip><clip name="if" shortcut="if">if (|)
{
}</clip><clip name="if else" shortcut="ife">if (|)
{
}
else
{
}</clip></clips>

View file

@ -0,0 +1,89 @@
<clips name="C Standard"><clip name="----- Block -----" shortcut=""></clip><clip name="Main body" shortcut="">
void main(void)
//
{
|;
}
</clip><clip name="Function body" shortcut="">
void | (void)
//
{
;
}
</clip><clip name="return" shortcut=""> return;
|</clip><clip name="----- Control -----" shortcut=""></clip><clip name="if (short)" shortcut=""> if (|) {;}
</clip><clip name="if" shortcut=""> if (|)
{
;
}
</clip><clip name="if else (short)" shortcut=""> if (|) {;} else {;}
</clip><clip name="if else" shortcut=""> if (|)
{
;
}
else
{
;
}
</clip><clip name="if else if" shortcut=""> if (|)
{
;
}
else if ()
{
;
}
else if ()
{
;
}
else
{
;
}
</clip><clip name="switch" shortcut=""> switch (|)
{
case ():
;
break;
case ():
;
break;
case ():
;
break;
default:
;
break;
}
</clip><clip name="for (short)" shortcut=""> for(|;;) {;}
</clip><clip name="for" shortcut=""> for(|;;)
{
;
}
</clip><clip name="while (short)" shortcut=""> while(|) {;}
</clip><clip name="while" shortcut=""> while(|)
{
;
}
</clip><clip name="do while (short)" shortcut=""> do {;} while (|);
</clip><clip name="do while" shortcut=""> do
{
;
}
while (|);
</clip><clip name="break" shortcut=""> break;
|</clip><clip name="continue" shortcut=""> continue;
|</clip><clip name="----- Other -----" shortcut=""></clip><clip name="#define" shortcut="">#define |</clip><clip name="#include &quot;&quot;" shortcut="">#include "|"</clip><clip name="#include &lt;>" shortcut="">#include &lt;|&gt;</clip><clip name="Comment /**/" shortcut="">/*|*/</clip><clip name="Comment //" shortcut="">//|</clip><clip name="Comment //***" shortcut="">//***|</clip></clips>

View file

@ -0,0 +1,58 @@
<clips name="Docbook"><clip name="book" shortcut="">
&lt;?xml version="1.0"?&gt;
&lt;!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
"http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd"&gt;
&lt;book&gt;
&lt;title&gt;|&lt;/title&gt;
&lt;titleabbrev&gt;&lt;/titleabbrev&gt;
&lt;bookinfo&gt;
&lt;legalnotice&gt;
&lt;para&gt;
Copyright (c) Company. 2003-200, see &lt;ulink url="http://www.myurl.com/"&gt;www.myurl.com&lt;/ulink&gt;.
&lt;/para&gt;
&lt;/legalnotice&gt;
&lt;author&gt;
&lt;firstname&gt;Joe&lt;/firstname&gt;
&lt;surname&gt;Bloggs&lt;/surname&gt;
&lt;/author&gt;
&lt;copyright&gt;
&lt;year&gt;2003&lt;/year&gt;
&lt;year&gt;2004&lt;/year&gt;
&lt;holder&gt;Company.&lt;/holder&gt;
&lt;/copyright&gt;
&lt;/bookinfo&gt;
&lt;preface&gt;
&lt;title&gt;Introduction&lt;/title&gt;
&lt;para&gt;
Welcome to the book.
&lt;/para&gt;
&lt;/preface&gt;
</clip><clip name="part" shortcut="">
&lt;part&gt;
&lt;title&gt;|&lt;/title&gt;
&lt;partintro&gt;
&lt;para&gt;
Introduction to this part.
&lt;/para&gt;
&lt;/partintro&gt;
&lt;/part&gt;
</clip><clip name="chapter" shortcut="">
&lt;chapter&gt;
&lt;title&gt;|&lt;/title&gt;
&lt;/chapter&gt;
</clip><clip name="PN Help Topic" shortcut="">
&lt;section&gt;
&lt;?dbhh topicname="IDH_project_templates" topicid="13"?&gt;
&lt;title&gt;Creating Project Templates&lt;/title&gt;
&lt;para&gt;This documentation is still to be written, &lt;ulink url="mailto:ss@pnotepad.org?subject=documentation%20help"&gt;perhaps you can help?&lt;/ulink&gt;&lt;/para&gt;
&lt;/section&gt;
</clip><clip name="link" shortcut="">&lt;link linkend="|"&gt;&lt;/link&gt;</clip><clip name="keycombo" shortcut="">&lt;keycombo&gt;|&lt;/keycombo&gt;</clip><clip name="htmlhelp topic" shortcut="">&lt;?dbhh topicname="|" topicid="number"?&gt;</clip></clips>

View file

@ -0,0 +1,103 @@
<?xml version="1.0" encoding="utf-8"?>
<clips name="HTML Characters" decodeNames="true">
<clip name="Space">&amp;nbsp;</clip>
<clip name="&quot;">&amp;quot;</clip>
<clip name="&amp;">&amp;amp;</clip>
<clip name="&lt;">&amp;lt;</clip>
<clip name="&gt;">&amp;gt;</clip>
<clip name="©">&amp;copy;</clip>
<clip name="®">&lt;SUP&gt;&amp;reg;&lt;/SUP&gt;</clip>
<clip name="TM">&lt;FONT SIZE="-1"&gt;&lt;SUP&gt;TM&lt;/SUP&gt;&lt;/FONT&gt;</clip>
<clip name="´">&amp;acute;</clip>
<clip name="«">&amp;laquo;</clip>
<clip name="»">&amp;raquo;</clip>
<clip name="¡">&amp;iexcl;</clip>
<clip name="¿">&amp;iquest;</clip>
<clip name="À">&amp;Agrave;</clip>
<clip name="à">&amp;agrave;</clip>
<clip name="Á">&amp;Aacute;</clip>
<clip name="á">&amp;aacute;</clip>
<clip name="Â">&amp;Acirc;</clip>
<clip name="â">&amp;acirc;</clip>
<clip name="Ã">&amp;Atilde;</clip>
<clip name="ã">&amp;atilde;</clip>
<clip name="Ä">&amp;Auml;</clip>
<clip name="ä">&amp;auml;</clip>
<clip name="Å">&amp;Aring;</clip>
<clip name="å">&amp;aring;</clip>
<clip name="Æ">&amp;AElig;</clip>
<clip name="æ">&amp;aelig;</clip>
<clip name="Ç">&amp;Ccedil;</clip>
<clip name="ç">&amp;ccedil;</clip>
<clip name="Ð">&amp;ETH;</clip>
<clip name="ð">&amp;eth;</clip>
<clip name="È">&amp;Egrave;</clip>
<clip name="è">&amp;egrave;</clip>
<clip name="É">&amp;Eacute;</clip>
<clip name="é">&amp;eacute;</clip>
<clip name="Ê">&amp;Ecirc;</clip>
<clip name="ê">&amp;ecirc;</clip>
<clip name="Ë">&amp;Euml;</clip>
<clip name="ë">&amp;euml;</clip>
<clip name="Ì">&amp;Igrave;</clip>
<clip name="ì">&amp;igrave;</clip>
<clip name="Í">&amp;Iacute;</clip>
<clip name="í">&amp;iacute;</clip>
<clip name="Î">&amp;Icirc;</clip>
<clip name="î">&amp;icirc;</clip>
<clip name="Ï">&amp;Iuml;</clip>
<clip name="ï">&amp;iuml;</clip>
<clip name="Ñ">&amp;Ntilde;</clip>
<clip name="ñ">&amp;ntilde;</clip>
<clip name="Ò">&amp;Ograve;</clip>
<clip name="ò">&amp;ograve;</clip>
<clip name="Ó">&amp;Oacute;</clip>
<clip name="ó">&amp;oacute;</clip>
<clip name="Ô">&amp;Ocirc;</clip>
<clip name="ô">&amp;ocirc;</clip>
<clip name="Õ">&amp;Otilde;</clip>
<clip name="õ">&amp;otilde;</clip>
<clip name="Ö">&amp;Ouml;</clip>
<clip name="ö">&amp;ouml;</clip>
<clip name="Ø">&amp;Oslash;</clip>
<clip name="ø">&amp;oslash;</clip>
<clip name="Ù">&amp;Ugrave;</clip>
<clip name="ù">&amp;ugrave;</clip>
<clip name="Ú">&amp;Uacute;</clip>
<clip name="ú">&amp;uacute;</clip>
<clip name="Û">&amp;Ucirc;</clip>
<clip name="û">&amp;ucirc;</clip>
<clip name="Ü">&amp;Uuml;</clip>
<clip name="ü">&amp;uuml;</clip>
<clip name="Ý">&amp;Yacute;</clip>
<clip name="ý">&amp;yacute;</clip>
<clip name="ÿ">&amp;yuml;</clip>
<clip name="Þ">&amp;THORN;</clip>
<clip name="þ">&amp;thorn;</clip>
<clip name="ß">&amp;szlig;</clip>
<clip name="§">&amp;sect;</clip>
<clip name="¶">&amp;para;</clip>
<clip name="µ">&amp;micro;</clip>
<clip name="¦">&amp;brvbar;</clip>
<clip name="±">&amp;plusmn;</clip>
<clip name="·">&amp;middot;</clip>
<clip name="¨">&amp;uml;</clip>
<clip name="¸">&amp;cedil;</clip>
<clip name="ª">&amp;ordf;</clip>
<clip name="º">&amp;ordm;</clip>
<clip name="¬">&amp;not;</clip>
<clip name="­">&amp;shy;</clip>
<clip name="¯">&amp;macr;</clip>
<clip name="°">&amp;deg;</clip>
<clip name="¹">&amp;sup1;</clip>
<clip name="²">&amp;sup2;</clip>
<clip name="³">&amp;sup3;</clip>
<clip name="¼">&amp;frac14;</clip>
<clip name="½">&amp;frac12;</clip>
<clip name="¾">&amp;frac34;</clip>
<clip name="×">&amp;times;</clip>
<clip name="÷">&amp;divide;</clip>
<clip name="¢">&amp;cent;</clip>
<clip name="£">&amp;pound;</clip>
<clip name="¤">&amp;curren;</clip>
<clip name="¥">&amp;yen;</clip></clips>

View file

@ -0,0 +1,116 @@
<?xml version="1.0"?>
<clips name="Java">
<clip name="----- Block -----"><![CDATA[]]></clip>
<clip name="Main body"><![CDATA[
void main(void)
//
{
|;
}
]]></clip>
<clip name="Function body"><![CDATA[
void | (void)
//
{
;
}
]]></clip>
<clip name="return"><![CDATA[ return;
|]]></clip>
<clip name="----- Control -----"><![CDATA[]]></clip>
<clip name="if (short)"><![CDATA[ if (|) {;}
]]></clip>
<clip name="if"><![CDATA[ if (|)
{
;
}
]]></clip>
<clip name="if else (short)"><![CDATA[ if (|) {;} else {;}
]]></clip>
<clip name="if else"><![CDATA[ if (|)
{
;
}
else
{
;
}
]]></clip>
<clip name="if else if"><![CDATA[ if (|)
{
;
}
else if ()
{
;
}
else if ()
{
;
}
else
{
;
}
]]></clip>
<clip name="switch"><![CDATA[ switch (|)
{
case ():
;
break;
case ():
;
break;
case ():
;
break;
default:
;
break;
}
]]></clip>
<clip name="for (short)"><![CDATA[ for(|;;) {;}
]]></clip>
<clip name="for"><![CDATA[ for(|;;)
{
;
}
]]></clip>
<clip name="while (short)"><![CDATA[ while(|) {;}
]]></clip>
<clip name="while"><![CDATA[ while(|)
{
;
}
]]></clip>
<clip name="do while (short)"><![CDATA[ do {;} while (|);
]]></clip>
<clip name="do while"><![CDATA[ do
{
;
}
while (|);
]]></clip>
<clip name="break"><![CDATA[ break;
|]]></clip>
<clip name="continue"><![CDATA[ continue;
|]]></clip>
<clip name="----- Other -----"><![CDATA[]]></clip>
<clip name="constant"><![CDATA[final static | = ;]]></clip>
<clip name="import"><![CDATA[import "|";]]></clip>
<clip name="#include &lt;&gt;"><![CDATA[#include <|>]]></clip>
<clip name="Comment /**/"><![CDATA[/*|*/]]></clip>
<clip name="Comment //"><![CDATA[//|]]></clip>
</clips>

View file

@ -0,0 +1,56 @@
<clips name="NAnt"><clip name="Project" shortcut="">&lt;?xml version="1.0"?&gt;
&lt;project name="myproject" default="build" basedir="."&gt;
&lt;target name="build"&gt;
|
&lt;/target&gt;
&lt;/project&gt;
</clip><clip name="Target" shortcut="">&lt;target name="|"&gt;
&lt;/target&gt;
</clip><clip name="Call" shortcut="">
&lt;call target="|"/&gt;
</clip><clip name="Echo" shortcut="">
&lt;echo message="|"/&gt;
</clip><clip name="If" shortcut="">
&lt;if test="|"&gt;
&lt;/if&gt;
</clip><clip name="If Not" shortcut="">&lt;ifnot test="|"&gt;
&lt;/ifnot&gt;
</clip><clip name="Property" shortcut="">
&lt;property name="|" value="" /&gt;
</clip><clip name="Execute" shortcut="">
&lt;exec program="|" workingdir="" commandline='' /&gt;
</clip><clip name="Copy" shortcut="">
&lt;copy file="|" tofile="" /&gt;
</clip><clip name="Delete" shortcut="">
&lt;delete file="|" failonerror="false" /&gt;
</clip><clip name="Move" shortcut="">
&lt;move file="|" tofile="" /&gt;
</clip><clip name="Make Directory" shortcut="">
&lt;mkdir dir="|"/&gt;
</clip><clip name="Set Copy" shortcut="">&lt;copy todir="|"&gt;
&lt;fileset basedir="."&gt;
&lt;include name="*.*"/&gt;
&lt;/fileset&gt;
&lt;/copy&gt;
</clip><clip name="Set Delete" shortcut="">&lt;delete&gt;
&lt;fileset&gt;
&lt;include name="|"/&gt;
&lt;/fileset&gt;
&lt;/delete&gt;
</clip><clip name="Set Move" shortcut="">&lt;move todir="|"&gt;
&lt;fileset basedir="."&gt;
&lt;include name="*.*"/&gt;
&lt;/fileset&gt;
&lt;/move&gt;
</clip><clip name="Set Zip" shortcut="">&lt;zip zipfile="|"&gt;
&lt;fileset basedir="."&gt;
&lt;include name="**/*"/&gt;
&lt;/fileset&gt;
&lt;/zip&gt;
</clip><clip name="Property Exists" shortcut="">
property::exists('|')
</clip></clips>

View file

@ -0,0 +1,104 @@
<?xml version="1.0"?>
<clips name="Pascal/Delphi">
<clip name="----- Block -----"><![CDATA[]]></clip>
<clip name="Main body"><![CDATA[
begin
|;
end.
]]></clip>
<clip name="Function body"><![CDATA[
function |(param1: int):int;
var ;
begin
end;
]]></clip>
<clip name="Procedure body"><![CDATA[
Procedure |();
var ;
begin
end;
]]></clip>
<clip name="exit proc/function"><![CDATA[ exit;
|]]></clip>
<clip name="exit program"><![CDATA[ halt(0);
|]]></clip>
<clip name="----- Control -----"><![CDATA[]]></clip>
<clip name="if (short)"><![CDATA[ if (|) then ;
]]></clip>
<clip name="if"><![CDATA[ if (|) then
begin
;
end;
]]></clip>
<clip name="if else"><![CDATA[ if (|) then
begin
;
end
else begin
;
end;
]]></clip>
<clip name="if else if"><![CDATA[ if (|) then
begin
;
end
else begin
;
end
else begin
end;
]]></clip>
<clip name="case (switch)"><![CDATA[ case (|) of
:
begin
end;
:
begin
end;
:
begin
end;
else
begin
end;
end;
]]></clip>
<clip name="for"><![CDATA[ for | to do
begin
;
end;
]]></clip>
<clip name="repeat"><![CDATA[ repeat
;
until |;
]]></clip>
<clip name="do while"><![CDATA[ while (|) do
begin
;
end;
]]></clip>
<clip name="----- Other -----"><![CDATA[]]></clip>
<clip name="constant"><![CDATA[const | = ;]]></clip>
<clip name="variable section"><![CDATA[var | = ;]]></clip>
<clip name="variable assign"><![CDATA[ |:=; ]]></clip>
<clip name="use library"><![CDATA[uses "|";]]></clip>
<clip name="Comment "><![CDATA[{|}]]></clip>
<clip name="Comment //"><![CDATA[//|]]></clip>
</clips>

View file

@ -0,0 +1,52 @@
<clips name="PHP Control"><clip name="Open/Close PHP Tags" shortcut="">
&lt;?php
|
?&gt;
</clip><clip name="For Loop" shortcut="">
for ( $i = 0; $i &lt;= |; $i++ ) {
}
</clip><clip name="Foreach Loop (array)" shortcut="">
foreach ( $array as $value ) {
|
}
</clip><clip name="Foreach Loop (hash)" shortcut="">
foreach ( $array as $key =&gt; $value ) {
|
}
</clip><clip name="While Loop" shortcut="">
while ( | ) {
}
</clip><clip name="Do...While Loop" shortcut="">
do {
|
} while ( expr );
</clip><clip name="If..Else If Loop" shortcut="">
if ( | ) {
}
else if ( expr ) {
}
else {
}
</clip><clip name="Switch (Case)" shortcut="">
switch ($i) {
case |:
break;
case value:
break;
default:
}
</clip><clip name="Require" shortcut="">
require( '|' );
</clip><clip name="Include" shortcut="">
include( '|' );
</clip></clips>

View file

@ -0,0 +1,162 @@
<?xml version="1.0"?>
<clips name="Perl">
<clip name="----- Block -----" />
<clip name="Begin Block">BEGIN {
|;
}
</clip>
<clip name="End Block">END {
|;
}
</clip>
<clip name="Function"><![CDATA[
sub |($Par1, $Par2)
{
my($Par1,$Par2)=($_[0],$_[1]);
return 0;
}
]]></clip>
<clip name="----- Control -----" />
<clip name="if"><![CDATA[
if (|)
{
;
}
]]></clip>
<clip name="if else"><![CDATA[
if(|)
{
}
else
{
}
]]></clip>
<clip name="if else if"><![CDATA[
if(|)
{
}
elsif
{
}
else
{
}
]]></clip>
<clip name="unless">unless (|) {
}
</clip>
<clip name="switch">SWITCH: {
if (|) {
last SWITCH; }
if () {
last SWITCH; }
if () {
last SWITCH; }
}
</clip>
<clip name="for">for(|;;) {
}
</clip>
<clip name="foreach">foreach $x (|) {
}
</clip>
<clip name="while">while(|) {
}
</clip>
<clip name="do while">do {
} while ();
</clip>
<clip name="do until">do {
} until ();
</clip>
<clip name="until">until(|) {
}
</clip>
<clip name="----- Files and Directories -----" />
<clip name="Open File for reading">open(FILEREAD, "|/path/to/file")|| die "cannot open: $!";
</clip>
<clip name="Open File for writing (clobber)">open(FILEWRITE, "&gt;|/path/to/file")|| die "cannot open: $!";
</clip>
<clip name="Open File for writing (append)">open(FILEAPPEND, "&gt;&gt;|/path/to/file")|| die "cannot open: $!";
</clip>
<clip name="File Stats">($dev,$ino,$mode,$nlink,$uid,$gid,$rdev,
$size,$atime,$mtime,$ctime,$blksize,$blocks) = stat ("|/path/to/file");
</clip>
<clip name="----- Other -----" />
<clip name="use">use |;</clip>
<clip name="Shebang">#!/usr/bin/perl
|
</clip>
<clip name="Shebang (warnings)">#!/usr/bin/perl -w
|
</clip>
<clip name="POD Documentaion">=head1 NAME
|#TODO Insert name of script
=head1 SYNOPSIS
#TODO Overview of script
=head1 DESCRIPTION
#TODO Write detailed description of script
=head1 AUTHOR
#TODO Insert author name
=head1 REVISION HISTORY
=cut
</clip>
<clip name="print error statement"><![CDATA[&print("ERROR=".$@."\n");]]></clip>
<clip name="call function"><![CDATA[&funcName($Var1,$Var2);]></clip>
<clip name="declare and assign variable"><![CDATA[$VarName="";]]></clip>
<clip name="declare array"><![CDATA[@MyArr=();]]></clip>
<clip name="Access n-element in array"><![CDATA[$MyArr[n]=0;]]></clip>
<clip name="Comment "><![CDATA[#|]]></clip>
<clip name="Concatenate 'string' and var "><![CDATA["stringtoconcatenate".$Var]]></clip>
<clip name="Compare 2 substrings of length n"><![CDATA[substr($S1,0,$n) eq substr($S2,0,$n)]]></clip>
</clips>

View file

@ -0,0 +1,18 @@
<clips name="Python" scheme="python">
<clip name="class" shortcut="cl">class |:</clip><clip name="method" shortcut="m">def |():</clip><clip name="xrange" shortcut="xr">for x in xrange(|):</clip><clip name="PyPN Script File" shortcut="pnscriptfile">###############################################################################
## Script description
## By: your name here
import pn
import scintilla
from pypn.decorators import script
@script()
def |():
""" What this does """
pass</clip><clip name="PyPN Script Method" shortcut="pnscript">@script()
def |():
""" What this does """
pass</clip><clip name="PyPN Editor" shortcut="pneditor">editor = scintilla.Scintilla(pn.CurrentDoc())</clip><clip name="PyPN Undo Block" shortcut="undoblock">editor.BeginUndoAction()
|
editor.EndUndoAction()</clip><clip name="PyPN Selected Text" shortcut="pnsel">editor.GetText(editor.SelectionStart, editor.SelectionEnd)</clip></clips>

View file

@ -0,0 +1,61 @@
<?xml version="1.0"?>
<clips name="VBNet">
<clip name="----- Block -----"><![CDATA[]]></clip>
<clip name="Main body"><![CDATA[
Imports System
Class |
Shared Sub main()
System.Console.WriteLine("HI!")
System.Console.ReadLine()
End Sub
End Class
]]></clip>
<clip name="Function body"><![CDATA[
function | (ByVal Par1 as int16, ByVal Par2 as String) As Int16
return 0
end function
]]></clip>
<clip name="Procedure body"><![CDATA[ sub |()
end sub
]]></clip>
<clip name="return"><![CDATA[ return
|]]></clip>
<clip name="----- Control -----"><![CDATA[]]></clip>
<clip name="if (short)"><![CDATA[ if (|) then
]]></clip>
<clip name="if"><![CDATA[ if (|) then
end if
]]></clip>
<clip name="if else"><![CDATA[ if (|) then
else
end if
]]></clip>
<clip name="if else if"><![CDATA[ if |
else if
else
end if
]]></clip>
<clip name="for"><![CDATA[ Dim i=0: For i = | To Step 1
Next
]]></clip>
<clip name="----- Other -----"><![CDATA[]]></clip>
<clip name="imports"><![CDATA[imports |]]></clip>
<clip name="Var declaration "><![CDATA[ Dim | as new Object() ]]></clip>
<clip name="Array declaration (size=n) "><![CDATA[ Dim MyArr(n-1) of Object]]></clip>
<clip name="Comment "><![CDATA['|]]></clip>
</clips>

View file

@ -0,0 +1,44 @@
<?xml version="1.0"?>
<clips name="WinAVR">
<clip name="Application"><![CDATA[
#include <avr/io.h>
static void avr_init(void);
int main(void)
{
avr_init();
for(;;)
{
// Tasks here.
}
return(0);
}
static void avr_init(void)
{
// Initialize device here.
|
return;
}
]]>
</clip>
<clip name="Function"><![CDATA[
void |(void)
{
}
]]>
</clip>
</clips>

View file

@ -0,0 +1,23 @@
<clips name="XHTML Tags"><clip name="------ DOCTYPEs ------" shortcut=""></clip><clip name="XHTML 1.0 transitional" shortcut="">&lt;!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"&gt;|</clip><clip name="XHTML 1.0 strict" shortcut="">&lt;!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"&gt;|</clip><clip name="XHTML 1.1" shortcut="">&lt;!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"&gt;|</clip><clip name="------ Tags ------" shortcut=""></clip><clip name="a" shortcut="">&lt;a href="|" target=""&gt;&lt;/a&gt;</clip><clip name="area" shortcut="">&lt;area shape="" coords="" href="|" alt="" /&gt;</clip><clip name="abbr" shortcut="">&lt;abbr&gt;|&lt;/abbr&gt;</clip><clip name="acronym" shortcut="">&lt;acronym&gt;|&lt;/acronym&gt;</clip><clip name="address" shortcut="">&lt;address&gt;|&lt;/address&gt;</clip><clip name="base" shortcut="">&lt;base href="|" /&gt;</clip><clip name="bdo" shortcut="">&lt;bdo dir="ltr"&gt;|&lt;/bdo&gt;</clip><clip name="blockquote" shortcut="">&lt;blockquote&gt;|&lt;/blockquote&gt;</clip><clip name="body" shortcut="">&lt;body&gt;
|
&lt;/body&gt;</clip><clip name="br" shortcut="">&lt;br /&gt;|</clip><clip name="button" shortcut="">&lt;button onclick="|" /&gt;</clip><clip name="caption" shortcut="">&lt;caption&gt;|&lt;/caption&gt;</clip><clip name="cite" shortcut="">&lt;cite title=""&gt;|&lt;/cite&gt;</clip><clip name="code" shortcut="">&lt;code&gt;|&lt;/code&gt;</clip><clip name="col" shortcut="">&lt;col /&gt;</clip><clip name="colgroup" shortcut="">&lt;colgroup&gt;|&lt;/colgroup&gt;</clip><clip name="del" shortcut="">&lt;del&gt;|&lt;/del&gt;</clip><clip name="dd" shortcut="">&lt;dd&gt;|&lt;/dd&gt;</clip><clip name="dfn" shortcut="">&lt;dfn&gt;|&lt;/dfn&gt;</clip><clip name="div" shortcut="">&lt;div&gt;|&lt;/div&gt;</clip><clip name="dl" shortcut="">&lt;dl&gt;|&lt;/dl&gt;</clip><clip name="dt" shortcut="">&lt;dt&gt;|&lt;/dt&gt;</clip><clip name="em" shortcut="">&lt;em&gt;|&lt;/em&gt;</clip><clip name="form" shortcut="">&lt;form action="|" method="post"&gt;&lt;/form&gt;</clip><clip name="fieldset" shortcut="">&lt;fieldset&gt;|&lt;/fieldset&gt;</clip><clip name="h1" shortcut="">&lt;h1&gt;|&lt;/h1&gt;</clip><clip name="h2" shortcut="">&lt;h2&gt;|&lt;/h2&gt;</clip><clip name="h3" shortcut="">&lt;h3&gt;|&lt;/h3&gt;</clip><clip name="h4" shortcut="">&lt;h4&gt;|&lt;/h4&gt;</clip><clip name="h5" shortcut="">&lt;h5&gt;|&lt;/h5&gt;</clip><clip name="h6" shortcut="">&lt;h6&gt;|&lt;/h6&gt;</clip><clip name="head" shortcut="">&lt;head&gt;
|
&lt;/head&gt;</clip><clip name="html" shortcut="">&lt;html&gt;
|
&lt;/html&gt;</clip><clip name="html (strict)" shortcut="">&lt;html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"&gt;
|
&lt;/html&gt;</clip><clip name="hr" shortcut="">&lt;hr /&gt;</clip><clip name="input (button)" shortcut="">&lt;input type="button" name="|" /&gt;</clip><clip name="input (checkbox)" shortcut="">&lt;input type="checkbox" name="|" /&gt;</clip><clip name="input (file)" shortcut="">&lt;input type="file" name="|" /&gt;</clip><clip name="input (hidden)" shortcut="">&lt;input type="hidden" name="|" /&gt;</clip><clip name="input (image)" shortcut="">&lt;input type="image" name="|" /&gt;</clip><clip name="input (password)" shortcut="">&lt;input type="password" name="|" /&gt;</clip><clip name="input (radio)" shortcut="">&lt;input type="radio" name="|" /&gt;</clip><clip name="input (reset)" shortcut="">&lt;input type="reset" name="|" /&gt;</clip><clip name="input (submit)" shortcut="">&lt;input type="submit" name="|" /&gt;</clip><clip name="input (text)" shortcut="">&lt;input type="text" name="|" /&gt;</clip><clip name="img" shortcut="">&lt;img src="|" width="" height="" title="" alt="" /&gt;</clip><clip name="ins" shortcut="">&lt;ins&gt;|&lt;/ins&gt;</clip><clip name="kbd" shortcut="">&lt;kbd&gt;|&lt;/kbd&gt;</clip><clip name="label" shortcut="">&lt;label&gt;|&lt;/label&gt;</clip><clip name="legend" shortcut="">&lt;legend&gt;|&lt;/legend&gt;</clip><clip name="li" shortcut="">&lt;li&gt;|&lt;/li&gt;</clip><clip name="link" shortcut="">&lt;link href="|" rel="" type="" title="" /&gt;</clip><clip name="link (stylesheet)" shortcut="">&lt;link rel="stylesheet" type="text/css" media="screen" href="|" /&gt;</clip><clip name="map" shortcut="">&lt;map name="" id="|"&gt;&lt;/map&gt;</clip><clip name="meta" shortcut="">&lt;meta name="|" content="" /&gt;</clip><clip name="meta (charset=iso-8859-1)" shortcut="">&lt;meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /&gt;</clip><clip name="meta (charset=utf-8)" shortcut="">&lt;meta http-equiv="Content-Type" content="text/html; charset=utf-8" /&gt;</clip><clip name="noscript" shortcut="">&lt;noscript&gt;|&lt;/noscript&gt;</clip><clip name="object" shortcut="">&lt;object classid="|"&gt;&lt;/object&gt;</clip><clip name="ol" shortcut="">&lt;ol&gt;|&lt;/ol&gt;</clip><clip name="optgroup" shortcut="">&lt;optgroup&gt;|&lt;/optgroup&gt;</clip><clip name="option" shortcut="">&lt;option&gt;|&lt;/option&gt;</clip><clip name="p" shortcut="">&lt;p&gt;|&lt;/p&gt;</clip><clip name="param" shortcut="">&lt;param name="" value=""&gt;|&lt;/param&gt;</clip><clip name="pre" shortcut="">&lt;pre&gt;|&lt;/pre&gt;</clip><clip name="q" shortcut="">&lt;q&gt;|&lt;/q&gt;</clip><clip name="samp" shortcut="">&lt;samp&gt;|&lt;/samp&gt;</clip><clip name="script" shortcut="">&lt;script type="text/javascript"&gt;
&lt;!--
|
//--&gt;
&lt;/script&gt;</clip><clip name="script src=" shortcut="">&lt;script type="text/javascript" src="|"&gt;&lt;/script&gt;</clip><clip name="select" shortcut="">&lt;select name=""&gt;
|
&lt;/select&gt;</clip><clip name="span" shortcut="">&lt;span&gt;|&lt;/span&gt;</clip><clip name="strong" shortcut="">&lt;strong&gt;|&lt;/strong&gt;</clip><clip name="style" shortcut="">&lt;style type="text/css"&gt;
&lt;!--
|
//--&gt;
&lt;/style&gt;</clip><clip name="style @import" shortcut="">&lt;style type="text/css"&gt;
&lt;!--
@import "|";
//--&gt;
&lt;/style&gt;</clip><clip name="table" shortcut="">&lt;table&gt;|&lt;/table&gt;</clip><clip name="tbody" shortcut="">&lt;tbody&gt;|&lt;/tbody&gt;</clip><clip name="td" shortcut="">&lt;td&gt;|&lt;/td&gt;</clip><clip name="textarea" shortcut="">&lt;textarea name="" rows="" cols=""&gt;|&lt;/textarea&gt;</clip><clip name="tfoot" shortcut="">&lt;tfoot&gt;|&lt;/tfoot&gt;</clip><clip name="th" shortcut="">&lt;th&gt;|&lt;/th&gt;</clip><clip name="thead" shortcut="">&lt;thead&gt;|&lt;/thead&gt;</clip><clip name="tr" shortcut="">&lt;tr&gt;|&lt;/tr&gt;</clip><clip name="title" shortcut="">&lt;title&gt;|&lt;/title&gt;</clip><clip name="tt" shortcut="">&lt;tt&gt;|&lt;/tt&gt;</clip><clip name="ul" shortcut="">&lt;ul&gt;|&lt;/ul&gt;</clip></clips>

View file

@ -0,0 +1 @@
<clips name="XML" scheme="xml"><clip name="File Header" shortcut="file">&lt;?xml version="1.0" encoding="utf-8"?&gt;</clip><clip name="Comment" shortcut="co">&lt;!--|--&gt;</clip></clips>