Skip to content

Commit

Permalink
ExtFixes header
Browse files Browse the repository at this point in the history
  • Loading branch information
wanderlan.anjos committed Sep 6, 2010
1 parent 3a8beca commit 7cdfe84
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 10 deletions.
6 changes: 3 additions & 3 deletions ExtJSWrapper/ExtFixes.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
* For Ext JS 3.0 and later
* USED FORMATS in ExtFixes.txt
*
* Adding new classes:
<class name>,<parent class name>,<unit name>,<JavaScript class name>
*
* Adding and updating properties:
<class name>,<JavaScript property name>,<type>,<if is a static property>,<if is a config option>,<default value or FORCEADD for alternate type properties>
*
Expand All @@ -19,9 +22,6 @@
* For each event parameter:
<parameter name>,<type>
*
* Adding new classes:
<class name>,<parent class name>,<unit name>,<JavaScript class name>
*
ExtComponent, split, Boolean, false, true,
ExtComponent, collapseMode, string, false, true,
ExtComponent, minWidth, Integer, false, true,
Expand Down
2 changes: 1 addition & 1 deletion ExtPascalSamples/ExtPascalSamples.dpr
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ program ExtPascalSamples;
{$IFEND}

uses
{$IFNDEF WebServer}FCGIApp,{$ELSE}IdExtHTTPServer,{$ENDIF}
{$IFNDEF WebServer}FCGIApp,{$ELSE}IdExtHTTPServer,{$ENDIF}
SysUtils, Classes,
{$IFDEF DEFAULT}Services,{$ENDIF} ExtPascalUtils, Session;

Expand Down
32 changes: 26 additions & 6 deletions ExtPascalSamples/ExtPascalSamples_embedded.lpi
Original file line number Diff line number Diff line change
Expand Up @@ -30,15 +30,15 @@
<LaunchingApplication PathPlusParams="/usr/X11R6/bin/xterm -T 'Lazarus Run Output' -e $(LazarusDir)/tools/runwait.sh $(TargetCmdLine)"/>
</local>
</RunParams>
<Units Count="4">
<Units Count="5">
<Unit0>
<Filename Value="ExtPascalSamples.dpr"/>
<IsPartOfProject Value="True"/>
<UnitName Value="ExtPascalSamples"/>
<EditorIndex Value="0"/>
<WindowIndex Value="0"/>
<TopLine Value="1"/>
<CursorPos X="115" Y="35"/>
<CursorPos X="32" Y="13"/>
<UsageCount Value="22"/>
<Loaded Value="True"/>
<DefaultSyntaxHighlighter Value="Delphi"/>
Expand All @@ -55,7 +55,7 @@
<Unit2>
<Filename Value="../Indy/Core/IdSocketHandle.pas"/>
<UnitName Value="IdSocketHandle"/>
<EditorIndex Value="1"/>
<EditorIndex Value="2"/>
<WindowIndex Value="0"/>
<TopLine Value="112"/>
<CursorPos X="99" Y="142"/>
Expand All @@ -66,17 +66,29 @@
<Unit3>
<Filename Value="../ExtPascal.pas"/>
<UnitName Value="ExtPascal"/>
<IsVisibleTab Value="True"/>
<EditorIndex Value="2"/>
<EditorIndex Value="3"/>
<WindowIndex Value="0"/>
<TopLine Value="266"/>
<CursorPos X="105" Y="286"/>
<UsageCount Value="10"/>
<Loaded Value="True"/>
<DefaultSyntaxHighlighter Value="Delphi"/>
</Unit3>
<Unit4>
<Filename Value="../../LLVM-Pascal/tests/tbf/tb0001.pp"/>
<UnitName Value="hello"/>
<IsVisibleTab Value="True"/>
<EditorIndex Value="1"/>
<WindowIndex Value="0"/>
<TopLine Value="1"/>
<CursorPos X="1" Y="6"/>
<SyntaxHighlighter Value="FreePascal"/>
<UsageCount Value="10"/>
<Loaded Value="True"/>
<DefaultSyntaxHighlighter Value="Text"/>
</Unit4>
</Units>
<JumpHistory Count="4" HistoryIndex="3">
<JumpHistory Count="6" HistoryIndex="5">
<Position1>
<Filename Value="ExtPascalSamples.dpr"/>
<Caret Line="21" Column="56" TopLine="1"/>
Expand All @@ -93,6 +105,14 @@
<Filename Value="../ExtPascal.pas"/>
<Caret Line="1" Column="1" TopLine="1"/>
</Position4>
<Position5>
<Filename Value="ExtPascalSamples.dpr"/>
<Caret Line="12" Column="5" TopLine="1"/>
</Position5>
<Position6>
<Filename Value="ExtPascalSamples.dpr"/>
<Caret Line="13" Column="25" TopLine="1"/>
</Position6>
</JumpHistory>
</ProjectOptions>
<CompilerOptions>
Expand Down

0 comments on commit 7cdfe84

Please sign in to comment.