richmemo: * added tabstops support for the RichMemo and Win32Implementation

* added initialization to factory unit to prevent a warning on package compilation 
* clean up uses for richedit helpers
* code cleanup (removing empty lines)

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@4040 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
skalogryz
2015-03-16 17:41:08 +00:00
parent d1a80fc98f
commit 3f1fc5e502
6 changed files with 171 additions and 31 deletions

View File

@ -22,8 +22,7 @@ interface
{$IFDEF FPC_FULLVERSION >= 20600}
uses
SysUtils, StrUtils, Graphics,
RichMemo;
SysUtils, Graphics, RichMemo;
type
TRichEditFromRichMemo = class(TObject);