lazarus/components/codetools
2021-07-03 21:09:29 +00:00
..
docs codetools: updated sourcecloser example 2017-09-11 15:48:54 +00:00
examples Optimize CompareFileExt in different ways. Comparison of FPC/Lazarus generated files can be case-sensitive. 2021-01-10 19:07:52 +00:00
ide set trunk version to 2.3.0 2021-06-15 14:00:39 +00:00
languages Translations: Chinese translation update by robsean, bug #37290 2020-07-01 21:39:48 +00:00
tests codetools: test GenericsDelphi_FuncParam 2021-05-02 15:33:23 +00:00
basiccodetools.pas LazUtils: New LazStartsStr and similar functions. StartsStr etc. in StrUtils return False for empty sub-string, thus Delphi incompatible. 2021-03-04 08:58:54 +00:00
cachecodetools.pas Copy AVL_Tree from FPC trunk and replace classes in AvgLvlTree and in CodetoolsStructs with it. 2017-04-05 08:34:48 +00:00
ccodeparsertool.pas codetools: fixed rangechecking 2018-01-18 21:23:38 +00:00
changedeclarationtool.pas codetools: AddProcModifier fixed external name 2018-05-13 11:33:35 +00:00
codeatom.pas codetools: changed TAtomRing to support longer ring, full two way 2017-11-22 10:58:30 +00:00
codebeautifier.pas Copy AVL_Tree from FPC trunk and replace classes in AvgLvlTree and in CodetoolsStructs with it. 2017-04-05 08:34:48 +00:00
codecache.pas IDE: Minor optimization, cleanup and formatting. 2020-10-22 13:35:04 +00:00
codecompletiontemplater.pas
codecompletiontemplates.xml
codecompletiontool.pas CodeTools: fixed typo in TryFirstLocalIdentOccurence function name 2021-06-10 22:31:48 +00:00
codegraph.pas Copy AVL_Tree from FPC trunk and replace classes in AvgLvlTree and in CodetoolsStructs with it. 2017-04-05 08:34:48 +00:00
codeindex.pas Copy AVL_Tree from FPC trunk and replace classes in AvgLvlTree and in CodetoolsStructs with it. 2017-04-05 08:34:48 +00:00
codetemplatestool.pas Copy AVL_Tree from FPC trunk and replace classes in AvgLvlTree and in CodetoolsStructs with it. 2017-04-05 08:34:48 +00:00
codetoolgdbtracer.pas Components: use LazLoggerBase instead of LazLogger 2018-06-02 16:46:39 +00:00
codetoolmanager.pas codetools: test RenameIdentifier 2021-04-12 18:49:28 +00:00
codetoolmemmanager.pas
codetools.inc
codetools.lpk Codetools: Enabled possibility to compile with fpmake 2019-04-20 19:02:05 +00:00
codetools.pas
codetoolscfgscript.pas codetools: added unique ids for errors 2017-04-21 18:35:53 +00:00
codetoolsconfig.pas codetools: renamed TFPCConfigFileStateList TPCConfigFileStateList, TFPCTargetConfigCache TPCTargetConfigCache 2017-12-18 17:03:02 +00:00
codetoolsfpcmsgs.pas LazUtils: Deprecate now obsolete unit LazUtf8Classes and remove its references from Lazarus code. 2021-01-14 12:41:32 +00:00
codetoolsstrconsts.pas codetools: fixed reparsing on changed module name 2017-10-10 09:18:10 +00:00
codetoolsstructs.pas Copy AVL_Tree from FPC trunk and replace classes in AvgLvlTree and in CodetoolsStructs with it. 2017-04-05 08:34:48 +00:00
codetree.pas codetools: FindReferences for unit names 2021-04-06 00:11:28 +00:00
ctloadlaz.pas
ctunitgraph.pas codetools: fixed usesgraph addtargetunit 2019-01-23 10:12:18 +00:00
ctunitgroupgraph.pas Copy AVL_Tree from FPC trunk and replace classes in AvgLvlTree and in CodetoolsStructs with it. 2017-04-05 08:34:48 +00:00
ctxmlfixfragment.pas
customcodetool.pas CodeTools: fix &-prefixed identifier comparison. Fixes #32561 2019-11-15 21:18:09 +00:00
definetemplates.pas Codetools: Add webassembly and other new targets from FPC trunk. Issue #39131, patch by Alfred. 2021-07-03 21:09:29 +00:00
directivestree.pas codetools: fixed rangechecking 2018-01-18 21:23:38 +00:00
directorycacher.pas New optimized functions in LazUtils: FilenameExtIs and FilenameExtIn. Used instead of CompareFileExt and similar. 2021-02-15 08:43:50 +00:00
eventcodetool.pas codetools: GetCompatiblePublishedMethods check if class or property missing 2021-03-20 11:28:01 +00:00
expreval.pas IDE: Optimize DefineTemplates updates for packages and project. 2021-01-19 09:20:34 +00:00
extractproctool.pas codetools: added AddProcModifier 2018-05-13 09:57:40 +00:00
fileprocs.pas LazUtils: Deprecate now obsolete unit LazUtf8Classes and remove its references from Lazarus code. 2021-01-14 12:41:32 +00:00
finddeclarationcache.pas Copy AVL_Tree from FPC trunk and replace classes in AvgLvlTree and in CodetoolsStructs with it. 2017-04-05 08:34:48 +00:00
finddeclarationtool.pas codetools: partly fixed find declaration for members of default array property 2021-04-30 00:42:41 +00:00
findoverloads.pas Copy AVL_Tree from FPC trunk and replace classes in AvgLvlTree and in CodetoolsStructs with it. 2017-04-05 08:34:48 +00:00
fpc.errore.msg codetools: updated fallback fpc msg file 2020-06-27 19:47:52 +00:00
fpcsrcrules.inc codetools: fpc sources: gives sources in tests lower priority 2018-05-25 22:07:15 +00:00
fpmake.pas
fpmake.pp
h2pastool.pas Copy AVL_Tree from FPC trunk and replace classes in AvgLvlTree and in CodetoolsStructs with it. 2017-04-05 08:34:48 +00:00
identcompletiontool.pas codetools: added intrinsic GetTypeKind 2020-08-26 19:09:33 +00:00
keywordfunclists.pas codetools: added DISCARDRESULT to IsKeyWordProcedureSpecifier 2021-03-15 10:08:54 +00:00
lfmtrees.pas Copy AVL_Tree from FPC trunk and replace classes in AvgLvlTree and in CodetoolsStructs with it. 2017-04-05 08:34:48 +00:00
linkscanner.pas Codetools: Support ArrayToDynArray and other missing modeswitches. Issue #36796. 2020-03-15 17:55:43 +00:00
Makefile set trunk version to 2.3.0 2021-06-15 14:00:39 +00:00
Makefile.compiled updated makefiles 2018-07-11 23:58:59 +00:00
Makefile.fpc make: changed default darwin lcl platform from carbon to cocoa 2020-07-13 09:00:41 +00:00
memcheck_laz.inc
memcheck.pas
methodjumptool.pas codetools: added FindProc 2019-03-08 23:02:29 +00:00
multikeywordlisttool.pas codetools: added unique ids for errors 2017-04-21 18:35:53 +00:00
nonpascalcodetools.pas codetools: fixed rangechecking 2018-01-18 21:23:38 +00:00
otheridentifiertree.pas
pascalparsertool.pas CodeTools: Allow a "var" section inside a record with {$modeswitch advancedrecords}. Issue #38957, patch by Domingo Galmés. 2021-06-18 17:58:28 +00:00
pascalreadertool.pas codetools: fixed extract generic type param names, issue #37081, from Pascal Riekenberg 2020-05-18 10:29:22 +00:00
ppucodetools.pas Codetools: formatting. 2017-04-08 08:28:57 +00:00
ppugraph.pas New optimized functions in LazUtils: FilenameExtIs and FilenameExtIn. Used instead of CompareFileExt and similar. 2021-02-15 08:43:50 +00:00
ppuparser.pas Codetools: Add webassembly and other new targets from FPC trunk. Issue #39131, patch by Alfred. 2021-07-03 21:09:29 +00:00
resourcecodetool.pas codetools: changed TAtomRing to support longer ring, full two way 2017-11-22 10:58:30 +00:00
sourcechanger.pas codetools: parse delphi generic method 2018-04-11 18:49:18 +00:00
sourcelog.pas codetools: less hints 2021-02-28 22:39:26 +00:00
stdcodetools.pas IDE, Codetools: Simplify LoadAncestorDependencyHidden. Use "out" parameter when appropriate. 2021-03-07 13:24:51 +00:00
unitdictionary.pas codetools: less hints 2021-02-28 08:51:52 +00:00