Changeset 31588 for lang/csharp/soyText

Show
Ignore:
Timestamp:
03/27/09 00:15:34 (4 years ago)
Author:
hoge1e3
Message:

ref #131 タイトルを抽出する部分だけ

Location:
lang/csharp/soyText/soyText
Files:
1 added
6 modified

Legend:

Unmodified
Added
Removed
  • lang/csharp/soyText/soyText/Form1.Designer.cs

    r31475 r31588  
    201201            //  
    202202            this.アーカイブAToolStripMenuItem.Name = "アーカイブAToolStripMenuItem"; 
    203             this.アーカイブAToolStripMenuItem.Size = new System.Drawing.Size(152, 22); 
     203            this.アーカイブAToolStripMenuItem.Size = new System.Drawing.Size(148, 22); 
    204204            this.アーカイブAToolStripMenuItem.Text = "アーカイブ(&A)"; 
    205205            this.アーカイブAToolStripMenuItem.Click += new System.EventHandler(this.アーカイブAToolStripMenuItem_Click); 
  • lang/csharp/soyText/soyText/Form1.cs

    r31517 r31588  
    154154            if (e.KeyCode.Equals(Keys.F11)) 
    155155            { 
    156                 /*var f = Mkdir.openStream("c:/bin/storage/あ/い/う.txt"); 
    157                 f.Close(); 
    158                 var f2 = Mkdir.openStream("c:/bin/storage/い.txt"); 
    159                 f2.Close();*/ 
    160156                new Thread(delegate() 
    161157                { 
    162158                    workspace.indexer.make(curDoc); 
    163159                }).Start(); 
     160            } 
     161            if (e.KeyCode.Equals(Keys.F9)) 
     162            { 
     163                Text= new ParsedDocument(curDoc).values["title"]; 
    164164            } 
    165165        } 
  • lang/csharp/soyText/soyText/Form1.resx

    r31475 r31588  
    121121    <value>101, 17</value> 
    122122  </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> 
    126123  <metadata name="timer1.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"> 
    127124    <value>17, 17</value> 
  • lang/csharp/soyText/soyText/soyText.csproj

    r31432 r31588  
    6060    <Compile Include="Indexer.cs" /> 
    6161    <Compile Include="Mkdir.cs" /> 
     62    <Compile Include="ParsedDocument.cs" /> 
    6263    <Compile Include="Program.cs" /> 
    6364    <Compile Include="Properties\AssemblyInfo.cs" />