Posted 20 years ago
by Radventure B.V
At the moment I'm caculating the actual linewidth (in number of characters) of the editor with the following code:
this.LineWidth = (this._editor.Size.Width - this._editor.IndicatorMarginWidth - this._editor.LineNumberMarginWidth) / this._editor.CharacterWidth - 5;
Which is acurate enough for now, but you guys must already also have an internal property with the linewidth in order to make the automatic line wrapping work. Could you guys make this property public in the next version?
Hope this is possible,
Erik Pepping
At the moment I'm calculating the actual line width (in number of characters) of the editor with the following code:
this.LineWidth = (this._editor.Size.Width - this._editor.IndicatorMarginWidth - this._editor.LineNumberMarginWidth) / this._editor.CharacterWidth - 5;
Which is accurate enough for now, but you guys must already also have an internal property with the line width in order to make the automatic line wrapping work. Could you guys make this property public in the next version?
Hope this is possible,
Erik Pepping
this.LineWidth = (this._editor.Size.Width - this._editor.IndicatorMarginWidth - this._editor.LineNumberMarginWidth) / this._editor.CharacterWidth - 5;
Which is acurate enough for now, but you guys must already also have an internal property with the linewidth in order to make the automatic line wrapping work. Could you guys make this property public in the next version?
Hope this is possible,
Erik Pepping
At the moment I'm calculating the actual line width (in number of characters) of the editor with the following code:
this.LineWidth = (this._editor.Size.Width - this._editor.IndicatorMarginWidth - this._editor.LineNumberMarginWidth) / this._editor.CharacterWidth - 5;
Which is accurate enough for now, but you guys must already also have an internal property with the line width in order to make the automatic line wrapping work. Could you guys make this property public in the next version?
Hope this is possible,
Erik Pepping