Skip to content

Commit

Permalink
Issue 639
Browse files Browse the repository at this point in the history
  • Loading branch information
pyscripter committed Apr 17, 2012
1 parent ca86ed4 commit ace9d54
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 8 deletions.
10 changes: 5 additions & 5 deletions PyScripter.dproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<ProjectVersion>13.4</ProjectVersion>
<FrameworkType>VCL</FrameworkType>
<Base>True</Base>
<Platform Condition="'$(Platform)'==''">Win32</Platform>
<Platform Condition="'$(Platform)'==''">Win64</Platform>
<TargetedPlatforms>3</TargetedPlatforms>
<AppType>Application</AppType>
</PropertyGroup>
Expand Down Expand Up @@ -96,20 +96,20 @@
<DCC_Define>DEBUG;$(DCC_Define)</DCC_Define>
</PropertyGroup>
<PropertyGroup Condition="'$(Cfg_2_Win64)'!=''">
<VerInfo_Release>3</VerInfo_Release>
<VerInfo_Release>4</VerInfo_Release>
<Manifest_File>$(BDS)\bin\default_app.manifest</Manifest_File>
<Debugger_RunParams>--PYTHON27</Debugger_RunParams>
<VerInfo_Keys>CompanyName=;FileDescription=;FileVersion=2.5.3.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=1.0.0.0;Comments=</VerInfo_Keys>
<VerInfo_Keys>CompanyName=;FileDescription=;FileVersion=2.5.4.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=1.0.0.0;Comments=</VerInfo_Keys>
<VerInfo_Locale>1033</VerInfo_Locale>
</PropertyGroup>
<PropertyGroup Condition="'$(Cfg_2_Win32)'!=''">
<Manifest_File>$(BDS)\bin\default_app.manifest</Manifest_File>
<VerInfo_Release>3</VerInfo_Release>
<VerInfo_Release>4</VerInfo_Release>
<Debugger_RunParams>--PYTHON27</Debugger_RunParams>
<ILINK_FullDebugInfo>true</ILINK_FullDebugInfo>
<BCC_SourceDebuggingOn>true</BCC_SourceDebuggingOn>
<BCC_DebugLineNumbers>true</BCC_DebugLineNumbers>
<VerInfo_Keys>CompanyName=;FileDescription=;FileVersion=2.5.3.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=1.0.0.0;Comments=</VerInfo_Keys>
<VerInfo_Keys>CompanyName=;FileDescription=;FileVersion=2.5.4.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=1.0.0.0;Comments=</VerInfo_Keys>
<VerInfo_Locale>1033</VerInfo_Locale>
</PropertyGroup>
<ItemGroup>
Expand Down
Binary file modified PyScripter.res
Binary file not shown.
4 changes: 2 additions & 2 deletions dmCommands.dfm
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ object CommandsDataModule: TCommandsDataModule
Left = 32
Top = 241
Bitmap = {
494C01010A003000B80010001000FFFFFFFF2110FFFFFFFFFFFFFFFF424D3600
494C01010A003000000010001000FFFFFFFF2110FFFFFFFFFFFFFFFF424D3600
0000000000003600000028000000400000003000000001002000000000000030
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
Expand Down Expand Up @@ -4373,7 +4373,7 @@ object CommandsDataModule: TCommandsDataModule
Left = 36
Top = 194
Bitmap = {
494C01019800B400300110001000FFFFFFFF2110FFFFFFFFFFFFFFFF424D3600
494C01019800B400000110001000FFFFFFFF2110FFFFFFFFFFFFFFFF424D3600
0000000000003600000028000000400000007002000001002000000000000070
0200000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
Expand Down
2 changes: 1 addition & 1 deletion dmCommands.pas
Original file line number Diff line number Diff line change
Expand Up @@ -739,7 +739,7 @@ constructor TPythonIDEOptions.Create;
fCompleteKeywords := True;
fCompleteAsYouType := True;
fCompleteWithWordBreakChars := False;
fCompleteWithOneEntry:=True;
fCompleteWithOneEntry:=False;
fDisplayPackageNames:=True;
fCheckSyntaxLineLimit:=1000;
end;
Expand Down
5 changes: 5 additions & 0 deletions frmPyIDEMain.pas
Original file line number Diff line number Diff line change
Expand Up @@ -374,6 +374,11 @@
Issues addressed
516, 348, 549, 563, 564, 568, 576, 587, 591, 592,
594, 597, 598, 599, 612, 613, 615
History: v 2.5.1
New Features
Issues addressed
639
-----------------------------------------------------------------------------}

// Bugs and minor features
Expand Down

0 comments on commit ace9d54

Please sign in to comment.