コード例 #1
0
 public void Init()
 {
     vimBufferStrategy = new GapVimBufferStrategy ();
     text = "TestingBufferALot of Large AND extrangeaseras \t yeahhhh \n";
     vimBufferStrategy.SetContent(text);
 }
コード例 #2
0
 public void Clean()
 {
     vimBufferStrategy = null;
     text = String.Empty;
 }
コード例 #3
0
 public void Clean()
 {
     vimBufferStrategy = null;
     text = String.Empty;
 }
コード例 #4
0
 public void Init()
 {
     vimBufferStrategy = new GapVimBufferStrategy();
     text = "TestingBufferALot of Large AND extrangeaseras \t yeahhhh \n";
     vimBufferStrategy.SetContent(text);
 }