You've already forked CEF4Delphi
mirror of
https://github.com/salvadordf/CEF4Delphi.git
synced 2025-11-23 21:34:53 +02:00
Remove lps files and add *.lps to .gitignore. LPS are local session files meant to represent the state of the IDE, not the project.
This commit is contained in:
@@ -1,93 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<CONFIG>
|
||||
<ProjectSession>
|
||||
<PathDelim Value="\"/>
|
||||
<Version Value="11"/>
|
||||
<BuildModes Active="Default"/>
|
||||
<Units Count="3">
|
||||
<Unit0>
|
||||
<Filename Value="SimpleBrowser.lpr"/>
|
||||
<IsPartOfProject Value="True"/>
|
||||
<TopLine Value="39"/>
|
||||
<CursorPos X="58" Y="57"/>
|
||||
<UsageCount Value="20"/>
|
||||
<Loaded Value="True"/>
|
||||
<DefaultSyntaxHighlighter Value="Delphi"/>
|
||||
</Unit0>
|
||||
<Unit1>
|
||||
<Filename Value="uSimpleBrowser.pas"/>
|
||||
<IsPartOfProject Value="True"/>
|
||||
<ComponentName Value="Form1"/>
|
||||
<HasResources Value="True"/>
|
||||
<ResourceBaseClass Value="Form"/>
|
||||
<IsVisibleTab Value="True"/>
|
||||
<EditorIndex Value="2"/>
|
||||
<TopLine Value="139"/>
|
||||
<CursorPos X="44" Y="157"/>
|
||||
<UsageCount Value="20"/>
|
||||
<Loaded Value="True"/>
|
||||
<LoadedDesigner Value="True"/>
|
||||
<DefaultSyntaxHighlighter Value="Delphi"/>
|
||||
</Unit1>
|
||||
<Unit2>
|
||||
<Filename Value="uCEFLoader.pas"/>
|
||||
<IsPartOfProject Value="True"/>
|
||||
<EditorIndex Value="1"/>
|
||||
<TopLine Value="30"/>
|
||||
<CursorPos Y="68"/>
|
||||
<UsageCount Value="20"/>
|
||||
<Loaded Value="True"/>
|
||||
<DefaultSyntaxHighlighter Value="Delphi"/>
|
||||
</Unit2>
|
||||
</Units>
|
||||
<JumpHistory Count="11" HistoryIndex="10">
|
||||
<Position1>
|
||||
<Filename Value="SimpleBrowser.lpr"/>
|
||||
</Position1>
|
||||
<Position2>
|
||||
<Filename Value="uSimpleBrowser.pas"/>
|
||||
<Caret Line="92" Column="8" TopLine="68"/>
|
||||
</Position2>
|
||||
<Position3>
|
||||
<Filename Value="SimpleBrowser.lpr"/>
|
||||
<Caret Line="44" Column="14" TopLine="42"/>
|
||||
</Position3>
|
||||
<Position4>
|
||||
<Filename Value="uSimpleBrowser.pas"/>
|
||||
<Caret Line="81" Column="386" TopLine="60"/>
|
||||
</Position4>
|
||||
<Position5>
|
||||
<Filename Value="uSimpleBrowser.pas"/>
|
||||
<Caret Line="114" Column="82" TopLine="90"/>
|
||||
</Position5>
|
||||
<Position6>
|
||||
<Filename Value="uSimpleBrowser.pas"/>
|
||||
<Caret Line="119" Column="82" TopLine="95"/>
|
||||
</Position6>
|
||||
<Position7>
|
||||
<Filename Value="uSimpleBrowser.pas"/>
|
||||
<Caret Line="157" TopLine="149"/>
|
||||
</Position7>
|
||||
<Position8>
|
||||
<Filename Value="uSimpleBrowser.pas"/>
|
||||
<Caret Line="156" TopLine="148"/>
|
||||
</Position8>
|
||||
<Position9>
|
||||
<Filename Value="uSimpleBrowser.pas"/>
|
||||
<Caret Line="117" Column="78" TopLine="100"/>
|
||||
</Position9>
|
||||
<Position10>
|
||||
<Filename Value="uSimpleBrowser.pas"/>
|
||||
<Caret Line="160" Column="31" TopLine="136"/>
|
||||
</Position10>
|
||||
<Position11>
|
||||
<Filename Value="uSimpleBrowser.pas"/>
|
||||
<Caret Line="193" TopLine="170"/>
|
||||
</Position11>
|
||||
</JumpHistory>
|
||||
<RunParams>
|
||||
<FormatVersion Value="2"/>
|
||||
<Modes Count="0" ActiveMode=""/>
|
||||
</RunParams>
|
||||
</ProjectSession>
|
||||
</CONFIG>
|
||||
@@ -1,62 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<CONFIG>
|
||||
<ProjectSession>
|
||||
<PathDelim Value="\"/>
|
||||
<Version Value="11"/>
|
||||
<BuildModes Active="Default"/>
|
||||
<Units Count="3">
|
||||
<Unit0>
|
||||
<Filename Value="SubProcess.lpr"/>
|
||||
<IsPartOfProject Value="True"/>
|
||||
<IsVisibleTab Value="True"/>
|
||||
<TopLine Value="44"/>
|
||||
<CursorPos Y="54"/>
|
||||
<UsageCount Value="20"/>
|
||||
<Loaded Value="True"/>
|
||||
<DefaultSyntaxHighlighter Value="Delphi"/>
|
||||
</Unit0>
|
||||
<Unit1>
|
||||
<Filename Value="uCEFLoader.pas"/>
|
||||
<IsPartOfProject Value="True"/>
|
||||
<EditorIndex Value="-1"/>
|
||||
<TopLine Value="48"/>
|
||||
<CursorPos X="29" Y="53"/>
|
||||
<UsageCount Value="20"/>
|
||||
<DefaultSyntaxHighlighter Value="Delphi"/>
|
||||
</Unit1>
|
||||
<Unit2>
|
||||
<Filename Value="..\..\source\uCEFApplication.pas"/>
|
||||
<EditorIndex Value="-1"/>
|
||||
<TopLine Value="258"/>
|
||||
<CursorPos X="19" Y="296"/>
|
||||
<UsageCount Value="10"/>
|
||||
<DefaultSyntaxHighlighter Value="Delphi"/>
|
||||
</Unit2>
|
||||
</Units>
|
||||
<JumpHistory Count="5" HistoryIndex="4">
|
||||
<Position1>
|
||||
<Filename Value="SubProcess.lpr"/>
|
||||
</Position1>
|
||||
<Position2>
|
||||
<Filename Value="SubProcess.lpr"/>
|
||||
<Caret Line="48" Column="40" TopLine="33"/>
|
||||
</Position2>
|
||||
<Position3>
|
||||
<Filename Value="SubProcess.lpr"/>
|
||||
<Caret Line="80" TopLine="45"/>
|
||||
</Position3>
|
||||
<Position4>
|
||||
<Filename Value="SubProcess.lpr"/>
|
||||
<Caret Line="54" Column="17" TopLine="33"/>
|
||||
</Position4>
|
||||
<Position5>
|
||||
<Filename Value="SubProcess.lpr"/>
|
||||
<Caret Line="48" Column="50" TopLine="45"/>
|
||||
</Position5>
|
||||
</JumpHistory>
|
||||
<RunParams>
|
||||
<FormatVersion Value="2"/>
|
||||
<Modes Count="0" ActiveMode=""/>
|
||||
</RunParams>
|
||||
</ProjectSession>
|
||||
</CONFIG>
|
||||
Reference in New Issue
Block a user