lazarus/converter
2023-03-26 15:38:22 +03:00
..
chgencodingdlg.lfm Converter: ChangeEncodingDlg: implement a mechanism to let user select which files are to be converted. Issue #0029979. 2016-04-11 08:32:14 +00:00
chgencodingdlg.pas Renamed LazarusCommonStrConst to IdeIntfStrConsts 2023-01-25 16:51:48 +01:00
convcodetool.pas Converter: Do not comment out {$R *.res} directive even if the file does not exist. It will be generated. Issue #39336. 2022-09-18 16:13:42 +03:00
convertdelphi.pas Converter: Move function PathHasPascalUnitFile to IDEProcs. Search missing units from all open packages. 2023-03-26 15:38:22 +03:00
convertertypes.pas Converter: Improve adding missing units and package dependencies etc. Issue #30895. 2017-01-02 22:02:50 +00:00
convertsettings.lfm Converter: actually show 'Other' groupbox hint in conversion settings dialog 2014-10-04 00:02:15 +00:00
convertsettings.pas Renamed LazarusCommonStrConst to IdeIntfStrConsts 2023-01-25 16:51:48 +01:00
formfileconv.pas Remove useless test for X <> Nil when using "is" operator. 2020-08-18 17:35:21 +00:00
lazxmlforms.pas general: Updated address of the Free Software Foundation in copyright messages 2017-01-29 21:04:32 +00:00
missingpropertiesdlg.lfm Converter: fix layout error in Missing Properties dialog. Use AutoSize. 2014-11-04 18:43:23 +00:00
missingpropertiesdlg.pas LazUtils: Deprecate now obsolete unit LazUtf8Classes and remove its references from Lazarus code. 2021-01-14 12:41:32 +00:00
missingunits.lfm Converter: Improve MissingUnits form layout. Issue #28676, patch from Alexey Torgashin. 2015-09-14 14:30:28 +00:00
missingunits.pas Converter: Try to find used units when they are not included in a component package. Improve GUI texts. 2023-03-19 08:34:45 +02:00
replacefuncsunit.lfm
replacefuncsunit.pas Renamed LazarusCommonStrConst to IdeIntfStrConsts 2023-01-25 16:51:48 +01:00
replacenamesunit.lfm
replacenamesunit.pas Renamed LazarusCommonStrConst to IdeIntfStrConsts 2023-01-25 16:51:48 +01:00
usedunits.pas New optimized functions in LazUtils: FilenameExtIs and FilenameExtIn. Used instead of CompareFileExt and similar. 2021-02-15 08:43:50 +00:00