lazarus/components/codetools
2025-11-28 12:31:21 +01:00
..
docs
examples codetools: fixed searching classes on target wasi, wasip1, wasip2, wasip1threads 2025-05-04 20:11:15 +02:00
ide Codetools/Cody: regenerated translations and updated Russian translation 2025-07-08 22:59:56 +03:00
languages Translations: Chinese translation update by ACTom, merge request !480 2025-05-22 15:46:47 +03:00
tests Codetools: fixed test, markers were not parsed correctly and "find declaration" tests were skipped. Marked one test as TODO (as it's failure was ignored) 2025-11-28 12:31:21 +01:00
basiccodetools.pas Codetools: Sopport completion also when identifier starts with '&'. Issue #41835, patch by paweld. 2025-09-19 17:02:12 +03:00
cachecodetools.pas
ccodeparsertool.pas
changedeclarationtool.pas codetools: RenameSourceNameReferences: apply ascending 2025-02-10 14:43:48 +01:00
codeatom.pas codetools: started Find- and RenameSourceNameReferences 2025-02-04 15:40:25 +01:00
codebeautifier.pas
codecache.pas IDE: update name of editor-macro in source-editor when renaming in macro list. Issue #41699 2025-06-13 17:36:26 +02:00
codecompletiontemplater.pas
codecompletiontemplates.xml
codecompletiontool.pas Codetools: Completion of constrained generic procedures / remove constraints in implementation Issue #38095 2025-11-26 02:46:20 +01:00
codegraph.pas
codeindex.pas
codetoolgdbtracer.pas
codetoolmanager.pas codetools: lfm parser: replaced TParser 2025-07-30 13:03:32 +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
codetoolsstructs.pas
codetree.pas codetools: fixed resolving ctnConstant, improved guess type of const enum set 2025-08-08 10:46:04 +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: Refactor, add ParserFlags to control ChildNode-creation and RaiseExceptions / Introduce DontRaise in some of the "Check and Raise" procs to reduce duplicate conditions in callers. 2025-11-27 20:29:53 +01:00
definetemplates.pas ide: unit path to LazEditTextAttributes 2025-09-25 09:19:38 +02:00
directivestree.pas Codetools: Call CompareIdentifiers directly instead of CompareIdentifierPtrs. 2024-09-28 10:45:12 +03:00
directorycacher.pas codetools: redo check if directory cache filename is expanded 2025-06-24 13:41:05 +02:00
eventcodetool.pas Codetools: fixed missing generic prefix for completed procedure bodies. Fixes #39698 2025-11-25 17:01:38 +01:00
expreval.pas CodeTools expreval: Ord() support 2024-07-17 21:37:14 +02:00
extractproctool.pas Codetools: fixed missing generic prefix for completed procedure bodies. Fixes #39698 2025-11-25 17:01:38 +01:00
fileprocs.pas Delete some deprecated functions. Inspired by issue #41363. 2025-01-31 13:50:35 +02:00
finddeclarationcache.pas
finddeclarationtool.pas Codetools: fix finding self in Delphi-mode generic methods. Issue #39291 and #41790 2025-11-27 20:29:58 +01:00
findoverloads.pas
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: fixed missing generic prefix for completed procedure bodies. Fixes #39698 2025-11-25 17:01:38 +01: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: lfm parser: parse lists with integer values 2025-08-13 12:11:59 +02:00
linkscanner.pas Codetools: Support {$macro+} directive. Issue #41914. 2025-11-17 08:49:29 +02:00
Makefile updated Makefiles 2025-07-07 16:12:04 +02:00
Makefile.compiled
Makefile.fpc
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: fixed missing generic prefix for completed procedure bodies. Fixes #39698 2025-11-25 17:01:38 +01:00
multikeywordlisttool.pas codetools: added IdentifierHasKeywords 2025-02-10 15:31:48 +01:00
nonpascalcodetools.pas
otheridentifiertree.pas
pascalparsertool.pas Codetools: fix parser. Var/Const sections can be ended by a "generic procedure ...". The identifier "generic" was not checked if it started such a proc. 2025-11-27 21:41:44 +01:00
pascalreadertool.pas Codetools: fix finding self in Delphi-mode generic methods. Issue #39291 and #41790 2025-11-27 20:29:58 +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: clean up 2025-07-31 17:19:49 +02: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