Changeset 33285
- Timestamp:
- 05/13/09 21:55:22 (4 years ago)
- Location:
- lang/csharp/soyText/soyText
- Files:
-
- 11 modified
-
EditorTab.Designer.cs (modified) (1 diff)
-
EditorTab.cs (modified) (2 diffs)
-
EditorTab.resx (modified) (1 diff)
-
Form2.Designer.cs (modified) (1 diff)
-
Form2.cs (modified) (2 diffs)
-
bin/Debug/soyText.application (modified) (1 diff)
-
bin/Debug/soyText.exe (modified) (previous)
-
bin/Debug/soyText.exe.manifest (modified) (2 diffs)
-
bin/Debug/soyText.pdb (modified) (previous)
-
bin/Debug/soyText.vshost.application (modified) (1 diff)
-
soyText.suo (modified) (previous)
Legend:
- Unmodified
- Added
- Removed
-
lang/csharp/soyText/soyText/EditorTab.Designer.cs
r33265 r33285 88 88 // 89 89 this.tableLayoutPanelTagText.ColumnCount = 1; 90 this.tableLayoutPanelTagText.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 166F));90 this.tableLayoutPanelTagText.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 311F)); 91 91 this.tableLayoutPanelTagText.Controls.Add(this.splitContainerSres); 92 92 this.tableLayoutPanelTagText.Dock = System.Windows.Forms.DockStyle.Fill; -
lang/csharp/soyText/soyText/EditorTab.cs
r33265 r33285 32 32 newDocument(); 33 33 refreshList(); 34 35 ActiveControl = command; 34 36 } 35 37 /*public String statusText … … 345 347 private void splitContainer1_SplitterMoved(object sender, SplitterEventArgs e) 346 348 { 347 if (changePrevDist) prevDist = splitContainer1.SplitterDistance; 349 if (changePrevDist) prevDist = splitContainer1.SplitterDistance; 350 else splitContainer1.SplitterDistance = prevDist; 351 } 352 public void ResizeBegin(object sender, EventArgs e) 353 { 354 changePrevDist = false; 355 } 356 public void ResizeEnd(object sender, EventArgs e) 357 { 358 changePrevDist = true; 348 359 } 349 360 350 361 public void EditorTab_Resize(object sender, EventArgs e) 351 362 { 352 changePrevDist = false;363 /* 353 364 splitContainer1.SplitterDistance = prevDist; 354 Debug.print("PD " + prevDist); 355 changePrevDist = true; 365 Debug.print("PD " + prevDist);*/ 356 366 } 357 367 -
lang/csharp/soyText/soyText/EditorTab.resx
r33265 r33285 121 121 <value>211, 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>211, 17</value>125 </metadata>126 123 <metadata name="timer1.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"> 127 124 <value>127, 17</value> -
lang/csharp/soyText/soyText/Form2.Designer.cs
r33265 r33285 178 178 this.Name = "Form2"; 179 179 this.Text = "Form2"; 180 this.ResizeBegin += new System.EventHandler(this.Form2_ResizeBegin); 180 181 this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.Form2_FormClosed); 181 182 this.Resize += new System.EventHandler(this.Form2_Resize); 183 this.ResizeEnd += new System.EventHandler(this.Form2_ResizeEnd); 182 184 this.menuStrip1.ResumeLayout(false); 183 185 this.menuStrip1.PerformLayout(); -
lang/csharp/soyText/soyText/Form2.cs
r33265 r33285 29 29 b.Text = (kw==""|| kw==null) ? "all":kw; 30 30 }; 31 31 32 tabControl1.SelectedTab = b; 32 33 b.Controls.Add(curTab); … … 116 117 } 117 118 119 private void Form2_ResizeBegin(object sender, EventArgs e) 120 { 121 curTab.ResizeBegin(sender, e); 122 } 123 124 private void Form2_ResizeEnd(object sender, EventArgs e) 125 { 126 curTab.ResizeEnd(sender, e); 127 } 128 118 129 } 119 130 } -
lang/csharp/soyText/soyText/bin/Debug/soyText.application
r33265 r33285 12 12 </dsig:Transforms> 13 13 <dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha1" /> 14 <dsig:DigestValue> QqbhxeRL3Ea8rmc5S0MnQVXL7AY=</dsig:DigestValue>14 <dsig:DigestValue>mst7Shj4wtqZ0QepMdX6ayH8t4Y=</dsig:DigestValue> 15 15 </hash> 16 16 </dependentAssembly> -
lang/csharp/soyText/soyText/bin/Debug/soyText.exe.manifest
r33265 r33285 113 113 </dependency> 114 114 <dependency> 115 <dependentAssembly dependencyType="install" allowDelayedBinding="true" codebase="soyText.exe" size="59 392">115 <dependentAssembly dependencyType="install" allowDelayedBinding="true" codebase="soyText.exe" size="59904"> 116 116 <assemblyIdentity name="soyText" version="1.0.0.0" language="neutral" processorArchitecture="msil" /> 117 117 <hash> … … 120 120 </dsig:Transforms> 121 121 <dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha1" /> 122 <dsig:DigestValue> CDfYC/Bcp9/DuU+FK6xlG9dKNlg=</dsig:DigestValue>122 <dsig:DigestValue>mw6Il12RO9hlVDvWT9dsrW7ueQ4=</dsig:DigestValue> 123 123 </hash> 124 124 </dependentAssembly> -
lang/csharp/soyText/soyText/bin/Debug/soyText.vshost.application
r33265 r33285 12 12 </dsig:Transforms> 13 13 <dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha1" /> 14 <dsig:DigestValue> QqbhxeRL3Ea8rmc5S0MnQVXL7AY=</dsig:DigestValue>14 <dsig:DigestValue>mst7Shj4wtqZ0QepMdX6ayH8t4Y=</dsig:DigestValue> 15 15 </hash> 16 16 </dependentAssembly>
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)