Changeset 32951 for lang/csharp/soyText
- Timestamp:
- 04/30/09 00:05:25 (4 years ago)
- Location:
- lang/csharp/soyText/soyText
- Files:
-
- 1 added
- 10 modified
-
AttributeCondition.cs (added)
-
Form1.Designer.cs (modified) (1 diff)
-
Form1.cs (modified) (2 diffs)
-
Form1.resx (modified) (1 diff)
-
bin/Debug/soyText.application (modified) (1 diff)
-
bin/Debug/soyText.exe (modified) (previous)
-
bin/Debug/soyText.exe.manifest (modified) (1 diff)
-
bin/Debug/soyText.pdb (modified) (previous)
-
bin/Debug/soyText.vshost.application (modified) (1 diff)
-
soyText.csproj (modified) (1 diff)
-
soyText.suo (modified) (previous)
Legend:
- Unmodified
- Added
- Removed
-
lang/csharp/soyText/soyText/Form1.Designer.cs
r32760 r32951 321 321 this.Text = "soyText"; 322 322 this.Load += new System.EventHandler(this.Form1_Load); 323 this.Activated += new System.EventHandler(this.Form1_Activated); 323 324 this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.Form1_FormClosed); 324 325 this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.Form1_KeyDown); -
lang/csharp/soyText/soyText/Form1.cs
r32912 r32951 129 129 content.Text = newDoc.content; 130 130 curDoc = newDoc; 131 curDocLastUpdate = curDoc.lastUpdate; 131 132 //command.Text = newDoc.lastUpdate+""; 132 133 if (command.Text != "") … … 310 311 content.Focus(); 311 312 } 313 long curDocLastUpdate; 314 private void Form1_Activated(object sender, EventArgs e) 315 { 316 if (curDoc == null) return; 317 if (curDoc.lastUpdate != curDocLastUpdate) 318 { 319 content.Text = curDoc.content; 320 curDocLastUpdate = curDoc.lastUpdate; 321 } 322 323 } 312 324 } 313 325 } -
lang/csharp/soyText/soyText/Form1.resx
r32279 r32951 121 121 <value>101, 17</value> 122 122 </metadata> 123 <metadata name="statusStrip1.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"> 124 <value>101, 17</value> 125 </metadata> 123 126 <metadata name="timer1.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"> 124 127 <value>17, 17</value> -
lang/csharp/soyText/soyText/bin/Debug/soyText.application
r32931 r32951 12 12 </dsig:Transforms> 13 13 <dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha1" /> 14 <dsig:DigestValue> 2EG4UbAPQDHUcb76xKpae9BDgko=</dsig:DigestValue>14 <dsig:DigestValue>kScJY88ajyyzhUAngP03vLO2VK4=</dsig:DigestValue> 15 15 </hash> 16 16 </dependentAssembly> -
lang/csharp/soyText/soyText/bin/Debug/soyText.exe.manifest
r32931 r32951 60 60 </dsig:Transforms> 61 61 <dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha1" /> 62 <dsig:DigestValue> 8YO5HUmCdq362mT4dFdBHaM4d8g=</dsig:DigestValue>62 <dsig:DigestValue>HZZvKg61Th1YXtBxMhE/DeWODRk=</dsig:DigestValue> 63 63 </hash> 64 64 </dependentAssembly> -
lang/csharp/soyText/soyText/bin/Debug/soyText.vshost.application
r32912 r32951 12 12 </dsig:Transforms> 13 13 <dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha1" /> 14 <dsig:DigestValue> b4VFJRybu2kjnO+ggm9SDfFqbuo=</dsig:DigestValue>14 <dsig:DigestValue>kScJY88ajyyzhUAngP03vLO2VK4=</dsig:DigestValue> 15 15 </hash> 16 16 </dependentAssembly> -
lang/csharp/soyText/soyText/soyText.csproj
r32912 r32951 71 71 <ItemGroup> 72 72 <Compile Include="AndCondition.cs" /> 73 <Compile Include="AttributeCondition.cs" /> 73 74 <Compile Include="Debug.cs" /> 74 75 <Compile Include="Document.cs" />
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)