mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-21 12:19:14 +02:00
replaced paths with CodeTools package
git-svn-id: trunk@9876 -
This commit is contained in:
parent
20dde1eede
commit
92ed57e945
@ -5,8 +5,7 @@
|
|||||||
<CompilerOptions>
|
<CompilerOptions>
|
||||||
<Version Value="5"/>
|
<Version Value="5"/>
|
||||||
<SearchPaths>
|
<SearchPaths>
|
||||||
<OtherUnitFiles Value="$(LazarusDir)/units/$(TargetCPU)-$(TargetOS)/;$(LazarusDir)/components/codetools/units/$(TargetCPU)-$(TargetOS)/;$(LazarusDir)/components/synedit/units/$(TargetCPU)-$(TargetOS)/"/>
|
<UnitOutputDirectory Value="lib/$(TargetCPU)-$(TargetOS)"/>
|
||||||
<UnitOutputDirectory Value="lib/$(TargetCPU)-$(TargetOS)/"/>
|
|
||||||
</SearchPaths>
|
</SearchPaths>
|
||||||
<CodeGeneration>
|
<CodeGeneration>
|
||||||
<Generate Value="Faster"/>
|
<Generate Value="Faster"/>
|
||||||
@ -24,17 +23,20 @@
|
|||||||
</Item1>
|
</Item1>
|
||||||
</Files>
|
</Files>
|
||||||
<Type Value="DesignTime"/>
|
<Type Value="DesignTime"/>
|
||||||
<RequiredPkgs Count="3">
|
<RequiredPkgs Count="4">
|
||||||
<Item1>
|
<Item1>
|
||||||
<PackageName Value="lhelpcontrolpkg"/>
|
<PackageName Value="CodeTools"/>
|
||||||
</Item1>
|
</Item1>
|
||||||
<Item2>
|
<Item2>
|
||||||
<PackageName Value="IDEIntf"/>
|
<PackageName Value="lhelpcontrolpkg"/>
|
||||||
</Item2>
|
</Item2>
|
||||||
<Item3>
|
<Item3>
|
||||||
|
<PackageName Value="IDEIntf"/>
|
||||||
|
</Item3>
|
||||||
|
<Item4>
|
||||||
<PackageName Value="FCL"/>
|
<PackageName Value="FCL"/>
|
||||||
<MinVersion Major="1" Valid="True"/>
|
<MinVersion Major="1" Valid="True"/>
|
||||||
</Item3>
|
</Item4>
|
||||||
</RequiredPkgs>
|
</RequiredPkgs>
|
||||||
<UsageOptions>
|
<UsageOptions>
|
||||||
<UnitPath Value="$(PkgOutDir)/"/>
|
<UnitPath Value="$(PkgOutDir)/"/>
|
||||||
|
@ -10,6 +10,25 @@
|
|||||||
<TargetFileExt Value=""/>
|
<TargetFileExt Value=""/>
|
||||||
<Title Value="addeventmethod"/>
|
<Title Value="addeventmethod"/>
|
||||||
</General>
|
</General>
|
||||||
|
<VersionInfo>
|
||||||
|
<UseVersionInfo Value="False"/>
|
||||||
|
<AutoIncrementBuild Value="False"/>
|
||||||
|
<CurrentVersionNr Value="0"/>
|
||||||
|
<CurrentMajorRevNr Value="0"/>
|
||||||
|
<CurrentMinorRevNr Value="0"/>
|
||||||
|
<CurrentBuildNr Value="0"/>
|
||||||
|
<ProjectVersion Value="1.0.0.0"/>
|
||||||
|
<Language Value="0409"/>
|
||||||
|
<CharSet Value="04E4"/>
|
||||||
|
<Comments Value=""/>
|
||||||
|
<CompanyName Value=""/>
|
||||||
|
<FileDescription Value=""/>
|
||||||
|
<InternalName Value=""/>
|
||||||
|
<LegalCopyright Value=""/>
|
||||||
|
<LegalTrademarks Value=""/>
|
||||||
|
<OriginalFilename Value=""/>
|
||||||
|
<ProductName Value=""/>
|
||||||
|
</VersionInfo>
|
||||||
<PublishOptions>
|
<PublishOptions>
|
||||||
<Version Value="2"/>
|
<Version Value="2"/>
|
||||||
<IncludeFileFilter Value="*.(pas|pp|inc|lfm|lpr|lrs|lpi|lpk|sh|xml)"/>
|
<IncludeFileFilter Value="*.(pas|pp|inc|lfm|lpr|lrs|lpi|lpk|sh|xml)"/>
|
||||||
@ -21,10 +40,13 @@
|
|||||||
<LaunchingApplication PathPlusParams="/usr/X11R6/bin/xterm -T 'Lazarus Run Output' -e $(LazarusDir)/tools/runwait.sh $(TargetCmdLine)"/>
|
<LaunchingApplication PathPlusParams="/usr/X11R6/bin/xterm -T 'Lazarus Run Output' -e $(LazarusDir)/tools/runwait.sh $(TargetCmdLine)"/>
|
||||||
</local>
|
</local>
|
||||||
</RunParams>
|
</RunParams>
|
||||||
<RequiredPackages Count="1">
|
<RequiredPackages Count="2">
|
||||||
<Item1>
|
<Item1>
|
||||||
<PackageName Value="LCL"/>
|
<PackageName Value="CodeTools"/>
|
||||||
</Item1>
|
</Item1>
|
||||||
|
<Item2>
|
||||||
|
<PackageName Value="LCL"/>
|
||||||
|
</Item2>
|
||||||
</RequiredPackages>
|
</RequiredPackages>
|
||||||
<Units Count="3">
|
<Units Count="3">
|
||||||
<Unit0>
|
<Unit0>
|
||||||
@ -47,7 +69,7 @@
|
|||||||
<CompilerOptions>
|
<CompilerOptions>
|
||||||
<Version Value="5"/>
|
<Version Value="5"/>
|
||||||
<SearchPaths>
|
<SearchPaths>
|
||||||
<OtherUnitFiles Value="$(LazarusDir)/components/codetools/units/$(TargetCPU)-$(TargetOS)/;scanexamples/"/>
|
<OtherUnitFiles Value="scanexamples/"/>
|
||||||
</SearchPaths>
|
</SearchPaths>
|
||||||
<CodeGeneration>
|
<CodeGeneration>
|
||||||
<Generate Value="Faster"/>
|
<Generate Value="Faster"/>
|
||||||
|
@ -9,6 +9,25 @@
|
|||||||
<IconPath Value="./"/>
|
<IconPath Value="./"/>
|
||||||
<TargetFileExt Value=""/>
|
<TargetFileExt Value=""/>
|
||||||
</General>
|
</General>
|
||||||
|
<VersionInfo>
|
||||||
|
<UseVersionInfo Value="False"/>
|
||||||
|
<AutoIncrementBuild Value="False"/>
|
||||||
|
<CurrentVersionNr Value="0"/>
|
||||||
|
<CurrentMajorRevNr Value="0"/>
|
||||||
|
<CurrentMinorRevNr Value="0"/>
|
||||||
|
<CurrentBuildNr Value="0"/>
|
||||||
|
<ProjectVersion Value="1.0.0.0"/>
|
||||||
|
<Language Value="0409"/>
|
||||||
|
<CharSet Value="04E4"/>
|
||||||
|
<Comments Value=""/>
|
||||||
|
<CompanyName Value=""/>
|
||||||
|
<FileDescription Value=""/>
|
||||||
|
<InternalName Value=""/>
|
||||||
|
<LegalCopyright Value=""/>
|
||||||
|
<LegalTrademarks Value=""/>
|
||||||
|
<OriginalFilename Value=""/>
|
||||||
|
<ProductName Value=""/>
|
||||||
|
</VersionInfo>
|
||||||
<PublishOptions>
|
<PublishOptions>
|
||||||
<Version Value="2"/>
|
<Version Value="2"/>
|
||||||
<IncludeFileFilter Value="*.(pas|pp|inc|lfm|lpr|lrs|lpi|lpk|sh|xml)"/>
|
<IncludeFileFilter Value="*.(pas|pp|inc|lfm|lpr|lrs|lpi|lpk|sh|xml)"/>
|
||||||
@ -20,6 +39,11 @@
|
|||||||
<LaunchingApplication PathPlusParams="/usr/X11R6/bin/xterm -T 'Lazarus Run Output' -e $(LazarusDir)/tools/runwait.sh $(TargetCmdLine)"/>
|
<LaunchingApplication PathPlusParams="/usr/X11R6/bin/xterm -T 'Lazarus Run Output' -e $(LazarusDir)/tools/runwait.sh $(TargetCmdLine)"/>
|
||||||
</local>
|
</local>
|
||||||
</RunParams>
|
</RunParams>
|
||||||
|
<RequiredPackages Count="1">
|
||||||
|
<Item1>
|
||||||
|
<PackageName Value="CodeTools"/>
|
||||||
|
</Item1>
|
||||||
|
</RequiredPackages>
|
||||||
<Units Count="2">
|
<Units Count="2">
|
||||||
<Unit0>
|
<Unit0>
|
||||||
<Filename Value="addmethod.lpr"/>
|
<Filename Value="addmethod.lpr"/>
|
||||||
@ -36,7 +60,7 @@
|
|||||||
<CompilerOptions>
|
<CompilerOptions>
|
||||||
<Version Value="5"/>
|
<Version Value="5"/>
|
||||||
<SearchPaths>
|
<SearchPaths>
|
||||||
<OtherUnitFiles Value="$(LazarusDir)/components/codetools/units/$(TargetCPU)-$(TargetOS)/;scanexamples/"/>
|
<OtherUnitFiles Value="scanexamples/"/>
|
||||||
</SearchPaths>
|
</SearchPaths>
|
||||||
<CodeGeneration>
|
<CodeGeneration>
|
||||||
<Generate Value="Faster"/>
|
<Generate Value="Faster"/>
|
||||||
|
@ -10,6 +10,25 @@
|
|||||||
<TargetFileExt Value=""/>
|
<TargetFileExt Value=""/>
|
||||||
<Title Value="finddeclaration"/>
|
<Title Value="finddeclaration"/>
|
||||||
</General>
|
</General>
|
||||||
|
<VersionInfo>
|
||||||
|
<UseVersionInfo Value="False"/>
|
||||||
|
<AutoIncrementBuild Value="False"/>
|
||||||
|
<CurrentVersionNr Value="0"/>
|
||||||
|
<CurrentMajorRevNr Value="0"/>
|
||||||
|
<CurrentMinorRevNr Value="0"/>
|
||||||
|
<CurrentBuildNr Value="0"/>
|
||||||
|
<ProjectVersion Value="1.0.0.0"/>
|
||||||
|
<Language Value="0409"/>
|
||||||
|
<CharSet Value="04E4"/>
|
||||||
|
<Comments Value=""/>
|
||||||
|
<CompanyName Value=""/>
|
||||||
|
<FileDescription Value=""/>
|
||||||
|
<InternalName Value=""/>
|
||||||
|
<LegalCopyright Value=""/>
|
||||||
|
<LegalTrademarks Value=""/>
|
||||||
|
<OriginalFilename Value=""/>
|
||||||
|
<ProductName Value=""/>
|
||||||
|
</VersionInfo>
|
||||||
<PublishOptions>
|
<PublishOptions>
|
||||||
<Version Value="2"/>
|
<Version Value="2"/>
|
||||||
<IncludeFileFilter Value="*.(pas|pp|inc|lfm|lpr|lrs|lpi|lpk|sh|xml)"/>
|
<IncludeFileFilter Value="*.(pas|pp|inc|lfm|lpr|lrs|lpi|lpk|sh|xml)"/>
|
||||||
@ -21,6 +40,11 @@
|
|||||||
<LaunchingApplication PathPlusParams="/usr/X11R6/bin/xterm -T 'Lazarus Run Output' -e $(LazarusDir)/tools/runwait.sh $(TargetCmdLine)"/>
|
<LaunchingApplication PathPlusParams="/usr/X11R6/bin/xterm -T 'Lazarus Run Output' -e $(LazarusDir)/tools/runwait.sh $(TargetCmdLine)"/>
|
||||||
</local>
|
</local>
|
||||||
</RunParams>
|
</RunParams>
|
||||||
|
<RequiredPackages Count="1">
|
||||||
|
<Item1>
|
||||||
|
<PackageName Value="CodeTools"/>
|
||||||
|
</Item1>
|
||||||
|
</RequiredPackages>
|
||||||
<Units Count="1">
|
<Units Count="1">
|
||||||
<Unit0>
|
<Unit0>
|
||||||
<Filename Value="codecompletion.lpr"/>
|
<Filename Value="codecompletion.lpr"/>
|
||||||
@ -32,7 +56,7 @@
|
|||||||
<CompilerOptions>
|
<CompilerOptions>
|
||||||
<Version Value="5"/>
|
<Version Value="5"/>
|
||||||
<SearchPaths>
|
<SearchPaths>
|
||||||
<OtherUnitFiles Value="$(LazarusDir)/components/codetools/units/$(TargetCPU)-$(TargetOS)/;scanexamples/"/>
|
<OtherUnitFiles Value="scanexamples/"/>
|
||||||
</SearchPaths>
|
</SearchPaths>
|
||||||
<CodeGeneration>
|
<CodeGeneration>
|
||||||
<Generate Value="Faster"/>
|
<Generate Value="Faster"/>
|
||||||
|
@ -9,7 +9,25 @@
|
|||||||
<IconPath Value="./"/>
|
<IconPath Value="./"/>
|
||||||
<TargetFileExt Value=""/>
|
<TargetFileExt Value=""/>
|
||||||
</General>
|
</General>
|
||||||
<LazDoc Paths=""/>
|
<VersionInfo>
|
||||||
|
<UseVersionInfo Value="False"/>
|
||||||
|
<AutoIncrementBuild Value="False"/>
|
||||||
|
<CurrentVersionNr Value="0"/>
|
||||||
|
<CurrentMajorRevNr Value="0"/>
|
||||||
|
<CurrentMinorRevNr Value="0"/>
|
||||||
|
<CurrentBuildNr Value="0"/>
|
||||||
|
<ProjectVersion Value="1.0.0.0"/>
|
||||||
|
<Language Value="0409"/>
|
||||||
|
<CharSet Value="04E4"/>
|
||||||
|
<Comments Value=""/>
|
||||||
|
<CompanyName Value=""/>
|
||||||
|
<FileDescription Value=""/>
|
||||||
|
<InternalName Value=""/>
|
||||||
|
<LegalCopyright Value=""/>
|
||||||
|
<LegalTrademarks Value=""/>
|
||||||
|
<OriginalFilename Value=""/>
|
||||||
|
<ProductName Value=""/>
|
||||||
|
</VersionInfo>
|
||||||
<PublishOptions>
|
<PublishOptions>
|
||||||
<Version Value="2"/>
|
<Version Value="2"/>
|
||||||
<IncludeFileFilter Value="*.(pas|pp|inc|lfm|lpr|lrs|lpi|lpk|sh|xml)"/>
|
<IncludeFileFilter Value="*.(pas|pp|inc|lfm|lpr|lrs|lpi|lpk|sh|xml)"/>
|
||||||
@ -21,6 +39,11 @@
|
|||||||
<LaunchingApplication PathPlusParams="/usr/X11R6/bin/xterm -T 'Lazarus Run Output' -e $(LazarusDir)/tools/runwait.sh $(TargetCmdLine)"/>
|
<LaunchingApplication PathPlusParams="/usr/X11R6/bin/xterm -T 'Lazarus Run Output' -e $(LazarusDir)/tools/runwait.sh $(TargetCmdLine)"/>
|
||||||
</local>
|
</local>
|
||||||
</RunParams>
|
</RunParams>
|
||||||
|
<RequiredPackages Count="1">
|
||||||
|
<Item1>
|
||||||
|
<PackageName Value="CodeTools"/>
|
||||||
|
</Item1>
|
||||||
|
</RequiredPackages>
|
||||||
<Units Count="2">
|
<Units Count="2">
|
||||||
<Unit0>
|
<Unit0>
|
||||||
<Filename Value="finddeclaration.lpr"/>
|
<Filename Value="finddeclaration.lpr"/>
|
||||||
@ -37,7 +60,7 @@
|
|||||||
<CompilerOptions>
|
<CompilerOptions>
|
||||||
<Version Value="5"/>
|
<Version Value="5"/>
|
||||||
<SearchPaths>
|
<SearchPaths>
|
||||||
<OtherUnitFiles Value="$(LazarusDir)/components/codetools/units/$(TargetCPU)-$(TargetOS)/;scanexamples/"/>
|
<OtherUnitFiles Value="scanexamples/"/>
|
||||||
</SearchPaths>
|
</SearchPaths>
|
||||||
<CodeGeneration>
|
<CodeGeneration>
|
||||||
<Generate Value="Faster"/>
|
<Generate Value="Faster"/>
|
||||||
|
@ -14,7 +14,25 @@
|
|||||||
<IconPath Value="./"/>
|
<IconPath Value="./"/>
|
||||||
<TargetFileExt Value=""/>
|
<TargetFileExt Value=""/>
|
||||||
</General>
|
</General>
|
||||||
<LazDoc Paths=""/>
|
<VersionInfo>
|
||||||
|
<UseVersionInfo Value="False"/>
|
||||||
|
<AutoIncrementBuild Value="False"/>
|
||||||
|
<CurrentVersionNr Value="0"/>
|
||||||
|
<CurrentMajorRevNr Value="0"/>
|
||||||
|
<CurrentMinorRevNr Value="0"/>
|
||||||
|
<CurrentBuildNr Value="0"/>
|
||||||
|
<ProjectVersion Value="1.0.0.0"/>
|
||||||
|
<Language Value="0409"/>
|
||||||
|
<CharSet Value="04E4"/>
|
||||||
|
<Comments Value=""/>
|
||||||
|
<CompanyName Value=""/>
|
||||||
|
<FileDescription Value=""/>
|
||||||
|
<InternalName Value=""/>
|
||||||
|
<LegalCopyright Value=""/>
|
||||||
|
<LegalTrademarks Value=""/>
|
||||||
|
<OriginalFilename Value=""/>
|
||||||
|
<ProductName Value=""/>
|
||||||
|
</VersionInfo>
|
||||||
<PublishOptions>
|
<PublishOptions>
|
||||||
<Version Value="2"/>
|
<Version Value="2"/>
|
||||||
<IncludeFileFilter Value="*.(pas|pp|inc|lfm|lpr|lrs|lpi|lpk|sh|xml)"/>
|
<IncludeFileFilter Value="*.(pas|pp|inc|lfm|lpr|lrs|lpi|lpk|sh|xml)"/>
|
||||||
@ -26,6 +44,11 @@
|
|||||||
<LaunchingApplication PathPlusParams="/usr/X11R6/bin/xterm -T 'Lazarus Run Output' -e $(LazarusDir)/tools/runwait.sh $(TargetCmdLine)"/>
|
<LaunchingApplication PathPlusParams="/usr/X11R6/bin/xterm -T 'Lazarus Run Output' -e $(LazarusDir)/tools/runwait.sh $(TargetCmdLine)"/>
|
||||||
</local>
|
</local>
|
||||||
</RunParams>
|
</RunParams>
|
||||||
|
<RequiredPackages Count="1">
|
||||||
|
<Item1>
|
||||||
|
<PackageName Value="CodeTools"/>
|
||||||
|
</Item1>
|
||||||
|
</RequiredPackages>
|
||||||
<Units Count="5">
|
<Units Count="5">
|
||||||
<Unit0>
|
<Unit0>
|
||||||
<Filename Value="fixfilenames.pas"/>
|
<Filename Value="fixfilenames.pas"/>
|
||||||
@ -54,9 +77,6 @@
|
|||||||
</ProjectOptions>
|
</ProjectOptions>
|
||||||
<CompilerOptions>
|
<CompilerOptions>
|
||||||
<Version Value="5"/>
|
<Version Value="5"/>
|
||||||
<SearchPaths>
|
|
||||||
<OtherUnitFiles Value="$(LazarusDir)/components/codetools/units/$(TargetCPU)-$(TargetOS)/"/>
|
|
||||||
</SearchPaths>
|
|
||||||
<CodeGeneration>
|
<CodeGeneration>
|
||||||
<Generate Value="Faster"/>
|
<Generate Value="Faster"/>
|
||||||
</CodeGeneration>
|
</CodeGeneration>
|
||||||
|
@ -9,6 +9,25 @@
|
|||||||
<IconPath Value="./"/>
|
<IconPath Value="./"/>
|
||||||
<TargetFileExt Value=""/>
|
<TargetFileExt Value=""/>
|
||||||
</General>
|
</General>
|
||||||
|
<VersionInfo>
|
||||||
|
<UseVersionInfo Value="False"/>
|
||||||
|
<AutoIncrementBuild Value="False"/>
|
||||||
|
<CurrentVersionNr Value="0"/>
|
||||||
|
<CurrentMajorRevNr Value="0"/>
|
||||||
|
<CurrentMinorRevNr Value="0"/>
|
||||||
|
<CurrentBuildNr Value="0"/>
|
||||||
|
<ProjectVersion Value="1.0.0.0"/>
|
||||||
|
<Language Value="0409"/>
|
||||||
|
<CharSet Value="04E4"/>
|
||||||
|
<Comments Value=""/>
|
||||||
|
<CompanyName Value=""/>
|
||||||
|
<FileDescription Value=""/>
|
||||||
|
<InternalName Value=""/>
|
||||||
|
<LegalCopyright Value=""/>
|
||||||
|
<LegalTrademarks Value=""/>
|
||||||
|
<OriginalFilename Value=""/>
|
||||||
|
<ProductName Value=""/>
|
||||||
|
</VersionInfo>
|
||||||
<PublishOptions>
|
<PublishOptions>
|
||||||
<Version Value="2"/>
|
<Version Value="2"/>
|
||||||
<IncludeFileFilter Value="*.(pas|pp|inc|lfm|lpr|lrs|lpi|lpk|sh|xml)"/>
|
<IncludeFileFilter Value="*.(pas|pp|inc|lfm|lpr|lrs|lpi|lpk|sh|xml)"/>
|
||||||
@ -20,6 +39,11 @@
|
|||||||
<LaunchingApplication PathPlusParams="/usr/X11R6/bin/xterm -T 'Lazarus Run Output' -e $(LazarusDir)/tools/runwait.sh $(TargetCmdLine)"/>
|
<LaunchingApplication PathPlusParams="/usr/X11R6/bin/xterm -T 'Lazarus Run Output' -e $(LazarusDir)/tools/runwait.sh $(TargetCmdLine)"/>
|
||||||
</local>
|
</local>
|
||||||
</RunParams>
|
</RunParams>
|
||||||
|
<RequiredPackages Count="1">
|
||||||
|
<Item1>
|
||||||
|
<PackageName Value="CodeTools"/>
|
||||||
|
</Item1>
|
||||||
|
</RequiredPackages>
|
||||||
<Units Count="2">
|
<Units Count="2">
|
||||||
<Unit0>
|
<Unit0>
|
||||||
<Filename Value="getcontext.lpr"/>
|
<Filename Value="getcontext.lpr"/>
|
||||||
@ -36,7 +60,7 @@
|
|||||||
<CompilerOptions>
|
<CompilerOptions>
|
||||||
<Version Value="5"/>
|
<Version Value="5"/>
|
||||||
<SearchPaths>
|
<SearchPaths>
|
||||||
<OtherUnitFiles Value="$(LazarusDir)/components/codetools/units/$(TargetCPU)-$(TargetOS)/;scanexamples/"/>
|
<OtherUnitFiles Value="scanexamples/"/>
|
||||||
</SearchPaths>
|
</SearchPaths>
|
||||||
<CodeGeneration>
|
<CodeGeneration>
|
||||||
<Generate Value="Faster"/>
|
<Generate Value="Faster"/>
|
||||||
|
@ -9,7 +9,25 @@
|
|||||||
<IconPath Value="./"/>
|
<IconPath Value="./"/>
|
||||||
<TargetFileExt Value=""/>
|
<TargetFileExt Value=""/>
|
||||||
</General>
|
</General>
|
||||||
<LazDoc Paths=""/>
|
<VersionInfo>
|
||||||
|
<UseVersionInfo Value="False"/>
|
||||||
|
<AutoIncrementBuild Value="False"/>
|
||||||
|
<CurrentVersionNr Value="0"/>
|
||||||
|
<CurrentMajorRevNr Value="0"/>
|
||||||
|
<CurrentMinorRevNr Value="0"/>
|
||||||
|
<CurrentBuildNr Value="0"/>
|
||||||
|
<ProjectVersion Value="1.0.0.0"/>
|
||||||
|
<Language Value="0409"/>
|
||||||
|
<CharSet Value="04E4"/>
|
||||||
|
<Comments Value=""/>
|
||||||
|
<CompanyName Value=""/>
|
||||||
|
<FileDescription Value=""/>
|
||||||
|
<InternalName Value=""/>
|
||||||
|
<LegalCopyright Value=""/>
|
||||||
|
<LegalTrademarks Value=""/>
|
||||||
|
<OriginalFilename Value=""/>
|
||||||
|
<ProductName Value=""/>
|
||||||
|
</VersionInfo>
|
||||||
<PublishOptions>
|
<PublishOptions>
|
||||||
<Version Value="2"/>
|
<Version Value="2"/>
|
||||||
<IncludeFileFilter Value="*.(pas|pp|inc|lfm|lpr|lrs|lpi|lpk|sh|xml)"/>
|
<IncludeFileFilter Value="*.(pas|pp|inc|lfm|lpr|lrs|lpi|lpk|sh|xml)"/>
|
||||||
@ -21,6 +39,11 @@
|
|||||||
<LaunchingApplication PathPlusParams="/usr/X11R6/bin/xterm -T 'Lazarus Run Output' -e $(LazarusDir)/tools/runwait.sh $(TargetCmdLine)"/>
|
<LaunchingApplication PathPlusParams="/usr/X11R6/bin/xterm -T 'Lazarus Run Output' -e $(LazarusDir)/tools/runwait.sh $(TargetCmdLine)"/>
|
||||||
</local>
|
</local>
|
||||||
</RunParams>
|
</RunParams>
|
||||||
|
<RequiredPackages Count="1">
|
||||||
|
<Item1>
|
||||||
|
<PackageName Value="CodeTools"/>
|
||||||
|
</Item1>
|
||||||
|
</RequiredPackages>
|
||||||
<Units Count="1">
|
<Units Count="1">
|
||||||
<Unit0>
|
<Unit0>
|
||||||
<Filename Value="methodjumping.pas"/>
|
<Filename Value="methodjumping.pas"/>
|
||||||
@ -31,9 +54,6 @@
|
|||||||
</ProjectOptions>
|
</ProjectOptions>
|
||||||
<CompilerOptions>
|
<CompilerOptions>
|
||||||
<Version Value="5"/>
|
<Version Value="5"/>
|
||||||
<SearchPaths>
|
|
||||||
<OtherUnitFiles Value="$(LazarusDir)/components/codetools/units/$(TargetCPU)-$(TargetOS)/"/>
|
|
||||||
</SearchPaths>
|
|
||||||
<CodeGeneration>
|
<CodeGeneration>
|
||||||
<Generate Value="Faster"/>
|
<Generate Value="Faster"/>
|
||||||
</CodeGeneration>
|
</CodeGeneration>
|
||||||
|
@ -5,7 +5,6 @@
|
|||||||
<CompilerOptions>
|
<CompilerOptions>
|
||||||
<Version Value="5"/>
|
<Version Value="5"/>
|
||||||
<SearchPaths>
|
<SearchPaths>
|
||||||
<OtherUnitFiles Value="$(LazarusDir)/components/codetools/units/$(TargetCPU)-$(TargetOS)/"/>
|
|
||||||
<UnitOutputDirectory Value="lib/$(TargetCPU)-$(TargetOS)"/>
|
<UnitOutputDirectory Value="lib/$(TargetCPU)-$(TargetOS)"/>
|
||||||
</SearchPaths>
|
</SearchPaths>
|
||||||
<CodeGeneration>
|
<CodeGeneration>
|
||||||
@ -47,17 +46,20 @@
|
|||||||
</Item7>
|
</Item7>
|
||||||
</Files>
|
</Files>
|
||||||
<Type Value="RunAndDesignTime"/>
|
<Type Value="RunAndDesignTime"/>
|
||||||
<RequiredPkgs Count="3">
|
<RequiredPkgs Count="4">
|
||||||
<Item1>
|
<Item1>
|
||||||
<PackageName Value="SynEdit"/>
|
<PackageName Value="CodeTools"/>
|
||||||
</Item1>
|
</Item1>
|
||||||
<Item2>
|
<Item2>
|
||||||
<PackageName Value="IDEIntf"/>
|
<PackageName Value="SynEdit"/>
|
||||||
</Item2>
|
</Item2>
|
||||||
<Item3>
|
<Item3>
|
||||||
|
<PackageName Value="IDEIntf"/>
|
||||||
|
</Item3>
|
||||||
|
<Item4>
|
||||||
<PackageName Value="FCL"/>
|
<PackageName Value="FCL"/>
|
||||||
<MinVersion Major="1" Valid="True"/>
|
<MinVersion Major="1" Valid="True"/>
|
||||||
</Item3>
|
</Item4>
|
||||||
</RequiredPkgs>
|
</RequiredPkgs>
|
||||||
<UsageOptions>
|
<UsageOptions>
|
||||||
<UnitPath Value="$(PkgOutDir)"/>
|
<UnitPath Value="$(PkgOutDir)"/>
|
||||||
|
@ -5,8 +5,7 @@
|
|||||||
<CompilerOptions>
|
<CompilerOptions>
|
||||||
<Version Value="5"/>
|
<Version Value="5"/>
|
||||||
<SearchPaths>
|
<SearchPaths>
|
||||||
<OtherUnitFiles Value="$(LazarusDir)/components/codetools/units/$(TargetCPU)-$(TargetOS)/"/>
|
<UnitOutputDirectory Value="lib/$(TargetCPU)-$(TargetOS)"/>
|
||||||
<UnitOutputDirectory Value="lib/$(TargetCPU)-$(TargetOS)/"/>
|
|
||||||
</SearchPaths>
|
</SearchPaths>
|
||||||
<CodeGeneration>
|
<CodeGeneration>
|
||||||
<Generate Value="Faster"/>
|
<Generate Value="Faster"/>
|
||||||
@ -23,14 +22,17 @@
|
|||||||
</Item1>
|
</Item1>
|
||||||
</Files>
|
</Files>
|
||||||
<Type Value="RunAndDesignTime"/>
|
<Type Value="RunAndDesignTime"/>
|
||||||
<RequiredPkgs Count="2">
|
<RequiredPkgs Count="3">
|
||||||
<Item1>
|
<Item1>
|
||||||
<PackageName Value="IDEIntf"/>
|
<PackageName Value="CodeTools"/>
|
||||||
</Item1>
|
</Item1>
|
||||||
<Item2>
|
<Item2>
|
||||||
|
<PackageName Value="IDEIntf"/>
|
||||||
|
</Item2>
|
||||||
|
<Item3>
|
||||||
<PackageName Value="FCL"/>
|
<PackageName Value="FCL"/>
|
||||||
<MinVersion Major="1" Valid="True"/>
|
<MinVersion Major="1" Valid="True"/>
|
||||||
</Item2>
|
</Item3>
|
||||||
</RequiredPkgs>
|
</RequiredPkgs>
|
||||||
<UsageOptions>
|
<UsageOptions>
|
||||||
<UnitPath Value="$(PkgOutDir)"/>
|
<UnitPath Value="$(PkgOutDir)"/>
|
||||||
|
@ -5,8 +5,7 @@
|
|||||||
<CompilerOptions>
|
<CompilerOptions>
|
||||||
<Version Value="5"/>
|
<Version Value="5"/>
|
||||||
<SearchPaths>
|
<SearchPaths>
|
||||||
<OtherUnitFiles Value="$(LazarusDir)/components/codetools/units/$(TargetCPU)-$(TargetOS)/"/>
|
<UnitOutputDirectory Value="lib/$(TargetCPU)-$(TargetOS)"/>
|
||||||
<UnitOutputDirectory Value="lib/$(TargetCPU)-$(TargetOS)/"/>
|
|
||||||
</SearchPaths>
|
</SearchPaths>
|
||||||
<CodeGeneration>
|
<CodeGeneration>
|
||||||
<Generate Value="Faster"/>
|
<Generate Value="Faster"/>
|
||||||
@ -23,7 +22,7 @@
|
|||||||
</Item1>
|
</Item1>
|
||||||
</Files>
|
</Files>
|
||||||
<Type Value="RunAndDesignTime"/>
|
<Type Value="RunAndDesignTime"/>
|
||||||
<RequiredPkgs Count="2">
|
<RequiredPkgs Count="3">
|
||||||
<Item1>
|
<Item1>
|
||||||
<PackageName Value="IDEIntf"/>
|
<PackageName Value="IDEIntf"/>
|
||||||
</Item1>
|
</Item1>
|
||||||
@ -31,9 +30,12 @@
|
|||||||
<PackageName Value="FCL"/>
|
<PackageName Value="FCL"/>
|
||||||
<MinVersion Major="1" Valid="True"/>
|
<MinVersion Major="1" Valid="True"/>
|
||||||
</Item2>
|
</Item2>
|
||||||
|
<Item3>
|
||||||
|
<PackageName Value="CodeTools"/>
|
||||||
|
</Item3>
|
||||||
</RequiredPkgs>
|
</RequiredPkgs>
|
||||||
<UsageOptions>
|
<UsageOptions>
|
||||||
<UnitPath Value="$(PkgOutDir)/;$(LazarusDir)/components/codetools/units/$(TargetCPU)-$(TargetOS)/"/>
|
<UnitPath Value="$(PkgOutDir)/"/>
|
||||||
</UsageOptions>
|
</UsageOptions>
|
||||||
<PublishOptions>
|
<PublishOptions>
|
||||||
<Version Value="2"/>
|
<Version Value="2"/>
|
||||||
|
@ -9,6 +9,25 @@
|
|||||||
<IconPath Value="./"/>
|
<IconPath Value="./"/>
|
||||||
<TargetFileExt Value=""/>
|
<TargetFileExt Value=""/>
|
||||||
</General>
|
</General>
|
||||||
|
<VersionInfo>
|
||||||
|
<UseVersionInfo Value="False"/>
|
||||||
|
<AutoIncrementBuild Value="False"/>
|
||||||
|
<CurrentVersionNr Value="0"/>
|
||||||
|
<CurrentMajorRevNr Value="0"/>
|
||||||
|
<CurrentMinorRevNr Value="0"/>
|
||||||
|
<CurrentBuildNr Value="0"/>
|
||||||
|
<ProjectVersion Value="1.0.0.0"/>
|
||||||
|
<Language Value="0409"/>
|
||||||
|
<CharSet Value="04E4"/>
|
||||||
|
<Comments Value=""/>
|
||||||
|
<CompanyName Value=""/>
|
||||||
|
<FileDescription Value=""/>
|
||||||
|
<InternalName Value=""/>
|
||||||
|
<LegalCopyright Value=""/>
|
||||||
|
<LegalTrademarks Value=""/>
|
||||||
|
<OriginalFilename Value=""/>
|
||||||
|
<ProductName Value=""/>
|
||||||
|
</VersionInfo>
|
||||||
<PublishOptions>
|
<PublishOptions>
|
||||||
<Version Value="2"/>
|
<Version Value="2"/>
|
||||||
<IncludeFileFilter Value="*.(pas|pp|inc|lfm|lpr|lrs|lpi|lpk|sh|xml)"/>
|
<IncludeFileFilter Value="*.(pas|pp|inc|lfm|lpr|lrs|lpi|lpk|sh|xml)"/>
|
||||||
@ -20,10 +39,13 @@
|
|||||||
<LaunchingApplication PathPlusParams="/usr/X11R6/bin/xterm -T 'Lazarus Run Output' -e $(LazarusDir)/tools/runwait.sh $(TargetCmdLine)"/>
|
<LaunchingApplication PathPlusParams="/usr/X11R6/bin/xterm -T 'Lazarus Run Output' -e $(LazarusDir)/tools/runwait.sh $(TargetCmdLine)"/>
|
||||||
</local>
|
</local>
|
||||||
</RunParams>
|
</RunParams>
|
||||||
<RequiredPackages Count="1">
|
<RequiredPackages Count="2">
|
||||||
<Item1>
|
<Item1>
|
||||||
<PackageName Value="LCL"/>
|
<PackageName Value="CodeTools"/>
|
||||||
</Item1>
|
</Item1>
|
||||||
|
<Item2>
|
||||||
|
<PackageName Value="LCL"/>
|
||||||
|
</Item2>
|
||||||
</RequiredPackages>
|
</RequiredPackages>
|
||||||
<Units Count="2">
|
<Units Count="2">
|
||||||
<Unit0>
|
<Unit0>
|
||||||
@ -42,9 +64,6 @@
|
|||||||
</ProjectOptions>
|
</ProjectOptions>
|
||||||
<CompilerOptions>
|
<CompilerOptions>
|
||||||
<Version Value="5"/>
|
<Version Value="5"/>
|
||||||
<SearchPaths>
|
|
||||||
<OtherUnitFiles Value="$(LazarusDir)/components/codetools/units/$(TargetCPU)-$(TargetOS)/"/>
|
|
||||||
</SearchPaths>
|
|
||||||
<CodeGeneration>
|
<CodeGeneration>
|
||||||
<Generate Value="Faster"/>
|
<Generate Value="Faster"/>
|
||||||
</CodeGeneration>
|
</CodeGeneration>
|
||||||
|
@ -2512,6 +2512,8 @@ resourcestring
|
|||||||
+'Component Library contains all base components for form editing.';
|
+'Component Library contains all base components for form editing.';
|
||||||
lisPkgSysSynEditTheEditorComponentUsedByLazarus = 'SynEdit - the editor '
|
lisPkgSysSynEditTheEditorComponentUsedByLazarus = 'SynEdit - the editor '
|
||||||
+'component used by Lazarus. http://sourceforge.net/projects/synedit/';
|
+'component used by Lazarus. http://sourceforge.net/projects/synedit/';
|
||||||
|
lisPkgSysCodeToolsToolsAndFunctionsToParseBrowseAndEditPasc = 'CodeTools - '
|
||||||
|
+'tools and functions to parse, browse and edit pascal sources';
|
||||||
lisPkgSysThisIsTheDefaultPackageUsedOnlyForComponents = 'This is the '
|
lisPkgSysThisIsTheDefaultPackageUsedOnlyForComponents = 'This is the '
|
||||||
+'default package. Used only for components without a package. These '
|
+'default package. Used only for components without a package. These '
|
||||||
+'components are outdated.';
|
+'components are outdated.';
|
||||||
|
@ -50,7 +50,7 @@ uses
|
|||||||
SynEditTypes, SynEdit, SynRegExpr, SynEditHighlighter, SynEditAutoComplete,
|
SynEditTypes, SynEdit, SynRegExpr, SynEditHighlighter, SynEditAutoComplete,
|
||||||
SynEditKeyCmds, SynCompletion,
|
SynEditKeyCmds, SynCompletion,
|
||||||
// IDE interface
|
// IDE interface
|
||||||
MacroIntf, ProjectIntf, SrcEditorIntf, MenuIntf, LazIDEIntf,
|
MacroIntf, ProjectIntf, SrcEditorIntf, MenuIntf, LazIDEIntf, PackageIntf,
|
||||||
IDEWindowIntf,
|
IDEWindowIntf,
|
||||||
// IDE units
|
// IDE units
|
||||||
LazarusIDEStrConsts, LazConf, IDECommands, EditorOptions, KeyMapping, Project,
|
LazarusIDEStrConsts, LazConf, IDECommands, EditorOptions, KeyMapping, Project,
|
||||||
@ -435,6 +435,7 @@ type
|
|||||||
procedure OnPopupMenuOpenPFile(Sender: TObject);
|
procedure OnPopupMenuOpenPFile(Sender: TObject);
|
||||||
procedure OnPopupMenuOpenLFMFile(Sender: TObject);
|
procedure OnPopupMenuOpenLFMFile(Sender: TObject);
|
||||||
procedure OnPopupMenuOpenLRSFile(Sender: TObject);
|
procedure OnPopupMenuOpenLRSFile(Sender: TObject);
|
||||||
|
procedure OnPopupMenuOpenFile(Sender: TObject);
|
||||||
procedure ShowUnitInfo(Sender: TObject);
|
procedure ShowUnitInfo(Sender: TObject);
|
||||||
procedure SrcPopUpMenuPopup(Sender: TObject);
|
procedure SrcPopUpMenuPopup(Sender: TObject);
|
||||||
procedure ToggleLineNumbersClicked(Sender: TObject);
|
procedure ToggleLineNumbersClicked(Sender: TObject);
|
||||||
@ -3622,8 +3623,8 @@ begin
|
|||||||
|
|
||||||
// add context specific menu items
|
// add context specific menu items
|
||||||
CurFilename:=ASrcEdit.FileName;
|
CurFilename:=ASrcEdit.FileName;
|
||||||
if FilenameIsPascalUnit(CurFilename)
|
if (FilenameIsAbsolute(CurFilename)) then begin
|
||||||
and (FilenameIsAbsolute(CurFilename)) then begin
|
if FilenameIsPascalUnit(CurFilename) then begin
|
||||||
if FileExists(ChangeFileExt(CurFilename,'.lfm')) then
|
if FileExists(ChangeFileExt(CurFilename,'.lfm')) then
|
||||||
AddContextPopupMenuItem(
|
AddContextPopupMenuItem(
|
||||||
'Open '+ChangeFileExt(ExtractFileName(CurFilename),'.lfm'),
|
'Open '+ChangeFileExt(ExtractFileName(CurFilename),'.lfm'),
|
||||||
@ -3633,8 +3634,7 @@ begin
|
|||||||
'Open '+ChangeFileExt(ExtractFileName(CurFilename),'.lrs'),
|
'Open '+ChangeFileExt(ExtractFileName(CurFilename),'.lrs'),
|
||||||
true,@OnPopupMenuOpenLRSFile);
|
true,@OnPopupMenuOpenLRSFile);
|
||||||
end;
|
end;
|
||||||
if (CompareFileExt(CurFilename,'.lfm',true)=0)
|
if (CompareFileExt(CurFilename,'.lfm',true)=0) then begin
|
||||||
and (FilenameIsAbsolute(CurFilename)) then begin
|
|
||||||
if FileExists(ChangeFileExt(CurFilename,'.pas')) then
|
if FileExists(ChangeFileExt(CurFilename,'.pas')) then
|
||||||
AddContextPopupMenuItem(
|
AddContextPopupMenuItem(
|
||||||
'Open '+ChangeFileExt(ExtractFileName(CurFilename),'.pas'),
|
'Open '+ChangeFileExt(ExtractFileName(CurFilename),'.pas'),
|
||||||
@ -3648,6 +3648,12 @@ begin
|
|||||||
'Open '+ChangeFileExt(ExtractFileName(CurFilename),'.p'),
|
'Open '+ChangeFileExt(ExtractFileName(CurFilename),'.p'),
|
||||||
true,@OnPopupMenuOpenPFile);
|
true,@OnPopupMenuOpenPFile);
|
||||||
end;
|
end;
|
||||||
|
if (CompareFileExt(CurFilename,'.lpi',true)=0)
|
||||||
|
or (CompareFileExt(CurFilename,'.lpk',true)=0) then begin
|
||||||
|
AddContextPopupMenuItem('Open '+ExtractFileName(CurFilename),true,
|
||||||
|
@OnPopupMenuOpenFile);
|
||||||
|
end;
|
||||||
|
end;
|
||||||
|
|
||||||
if Assigned(OnPopupMenu) then OnPopupMenu(@AddContextPopupMenuItem);
|
if Assigned(OnPopupMenu) then OnPopupMenu(@AddContextPopupMenuItem);
|
||||||
|
|
||||||
@ -4574,6 +4580,18 @@ begin
|
|||||||
[ofOnlyIfExists,ofAddToRecent,ofRegularFile,ofUseCache,ofDoNotLoadResource]);
|
[ofOnlyIfExists,ofAddToRecent,ofRegularFile,ofUseCache,ofDoNotLoadResource]);
|
||||||
end;
|
end;
|
||||||
|
|
||||||
|
procedure TSourceNotebook.OnPopupMenuOpenFile(Sender: TObject);
|
||||||
|
var
|
||||||
|
AFilename: String;
|
||||||
|
begin
|
||||||
|
AFilename:=GetActiveSE.Filename;
|
||||||
|
if CompareFileExt(AFilename,'.lpi')=0 then
|
||||||
|
MainIDEInterface.DoOpenProjectFile(AFilename,
|
||||||
|
[ofOnlyIfExists,ofAddToRecent,ofUseCache])
|
||||||
|
else if CompareFileExt(AFilename,'.lpk')=0 then
|
||||||
|
PackageEditingInterface.DoOpenPackageFile(AFilename,[pofAddToRecent]);
|
||||||
|
end;
|
||||||
|
|
||||||
Procedure TSourceNotebook.ShowUnitInfo(Sender: TObject);
|
Procedure TSourceNotebook.ShowUnitInfo(Sender: TObject);
|
||||||
begin
|
begin
|
||||||
if Assigned(FOnShowUnitInfo) then FOnShowUnitInfo(Sender);
|
if Assigned(FOnShowUnitInfo) then FOnShowUnitInfo(Sender);
|
||||||
|
@ -1119,14 +1119,14 @@ begin
|
|||||||
Result:=TLazPackage.Create;
|
Result:=TLazPackage.Create;
|
||||||
with Result do begin
|
with Result do begin
|
||||||
AutoCreated:=true;
|
AutoCreated:=true;
|
||||||
Name:='CodeToolst';
|
Name:='CodeTools';
|
||||||
Filename:=SetDirSeparators('$(LazarusDir)/components/codetools/');
|
Filename:=SetDirSeparators('$(LazarusDir)/components/codetools/');
|
||||||
Version.SetValues(1,0,0,0);
|
Version.SetValues(1,0,0,0);
|
||||||
Author:='Mattias Gaertner';
|
Author:='Mattias Gaertner';
|
||||||
License:='GPL-2';
|
License:='GPL-2';
|
||||||
AutoInstall:=pitStatic;
|
AutoInstall:=pitStatic;
|
||||||
AutoUpdate:=pupManually;
|
AutoUpdate:=pupManually;
|
||||||
Description:='CodeTools - tools and functions to parse, browse and edit pascal sources';
|
Description:=lisPkgSysCodeToolsToolsAndFunctionsToParseBrowseAndEditPasc;
|
||||||
PackageType:=lptRunAndDesignTime;
|
PackageType:=lptRunAndDesignTime;
|
||||||
Installed:=pitStatic;
|
Installed:=pitStatic;
|
||||||
CompilerOptions.UnitOutputDirectory:='';
|
CompilerOptions.UnitOutputDirectory:='';
|
||||||
|
Loading…
Reference in New Issue
Block a user