lazarus/components/codetools
2026-02-18 10:51:04 +02:00
..
docs
examples codetools: fixed searching classes on target wasi, wasip1, wasip2, wasip1threads 2025-05-04 20:11:15 +02:00
ide Regenerate makefiles for powerpc64-freebsd 2026-02-03 16:32:34 +03:00
languages Translations: Chinese translation update by ACTom, merge request !480 2025-05-22 15:46:47 +03:00
tests Codetools: Improve match of parameter array of record. (Earlier xxx commit belongs to this). Issue #39494, patch by Włodzimierz Bień. 2026-02-18 10:51:04 +02:00
basiccodetools.pas Codetools, LazUtils: Allow both %Encoding and %MainUnit directives in a file. Issue #42026, based on patch by Domingo Galmés. 2026-02-01 18:08:25 +02:00
cachecodetools.pas
ccodeparsertool.pas
changedeclarationtool.pas codetools: removed BuildSubTree 2025-11-29 17:30:08 +01:00
codeatom.pas codetools: started Find- and RenameSourceNameReferences 2025-02-04 15:40:25 +01:00
codebeautifier.pas
codecache.pas ide: on clear FPC sources clear all include links for namespaced folders as well 2025-12-22 11:18:11 +01:00
codecompletiontemplater.pas
codecompletiontemplates.xml
codecompletiontool.pas codetools: removed jitparsing of procs and proc types 2025-11-29 17:22:11 +01:00
codegraph.pas
codeindex.pas
codetoolgdbtracer.pas
codetoolmanager.pas Codetools, LazUtils: Allow both %Encoding and %MainUnit directives in a file. Issue #42026, based on patch by Domingo Galmés. 2026-02-01 18:08:25 +02:00
codetoolmemmanager.pas
codetools.inc codetools: less hints 2025-01-26 15:27:39 +01:00
codetools.lpk codetools: clean up 2023-12-19 09:46:35 +01:00
codetools.pas
codetoolscfgscript.pas Codetools: Call CompareIdentifiers directly instead of CompareIdentifierPtrs. 2024-09-28 10:45:12 +03:00
codetoolsconfig.pas
codetoolsfpcmsgs.pas
codetoolsstrconsts.pas CodeTools: removed unused resource strings, regenerated translations 2022-06-25 01:47:29 +03:00
codetoolsstructs.pas
codetree.pas Codetools: Respect "strict" modifier for private and protected. Issue #28331, patch by Włodzimierz Bień. 2026-01-22 21:48:15 +02:00
controllertypes.inc CodeTools: Move the constant array ControllerTypes into a separate include file 2024-09-27 21:51:29 +00:00
ctloadlaz.pas
ctunitgraph.pas codetools: test for find refs in lfm 2025-05-15 16:07:29 +02:00
ctunitgroupgraph.pas
ctxmlfixfragment.pas codetools: fix xml: option to remove unopen close tags, aissist: fix xml 2025-01-24 12:29:52 +01:00
customcodetool.pas Codetools: Support constant array of records. Issue #23944, patch by Włodzimierz Bień. 2026-02-08 20:37:38 +02:00
definetemplates.pas ide: fsfWrongLeftPath: use rules for fpc source files 2026-02-10 15:48:59 +01:00
directivestree.pas Codetools: Call CompareIdentifiers directly instead of CompareIdentifierPtrs. 2024-09-28 10:45:12 +03:00
directorycacher.pas codetools: search include file with path via include path, issue #42022 2026-01-23 16:28:18 +01:00
eventcodetool.pas codetools: removed BuildSubTree 2025-11-29 17:30:08 +01:00
expreval.pas CodeTools expreval: Ord() support 2024-07-17 21:37:14 +02:00
extractproctool.pas codetools: removed BuildSubTree 2025-11-29 17:30:08 +01:00
fileprocs.pas IDE: Show .lpr suffix in editor title. Revert earlier Codetools change. Issue #41913. 2025-12-27 16:33:26 +02:00
finddeclarationcache.pas
finddeclarationtool.pas Codetools: Improve match of parameter array of record. (Earlier xxx commit belongs to this). Issue #39494, patch by Włodzimierz Bień. 2026-02-18 10:51:04 +02:00
findoverloads.pas codetools: removed BuildSubTree 2025-11-29 17:30:08 +01:00
fpc.errore.msg codetools: updated fpc english error messages 2024-03-05 16:43:01 +01:00
fpcsrcrules.inc codetools: fixed searching classes on target wasi, wasip1, wasip2, wasip1threads 2025-05-04 20:11:15 +02:00
fpmake.pp codetools: clean up 2023-12-19 09:46:35 +01:00
h2pastool.pas Codetools: Call CompareIdentifiers directly instead of CompareIdentifierPtrs. 2024-09-28 10:45:12 +03:00
identcompletiontool.pas Codetools: Fix class helper and inner class with strict private. Issue #28331, patch by Włodzimierz Bień. 2026-02-09 14:12:23 +02:00
keywordfunclists.pas Codetools: Try to support OleVariant type. Does not work. Issue #41704. 2025-07-01 17:09:50 +03:00
lfmtrees.pas codetools: clean up 2026-01-23 16:28:18 +01:00
linkscanner.pas Codetools: Define predefined 'CODETOOLS'. Can be used to omit parts of code from being parsed. Issue #42023, patch by Domingo Galmés. 2026-01-24 18:05:11 +02:00
Makefile Regenerate makefiles for powerpc64-freebsd 2026-02-03 16:32:34 +03:00
Makefile.compiled updated makefiles 2023-09-03 17:11:29 +02:00
Makefile.fpc updated makefiles 2023-09-03 17:11:29 +02:00
memcheck_laz.inc
memcheck.pas Correctly handle cross-thread ReallocMem in components/codetools/memcheck.pas. 2025-09-11 17:52:05 +03:00
methodjumptool.pas codetools: method jumping to generic methods with multi keyword constraints 2026-01-29 09:51:10 +01:00
multikeywordlisttool.pas codetools: added IdentifierHasKeywords 2025-02-10 15:31:48 +01:00
nonpascalcodetools.pas
otheridentifiertree.pas
pascalparsertool.pas Codetools: Support constant array of records. Issue #23944, patch by Włodzimierz Bień. 2026-02-08 20:37:38 +02:00
pascalreadertool.pas codetools: method jumping to generic methods with multi keyword constraints 2026-01-29 09:51:10 +01:00
ppucodetools.pas
ppugraph.pas Replace deprecated LazIsValidIdent with IsValidIdent. 2024-09-29 02:21:32 +03:00
ppuparser.pas
resourcecodetool.pas
sourcechanger.pas codetools: clean up 2025-07-27 13:25:17 +02:00
sourcelog.pas codetools: started test for namespaced units in fpc sources 2023-12-18 10:12:02 +01:00
stdcodetools.pas codetools: ComplteBlock: fixed nested proc begin 2025-12-26 14:19:57 +01:00
unitdictionary.pas ide+codetools: list and rename dotted units and identifntifiers and amp identifiers, from WooBean007 2024-12-29 16:50:38 +01:00