lazarus/components/codetools
2024-09-07 10:24:41 +03:00
..
docs
examples CodeTools: Fixing compilation of the addclass.lpi example (continued 2f643bd4) 2024-08-13 20:04:21 +05:00
ide codetools: hide cody form 2024-08-31 08:13:49 +02:00
languages CodeTools: removed unused resource strings, regenerated translations 2022-06-25 01:47:29 +03:00
tests Codetools: more tests for ampersand. 2024-09-03 15:46:06 +02:00
basiccodetools.pas Codetools: Support CTRL-SHIFT-C in front of &-identifier. Issue #40922, patch by WooBean007. 2024-09-07 10:24:41 +03:00
cachecodetools.pas Remove unit Laz_AVL_Tree, a copy of unit AVL_Tree. Not needed with FPC 3.2.x. 2023-07-07 17:39:03 +03:00
ccodeparsertool.pas Remove unit Laz_AVL_Tree, a copy of unit AVL_Tree. Not needed with FPC 3.2.x. 2023-07-07 17:39:03 +03:00
changedeclarationtool.pas Remove unit Laz_AVL_Tree, a copy of unit AVL_Tree. Not needed with FPC 3.2.x. 2023-07-07 17:39:03 +03:00
codeatom.pas
codebeautifier.pas ide+codetools: less hints 2023-08-03 18:07:54 +02:00
codecache.pas Codetools,IDE: Allow renaming project files to lowercase in a case-insensitive file system. Issue #10370. 2024-07-06 06:08:20 +03:00
codecompletiontemplater.pas
codecompletiontemplates.xml
codecompletiontool.pas Codetools: Complete also a virtual/overridden method body with empty brackets. Issue #40799, patch by Domingo Galmés. 2024-03-06 10:09:34 +02:00
codegraph.pas Remove unit Laz_AVL_Tree, a copy of unit AVL_Tree. Not needed with FPC 3.2.x. 2023-07-07 17:39:03 +03:00
codeindex.pas Remove unit Laz_AVL_Tree, a copy of unit AVL_Tree. Not needed with FPC 3.2.x. 2023-07-07 17:39:03 +03:00
codetoolgdbtracer.pas codetools: less hints 2023-04-13 15:38:12 +02:00
codetoolmanager.pas codetools: CompareIdentifiersCaseSensitive: check ampersands 2024-08-05 17:46:29 +02:00
codetoolmemmanager.pas
codetools.inc
codetools.lpk codetools: clean up 2023-12-19 09:46:35 +01:00
codetools.pas
codetoolscfgscript.pas Remove unit Laz_AVL_Tree, a copy of unit AVL_Tree. Not needed with FPC 3.2.x. 2023-07-07 17:39:03 +03:00
codetoolsconfig.pas ide: fixed SubTarget to Subtarget 2023-07-26 13:36:16 +01:00
codetoolsfpcmsgs.pas Remove unit Laz_AVL_Tree, a copy of unit AVL_Tree. Not needed with FPC 3.2.x. 2023-07-07 17:39:03 +03:00
codetoolsstrconsts.pas CodeTools: removed unused resource strings, regenerated translations 2022-06-25 01:47:29 +03:00
codetoolsstructs.pas Remove unit Laz_AVL_Tree, a copy of unit AVL_Tree. Not needed with FPC 3.2.x. 2023-07-07 17:39:03 +03:00
codetree.pas Revert the Codetools support of dotted names commit (issue #40596). It broke unit tests. 2024-02-03 07:34:44 +02:00
ctloadlaz.pas
ctunitgraph.pas Remove unit Laz_AVL_Tree, a copy of unit AVL_Tree. Not needed with FPC 3.2.x. 2023-07-07 17:39:03 +03:00
ctunitgroupgraph.pas Remove unit Laz_AVL_Tree, a copy of unit AVL_Tree. Not needed with FPC 3.2.x. 2023-07-07 17:39:03 +03:00
ctxmlfixfragment.pas
customcodetool.pas codetools: ReadPriorAtom for ampersand identifier 2024-09-03 14:06:42 +02:00
definetemplates.pas Codetools: Add RISC-V selections to DefineTemplates. Issue #41067. 2024-08-19 14:53:32 +03:00
directivestree.pas Remove unit Laz_AVL_Tree, a copy of unit AVL_Tree. Not needed with FPC 3.2.x. 2023-07-07 17:39:03 +03:00
directorycacher.pas Codetools: Do not raise exception for a non-existent unit name. The compiler accepts it. 2024-07-01 13:54:53 +03:00
eventcodetool.pas codetools: fixed CreatePublishedMethod adding dotted unitnames 2023-09-23 09:01:51 +02:00
expreval.pas CodeTools expreval: Ord() support 2024-07-17 21:37:14 +02:00
extractproctool.pas ide+codetools: less hints 2023-08-03 18:07:54 +02:00
fileprocs.pas codetools: FindClose in try finally 2024-01-15 15:18:56 +01:00
finddeclarationcache.pas Remove unit Laz_AVL_Tree, a copy of unit AVL_Tree. Not needed with FPC 3.2.x. 2023-07-07 17:39:03 +03:00
finddeclarationtool.pas codetools: ReadPriorAtom for ampersand identifier 2024-09-03 14:06:42 +02:00
findoverloads.pas ide+codetools: less hints 2023-08-03 18:07:54 +02:00
fpc.errore.msg codetools: updated fpc english error messages 2024-03-05 16:43:01 +01:00
fpcsrcrules.inc
fpmake.pp codetools: clean up 2023-12-19 09:46:35 +01:00
h2pastool.pas Remove unit Laz_AVL_Tree, a copy of unit AVL_Tree. Not needed with FPC 3.2.x. 2023-07-07 17:39:03 +03:00
identcompletiontool.pas Codetools: Add a few more keywords to Ident-Completion. 2024-04-22 14:04:02 +02:00
keywordfunclists.pas codetools: comment 2024-08-08 14:50:25 +02:00
lfmtrees.pas Remove unit Laz_AVL_Tree, a copy of unit AVL_Tree. Not needed with FPC 3.2.x. 2023-07-07 17:39:03 +03:00
linkscanner.pas codetools: fixed searching include file in fpc.cfg paths, issue #39872 2024-06-18 17:08:20 +02:00
Makefile updated makefiles 2024-07-15 10:50:53 +02: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 codetools: clean up 2021-08-09 18:38:49 +02:00
memcheck.pas
methodjumptool.pas codetools: clean up 2023-12-19 09:46:35 +01:00
multikeywordlisttool.pas
nonpascalcodetools.pas
otheridentifiertree.pas
pascalparsertool.pas codetools: parse section on platform wasi 2024-04-13 09:39:52 +02:00
pascalreadertool.pas codetools: fixed FindFileAtCursor open ampersand uses 2024-08-09 09:45:53 +02:00
ppucodetools.pas Remove unit Laz_AVL_Tree, a copy of unit AVL_Tree. Not needed with FPC 3.2.x. 2023-07-07 17:39:03 +03:00
ppugraph.pas codetools: using cache 2023-08-03 11:12:57 +02:00
ppuparser.pas codetools: less hints 2023-04-13 15:38:12 +02:00
resourcecodetool.pas
sourcechanger.pas Remove unit Laz_AVL_Tree, a copy of unit AVL_Tree. Not needed with FPC 3.2.x. 2023-07-07 17:39:03 +03:00
sourcelog.pas codetools: started test for namespaced units in fpc sources 2023-12-18 10:12:02 +01:00
stdcodetools.pas codetools: fixed FindDanglingComponentEvents iteration of properties, fixed #40664 2024-01-03 10:42:05 +01:00
unitdictionary.pas Remove unit Laz_AVL_Tree, a copy of unit AVL_Tree. Not needed with FPC 3.2.x. 2023-07-07 17:39:03 +03:00