You've already forked lazarus-ccr
added license information, changed package version to 1.0 and a small cleanup
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@856 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@@ -1,3 +1,22 @@
|
|||||||
|
{
|
||||||
|
carbonrichmemo.pas
|
||||||
|
|
||||||
|
Author: Dmitry 'skalogryz' Boyarintsev
|
||||||
|
|
||||||
|
*****************************************************************************
|
||||||
|
* *
|
||||||
|
* This file is part of the Lazarus Component Library (LCL) *
|
||||||
|
* *
|
||||||
|
* See the file COPYING.modifiedLGPL.txt, included in this distribution, *
|
||||||
|
* for details about the copyright. *
|
||||||
|
* *
|
||||||
|
* This program is distributed in the hope that it will be useful, *
|
||||||
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of *
|
||||||
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. *
|
||||||
|
* *
|
||||||
|
*****************************************************************************
|
||||||
|
}
|
||||||
|
|
||||||
unit CarbonRichMemo;
|
unit CarbonRichMemo;
|
||||||
|
|
||||||
{$mode objfpc}{$H+}
|
{$mode objfpc}{$H+}
|
||||||
|
@@ -1,3 +1,22 @@
|
|||||||
|
{
|
||||||
|
richmemo.pp
|
||||||
|
|
||||||
|
Author: Dmitry 'skalogryz' Boyarintsev
|
||||||
|
|
||||||
|
*****************************************************************************
|
||||||
|
* *
|
||||||
|
* This file is part of the Lazarus Component Library (LCL) *
|
||||||
|
* *
|
||||||
|
* See the file COPYING.modifiedLGPL.txt, included in this distribution, *
|
||||||
|
* for details about the copyright. *
|
||||||
|
* *
|
||||||
|
* This program is distributed in the hope that it will be useful, *
|
||||||
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of *
|
||||||
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. *
|
||||||
|
* *
|
||||||
|
*****************************************************************************
|
||||||
|
}
|
||||||
|
|
||||||
unit RichMemo;
|
unit RichMemo;
|
||||||
|
|
||||||
{$mode objfpc}{$H+}
|
{$mode objfpc}{$H+}
|
||||||
|
@@ -12,13 +12,16 @@
|
|||||||
<UnitOutputDirectory Value="lib\$(TargetCPU)-$(TargetOS)"/>
|
<UnitOutputDirectory Value="lib\$(TargetCPU)-$(TargetOS)"/>
|
||||||
</SearchPaths>
|
</SearchPaths>
|
||||||
<Other>
|
<Other>
|
||||||
|
<CompilerMessages>
|
||||||
|
<IgnoredMessages idx4055="True" idx5024="True" idx5057="True" idx5060="True"/>
|
||||||
|
</CompilerMessages>
|
||||||
<CompilerPath Value="$(CompPath)"/>
|
<CompilerPath Value="$(CompPath)"/>
|
||||||
</Other>
|
</Other>
|
||||||
</CompilerOptions>
|
</CompilerOptions>
|
||||||
<Description Value="RichMemo control. Implements cross-platfrom RichEdit control.
|
<Description Value="RichMemo control. Implements cross-platfrom RichEdit control.
|
||||||
"/>
|
"/>
|
||||||
<License Value="LGPL"/>
|
<License Value="LGPL"/>
|
||||||
<Version Minor="8"/>
|
<Version Major="1"/>
|
||||||
<Files Count="8">
|
<Files Count="8">
|
||||||
<Item1>
|
<Item1>
|
||||||
<Filename Value="wsrichmemo.pas"/>
|
<Filename Value="wsrichmemo.pas"/>
|
||||||
@@ -51,7 +54,7 @@
|
|||||||
<Item7>
|
<Item7>
|
||||||
<Filename Value="carbon\carbonrichmemo.pas"/>
|
<Filename Value="carbon\carbonrichmemo.pas"/>
|
||||||
<AddToUsesPkgSection Value="False"/>
|
<AddToUsesPkgSection Value="False"/>
|
||||||
<UnitName Value="carbonrichmemo"/>
|
<UnitName Value="CarbonRichMemo"/>
|
||||||
</Item7>
|
</Item7>
|
||||||
<Item8>
|
<Item8>
|
||||||
<Filename Value="richmemo.pas"/>
|
<Filename Value="richmemo.pas"/>
|
||||||
|
@@ -6,7 +6,7 @@
|
|||||||
<MainUnit Value="0"/>
|
<MainUnit Value="0"/>
|
||||||
<TargetFileExt Value=""/>
|
<TargetFileExt Value=""/>
|
||||||
<UseXPManifest Value="True"/>
|
<UseXPManifest Value="True"/>
|
||||||
<ActiveEditorIndexAtStart Value="2"/>
|
<ActiveEditorIndexAtStart Value="1"/>
|
||||||
</General>
|
</General>
|
||||||
<VersionInfo>
|
<VersionInfo>
|
||||||
<ProjectVersion Value=""/>
|
<ProjectVersion Value=""/>
|
||||||
@@ -32,16 +32,14 @@
|
|||||||
<PackageName Value="LCL"/>
|
<PackageName Value="LCL"/>
|
||||||
</Item2>
|
</Item2>
|
||||||
</RequiredPackages>
|
</RequiredPackages>
|
||||||
<Units Count="45">
|
<Units Count="47">
|
||||||
<Unit0>
|
<Unit0>
|
||||||
<Filename Value="project1.lpr"/>
|
<Filename Value="project1.lpr"/>
|
||||||
<IsPartOfProject Value="True"/>
|
<IsPartOfProject Value="True"/>
|
||||||
<UnitName Value="project1"/>
|
<UnitName Value="project1"/>
|
||||||
<CursorPos X="12" Y="6"/>
|
<CursorPos X="12" Y="6"/>
|
||||||
<TopLine Value="3"/>
|
<TopLine Value="6"/>
|
||||||
<EditorIndex Value="3"/>
|
|
||||||
<UsageCount Value="61"/>
|
<UsageCount Value="61"/>
|
||||||
<Loaded Value="True"/>
|
|
||||||
</Unit0>
|
</Unit0>
|
||||||
<Unit1>
|
<Unit1>
|
||||||
<Filename Value="unit1.pas"/>
|
<Filename Value="unit1.pas"/>
|
||||||
@@ -49,8 +47,8 @@
|
|||||||
<IsPartOfProject Value="True"/>
|
<IsPartOfProject Value="True"/>
|
||||||
<ResourceBaseClass Value="Form"/>
|
<ResourceBaseClass Value="Form"/>
|
||||||
<UnitName Value="Unit1"/>
|
<UnitName Value="Unit1"/>
|
||||||
<CursorPos X="21" Y="116"/>
|
<CursorPos X="1" Y="1"/>
|
||||||
<TopLine Value="103"/>
|
<TopLine Value="1"/>
|
||||||
<EditorIndex Value="0"/>
|
<EditorIndex Value="0"/>
|
||||||
<UsageCount Value="61"/>
|
<UsageCount Value="61"/>
|
||||||
<Loaded Value="True"/>
|
<Loaded Value="True"/>
|
||||||
@@ -238,30 +236,23 @@
|
|||||||
<Unit27>
|
<Unit27>
|
||||||
<Filename Value="../../richmemo.pas"/>
|
<Filename Value="../../richmemo.pas"/>
|
||||||
<UnitName Value="RichMemo"/>
|
<UnitName Value="RichMemo"/>
|
||||||
<CursorPos X="3" Y="249"/>
|
<CursorPos X="1" Y="4"/>
|
||||||
<TopLine Value="247"/>
|
<TopLine Value="1"/>
|
||||||
<EditorIndex Value="7"/>
|
|
||||||
<UsageCount Value="26"/>
|
<UsageCount Value="26"/>
|
||||||
<Loaded Value="True"/>
|
|
||||||
</Unit27>
|
</Unit27>
|
||||||
<Unit28>
|
<Unit28>
|
||||||
<Filename Value="../../wsrichmemo.pas"/>
|
<Filename Value="../../wsrichmemo.pas"/>
|
||||||
<UnitName Value="WSRichMemo"/>
|
<UnitName Value="WSRichMemo"/>
|
||||||
<CursorPos X="1" Y="36"/>
|
<CursorPos X="1" Y="2"/>
|
||||||
<TopLine Value="18"/>
|
<TopLine Value="1"/>
|
||||||
<EditorIndex Value="6"/>
|
|
||||||
<UsageCount Value="26"/>
|
<UsageCount Value="26"/>
|
||||||
<Loaded Value="True"/>
|
|
||||||
</Unit28>
|
</Unit28>
|
||||||
<Unit29>
|
<Unit29>
|
||||||
<Filename Value="../../carbon/carbonrichmemo.pas"/>
|
<Filename Value="../../carbon/carbonrichmemo.pas"/>
|
||||||
<UnitName Value="CarbonRichMemo"/>
|
<UnitName Value="CarbonRichMemo"/>
|
||||||
<CursorPos X="24" Y="222"/>
|
<CursorPos X="16" Y="2"/>
|
||||||
<TopLine Value="222"/>
|
<TopLine Value="1"/>
|
||||||
<UsageCount Value="18"/>
|
<UsageCount Value="18"/>
|
||||||
<Bookmarks Count="1">
|
|
||||||
<Item0 X="16" Y="230" ID="2"/>
|
|
||||||
</Bookmarks>
|
|
||||||
</Unit29>
|
</Unit29>
|
||||||
<Unit30>
|
<Unit30>
|
||||||
<Filename Value="../../../fpc/packages/univint/src/MacOSAll.pas"/>
|
<Filename Value="../../../fpc/packages/univint/src/MacOSAll.pas"/>
|
||||||
@@ -319,43 +310,37 @@
|
|||||||
<Unit38>
|
<Unit38>
|
||||||
<Filename Value="../../win32/win32richmemo.pas"/>
|
<Filename Value="../../win32/win32richmemo.pas"/>
|
||||||
<UnitName Value="Win32RichMemo"/>
|
<UnitName Value="Win32RichMemo"/>
|
||||||
<CursorPos X="63" Y="179"/>
|
<CursorPos X="15" Y="2"/>
|
||||||
<TopLine Value="177"/>
|
<TopLine Value="1"/>
|
||||||
<EditorIndex Value="1"/>
|
|
||||||
<UsageCount Value="16"/>
|
<UsageCount Value="16"/>
|
||||||
<Loaded Value="True"/>
|
|
||||||
</Unit38>
|
</Unit38>
|
||||||
<Unit39>
|
<Unit39>
|
||||||
<Filename Value="../../win32/win32richmemoproc.pas"/>
|
<Filename Value="../../win32/win32richmemoproc.pas"/>
|
||||||
<UnitName Value="Win32RichMemoProc"/>
|
<UnitName Value="Win32RichMemoProc"/>
|
||||||
<CursorPos X="33" Y="214"/>
|
<CursorPos X="35" Y="172"/>
|
||||||
<TopLine Value="191"/>
|
<TopLine Value="154"/>
|
||||||
<EditorIndex Value="2"/>
|
<EditorIndex Value="1"/>
|
||||||
<UsageCount Value="16"/>
|
<UsageCount Value="16"/>
|
||||||
<Bookmarks Count="1">
|
<Bookmarks Count="1">
|
||||||
<Item0 X="1" Y="102" ID="2"/>
|
<Item0 X="1" Y="121" ID="2"/>
|
||||||
</Bookmarks>
|
</Bookmarks>
|
||||||
<Loaded Value="True"/>
|
<Loaded Value="True"/>
|
||||||
</Unit39>
|
</Unit39>
|
||||||
<Unit40>
|
<Unit40>
|
||||||
<Filename Value="../../../../../fpc/packages/winunits-base/src/richedit.pp"/>
|
<Filename Value="../../../../../fpc/packages/winunits-base/src/richedit.pp"/>
|
||||||
<UnitName Value="richedit"/>
|
<UnitName Value="richedit"/>
|
||||||
<CursorPos X="1" Y="41"/>
|
<CursorPos X="1" Y="1"/>
|
||||||
<TopLine Value="26"/>
|
<TopLine Value="1"/>
|
||||||
<EditorIndex Value="5"/>
|
|
||||||
<UsageCount Value="12"/>
|
<UsageCount Value="12"/>
|
||||||
<Bookmarks Count="1">
|
<Bookmarks Count="1">
|
||||||
<Item0 X="98" Y="366" ID="3"/>
|
<Item0 X="98" Y="366" ID="3"/>
|
||||||
</Bookmarks>
|
</Bookmarks>
|
||||||
<Loaded Value="True"/>
|
|
||||||
</Unit40>
|
</Unit40>
|
||||||
<Unit41>
|
<Unit41>
|
||||||
<Filename Value="../../../../../fpc/rtl/win/wininc/base.inc"/>
|
<Filename Value="../../../../../fpc/rtl/win/wininc/base.inc"/>
|
||||||
<CursorPos X="6" Y="211"/>
|
<CursorPos X="1" Y="211"/>
|
||||||
<TopLine Value="197"/>
|
<TopLine Value="211"/>
|
||||||
<EditorIndex Value="4"/>
|
|
||||||
<UsageCount Value="12"/>
|
<UsageCount Value="12"/>
|
||||||
<Loaded Value="True"/>
|
|
||||||
</Unit41>
|
</Unit41>
|
||||||
<Unit42>
|
<Unit42>
|
||||||
<Filename Value="../../../../../fpc/rtl/objpas/classes/classesh.inc"/>
|
<Filename Value="../../../../../fpc/rtl/objpas/classes/classesh.inc"/>
|
||||||
@@ -375,128 +360,58 @@
|
|||||||
<TopLine Value="167"/>
|
<TopLine Value="167"/>
|
||||||
<UsageCount Value="10"/>
|
<UsageCount Value="10"/>
|
||||||
</Unit44>
|
</Unit44>
|
||||||
|
<Unit45>
|
||||||
|
<Filename Value="../../../../../Lazarus/lcl/stdctrls.pp"/>
|
||||||
|
<UnitName Value="StdCtrls"/>
|
||||||
|
<CursorPos X="1" Y="23"/>
|
||||||
|
<TopLine Value="1"/>
|
||||||
|
<UsageCount Value="10"/>
|
||||||
|
</Unit45>
|
||||||
|
<Unit46>
|
||||||
|
<Filename Value="../../../../../Lazarus/lcl/interfaces/win32/win32def.pp"/>
|
||||||
|
<UnitName Value="Win32Def"/>
|
||||||
|
<CursorPos X="1" Y="10"/>
|
||||||
|
<TopLine Value="1"/>
|
||||||
|
<UsageCount Value="10"/>
|
||||||
|
</Unit46>
|
||||||
</Units>
|
</Units>
|
||||||
<JumpHistory Count="30" HistoryIndex="29">
|
<JumpHistory Count="9" HistoryIndex="8">
|
||||||
<Position1>
|
<Position1>
|
||||||
<Filename Value="../../win32/win32richmemoproc.pas"/>
|
<Filename Value="unit1.pas"/>
|
||||||
<Caret Line="238" Column="59" TopLine="220"/>
|
<Caret Line="116" Column="21" TopLine="116"/>
|
||||||
</Position1>
|
</Position1>
|
||||||
<Position2>
|
<Position2>
|
||||||
<Filename Value="../../win32/win32richmemo.pas"/>
|
<Filename Value="unit1.pas"/>
|
||||||
<Caret Line="193" Column="36" TopLine="186"/>
|
<Caret Line="130" Column="14" TopLine="125"/>
|
||||||
</Position2>
|
</Position2>
|
||||||
<Position3>
|
<Position3>
|
||||||
<Filename Value="unit1.pas"/>
|
<Filename Value="../../win32/win32richmemoproc.pas"/>
|
||||||
<Caret Line="102" Column="23" TopLine="94"/>
|
<Caret Line="5" Column="1" TopLine="1"/>
|
||||||
</Position3>
|
</Position3>
|
||||||
<Position4>
|
<Position4>
|
||||||
<Filename Value="unit1.pas"/>
|
<Filename Value="../../win32/win32richmemoproc.pas"/>
|
||||||
<Caret Line="99" Column="3" TopLine="94"/>
|
<Caret Line="168" Column="3" TopLine="157"/>
|
||||||
</Position4>
|
</Position4>
|
||||||
<Position5>
|
<Position5>
|
||||||
<Filename Value="unit1.pas"/>
|
<Filename Value="../../win32/win32richmemoproc.pas"/>
|
||||||
<Caret Line="105" Column="21" TopLine="96"/>
|
<Caret Line="169" Column="7" TopLine="157"/>
|
||||||
</Position5>
|
</Position5>
|
||||||
<Position6>
|
<Position6>
|
||||||
<Filename Value="unit1.pas"/>
|
<Filename Value="../../win32/win32richmemoproc.pas"/>
|
||||||
<Caret Line="40" Column="35" TopLine="33"/>
|
<Caret Line="179" Column="13" TopLine="157"/>
|
||||||
</Position6>
|
</Position6>
|
||||||
<Position7>
|
<Position7>
|
||||||
<Filename Value="unit1.pas"/>
|
<Filename Value="../../win32/win32richmemoproc.pas"/>
|
||||||
<Caret Line="42" Column="3" TopLine="33"/>
|
<Caret Line="200" Column="11" TopLine="185"/>
|
||||||
</Position7>
|
</Position7>
|
||||||
<Position8>
|
<Position8>
|
||||||
<Filename Value="unit1.pas"/>
|
<Filename Value="../../win32/win32richmemoproc.pas"/>
|
||||||
<Caret Line="139" Column="1" TopLine="138"/>
|
<Caret Line="361" Column="23" TopLine="350"/>
|
||||||
</Position8>
|
</Position8>
|
||||||
<Position9>
|
<Position9>
|
||||||
<Filename Value="unit1.pas"/>
|
<Filename Value="../../win32/win32richmemoproc.pas"/>
|
||||||
<Caret Line="39" Column="1" TopLine="33"/>
|
<Caret Line="20" Column="22" TopLine="1"/>
|
||||||
</Position9>
|
</Position9>
|
||||||
<Position10>
|
|
||||||
<Filename Value="unit1.pas"/>
|
|
||||||
<Caret Line="112" Column="1" TopLine="112"/>
|
|
||||||
</Position10>
|
|
||||||
<Position11>
|
|
||||||
<Filename Value="../../win32/win32richmemo.pas"/>
|
|
||||||
<Caret Line="164" Column="2" TopLine="153"/>
|
|
||||||
</Position11>
|
|
||||||
<Position12>
|
|
||||||
<Filename Value="../../win32/win32richmemo.pas"/>
|
|
||||||
<Caret Line="20" Column="1" TopLine="9"/>
|
|
||||||
</Position12>
|
|
||||||
<Position13>
|
|
||||||
<Filename Value="../../win32/win32richmemoproc.pas"/>
|
|
||||||
<Caret Line="26" Column="139" TopLine="17"/>
|
|
||||||
</Position13>
|
|
||||||
<Position14>
|
|
||||||
<Filename Value="../../win32/win32richmemoproc.pas"/>
|
|
||||||
<Caret Line="151" Column="3" TopLine="143"/>
|
|
||||||
</Position14>
|
|
||||||
<Position15>
|
|
||||||
<Filename Value="../../win32/win32richmemoproc.pas"/>
|
|
||||||
<Caret Line="26" Column="55" TopLine="11"/>
|
|
||||||
</Position15>
|
|
||||||
<Position16>
|
|
||||||
<Filename Value="../../win32/win32richmemoproc.pas"/>
|
|
||||||
<Caret Line="168" Column="3" TopLine="166"/>
|
|
||||||
</Position16>
|
|
||||||
<Position17>
|
|
||||||
<Filename Value="../../win32/win32richmemoproc.pas"/>
|
|
||||||
<Caret Line="179" Column="14" TopLine="166"/>
|
|
||||||
</Position17>
|
|
||||||
<Position18>
|
|
||||||
<Filename Value="../../win32/win32richmemoproc.pas"/>
|
|
||||||
<Caret Line="184" Column="71" TopLine="164"/>
|
|
||||||
</Position18>
|
|
||||||
<Position19>
|
|
||||||
<Filename Value="../../win32/win32richmemoproc.pas"/>
|
|
||||||
<Caret Line="178" Column="27" TopLine="157"/>
|
|
||||||
</Position19>
|
|
||||||
<Position20>
|
|
||||||
<Filename Value="../../win32/win32richmemoproc.pas"/>
|
|
||||||
<Caret Line="177" Column="26" TopLine="167"/>
|
|
||||||
</Position20>
|
|
||||||
<Position21>
|
|
||||||
<Filename Value="../../win32/win32richmemoproc.pas"/>
|
|
||||||
<Caret Line="178" Column="12" TopLine="167"/>
|
|
||||||
</Position21>
|
|
||||||
<Position22>
|
|
||||||
<Filename Value="../../win32/win32richmemoproc.pas"/>
|
|
||||||
<Caret Line="211" Column="37" TopLine="188"/>
|
|
||||||
</Position22>
|
|
||||||
<Position23>
|
|
||||||
<Filename Value="../../win32/win32richmemo.pas"/>
|
|
||||||
<Caret Line="188" Column="72" TopLine="178"/>
|
|
||||||
</Position23>
|
|
||||||
<Position24>
|
|
||||||
<Filename Value="../../win32/win32richmemo.pas"/>
|
|
||||||
<Caret Line="185" Column="75" TopLine="173"/>
|
|
||||||
</Position24>
|
|
||||||
<Position25>
|
|
||||||
<Filename Value="project1.lpr"/>
|
|
||||||
<Caret Line="12" Column="32" TopLine="1"/>
|
|
||||||
</Position25>
|
|
||||||
<Position26>
|
|
||||||
<Filename Value="project1.lpr"/>
|
|
||||||
<Caret Line="17" Column="1" TopLine="3"/>
|
|
||||||
</Position26>
|
|
||||||
<Position27>
|
|
||||||
<Filename Value="project1.lpr"/>
|
|
||||||
<Caret Line="18" Column="1" TopLine="3"/>
|
|
||||||
</Position27>
|
|
||||||
<Position28>
|
|
||||||
<Filename Value="project1.lpr"/>
|
|
||||||
<Caret Line="16" Column="30" TopLine="3"/>
|
|
||||||
</Position28>
|
|
||||||
<Position29>
|
|
||||||
<Filename Value="../../win32/win32richmemoproc.pas"/>
|
|
||||||
<Caret Line="222" Column="12" TopLine="208"/>
|
|
||||||
</Position29>
|
|
||||||
<Position30>
|
|
||||||
<Filename Value="../../win32/win32richmemoproc.pas"/>
|
|
||||||
<Caret Line="219" Column="45" TopLine="209"/>
|
|
||||||
</Position30>
|
|
||||||
</JumpHistory>
|
</JumpHistory>
|
||||||
</ProjectOptions>
|
</ProjectOptions>
|
||||||
<CompilerOptions>
|
<CompilerOptions>
|
||||||
|
@@ -1,3 +1,22 @@
|
|||||||
|
{
|
||||||
|
win32richmemo.pas
|
||||||
|
|
||||||
|
Author: Dmitry 'skalogryz' Boyarintsev
|
||||||
|
|
||||||
|
*****************************************************************************
|
||||||
|
* *
|
||||||
|
* This file is part of the Lazarus Component Library (LCL) *
|
||||||
|
* *
|
||||||
|
* See the file COPYING.modifiedLGPL.txt, included in this distribution, *
|
||||||
|
* for details about the copyright. *
|
||||||
|
* *
|
||||||
|
* This program is distributed in the hope that it will be useful, *
|
||||||
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of *
|
||||||
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. *
|
||||||
|
* *
|
||||||
|
*****************************************************************************
|
||||||
|
}
|
||||||
|
|
||||||
unit Win32RichMemo;
|
unit Win32RichMemo;
|
||||||
|
|
||||||
{$mode objfpc}{$H+}
|
{$mode objfpc}{$H+}
|
||||||
|
@@ -1,3 +1,22 @@
|
|||||||
|
{
|
||||||
|
win32richmemoproc.pas
|
||||||
|
|
||||||
|
Author: Dmitry 'skalogryz' Boyarintsev
|
||||||
|
|
||||||
|
*****************************************************************************
|
||||||
|
* *
|
||||||
|
* This file is part of the Lazarus Component Library (LCL) *
|
||||||
|
* *
|
||||||
|
* See the file COPYING.modifiedLGPL.txt, included in this distribution, *
|
||||||
|
* for details about the copyright. *
|
||||||
|
* *
|
||||||
|
* This program is distributed in the hope that it will be useful, *
|
||||||
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of *
|
||||||
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. *
|
||||||
|
* *
|
||||||
|
*****************************************************************************
|
||||||
|
}
|
||||||
|
|
||||||
unit Win32RichMemoProc;
|
unit Win32RichMemoProc;
|
||||||
|
|
||||||
{$mode objfpc}{$H+}
|
{$mode objfpc}{$H+}
|
||||||
@@ -147,7 +166,6 @@ class function TRichEditManager.GetSelectedTextStyle(RichEditWnd: Handle;
|
|||||||
var
|
var
|
||||||
w : WPARAM;
|
w : WPARAM;
|
||||||
fmt : TCHARFORMAT;
|
fmt : TCHARFORMAT;
|
||||||
mask : LongWord;
|
|
||||||
|
|
||||||
begin
|
begin
|
||||||
Result := false;
|
Result := false;
|
||||||
|
@@ -1,3 +1,22 @@
|
|||||||
|
{
|
||||||
|
wsrichmemo.pas
|
||||||
|
|
||||||
|
Author: Dmitry 'skalogryz' Boyarintsev
|
||||||
|
|
||||||
|
*****************************************************************************
|
||||||
|
* *
|
||||||
|
* This file is part of the Lazarus Component Library (LCL) *
|
||||||
|
* *
|
||||||
|
* See the file COPYING.modifiedLGPL.txt, included in this distribution, *
|
||||||
|
* for details about the copyright. *
|
||||||
|
* *
|
||||||
|
* This program is distributed in the hope that it will be useful, *
|
||||||
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of *
|
||||||
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. *
|
||||||
|
* *
|
||||||
|
*****************************************************************************
|
||||||
|
}
|
||||||
|
|
||||||
unit WSRichMemo;
|
unit WSRichMemo;
|
||||||
|
|
||||||
{$mode objfpc}{$H+}
|
{$mode objfpc}{$H+}
|
||||||
|
Reference in New Issue
Block a user