File tree Expand file tree Collapse file tree
Visual Studio Project Template C#/PluginInfrastructure Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -202,7 +202,6 @@ public Cells(char[] charactersAndStyles)
202202 {
203203 this . charactersAndStyles = charactersAndStyles ;
204204 }
205-
206205 public char [ ] Value { get { return charactersAndStyles ; } }
207206 }
208207
@@ -230,11 +229,8 @@ struct Sci_TextRange
230229 public CharacterRange chrg ;
231230 public IntPtr lpstrText ;
232231 }
233-
234232 public IntPtr NativePointer { get { _initNativeStruct ( ) ; return _ptrSciTextRange ; } }
235-
236233 public string lpstrText { get { _readNativeStruct ( ) ; return Marshal . PtrToStringAnsi ( _sciTextRange . lpstrText ) ; } }
237-
238234 public CharacterRange chrg { get { _readNativeStruct ( ) ; return _sciTextRange . chrg ; } set { _sciTextRange . chrg = value ; _initNativeStruct ( ) ; } }
239235
240236 void _initNativeStruct ( )
You can’t perform that action at this time.
0 commit comments