You've already forked lazarus-ccr
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:
@ -22,8 +22,7 @@ interface
|
||||
|
||||
{$IFDEF FPC_FULLVERSION >= 20600}
|
||||
uses
|
||||
SysUtils, StrUtils, Graphics,
|
||||
RichMemo;
|
||||
SysUtils, Graphics, RichMemo;
|
||||
|
||||
type
|
||||
TRichEditFromRichMemo = class(TObject);
|
||||
|
Reference in New Issue
Block a user