lazarus/components/codetools
2022-05-03 21:59:17 +02:00
..
docs
examples codetools: sourcecloser: warning if something is wrong with implementation section 2021-11-18 22:40:39 +01:00
ide updated Makefiles 2022-02-24 12:55:45 +01:00
languages Translations: Chinese translation update by robsean, bug #37290 2020-07-01 21:39:48 +00:00
tests CodeTools: Resolve generic params when searching in ancestors. 2022-05-03 02:32:26 +02:00
basiccodetools.pas IDE: paste text in pascal source: convert unicode spaces to ascii spaces 2022-04-20 23:49:41 +02:00
cachecodetools.pas
ccodeparsertool.pas codetools: parse multiline string constant 2022-03-14 16:38:07 +01: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
codecache.pas IDE: Minor optimization, cleanup and formatting. 2020-10-22 13:35:04 +00:00
codecompletiontemplater.pas
codecompletiontemplates.xml
codecompletiontool.pas codetools: fixed complete event assignment keeping spaces after assign operator 2022-04-16 13:08:03 +02:00
codegraph.pas
codeindex.pas
codetemplatestool.pas
codetoolgdbtracer.pas Components: use LazLoggerBase instead of LazLogger 2018-06-02 16:46:39 +00:00
codetoolmanager.pas Include keywords option 2022-05-03 21:59:17 +02: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
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
codetoolsstructs.pas
codetree.pas Updated supported procedure modifiers: noinline, noreturn 2022-02-19 13:16:20 +03:00
ctloadlaz.pas
ctunitgraph.pas codetools: fixed usesgraph addtargetunit 2019-01-23 10:12:18 +00:00
ctunitgroupgraph.pas
ctxmlfixfragment.pas
customcodetool.pas codetools: parse multiline string constant 2022-03-14 16:38:07 +01:00
definetemplates.pas Codetools: Add target processor names for SPARC CPU matching the names in FPC. Issue #39692. 2022-03-29 21:42:08 +03: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: added OnGetClassUnitName 2022-04-16 09:05:50 +02: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
finddeclarationtool.pas CodeTools: Resolve generic params when searching in ancestors. 2022-05-03 02:32:26 +02:00
findoverloads.pas
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.pp
h2pastool.pas codetools: parse multiline string constant 2022-03-14 16:38:07 +01:00
identcompletiontool.pas Include keywords option 2022-05-03 21:59:17 +02:00
keywordfunclists.pas Merge branch 'codetools-internproc-add' into 'main' 2022-02-24 13:17:09 +00:00
lfmtrees.pas
linkscanner.pas Support UnderscoreisSeparator modeswitch. 2022-04-28 22:41:47 +03:00
Makefile updated Makefiles 2022-02-24 12:55:45 +01: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 codetools: clean up 2021-08-09 18:38:49 +02:00
memcheck.pas
methodjumptool.pas codetools: less debug 2022-04-16 13:08:41 +02:00
multikeywordlisttool.pas
nonpascalcodetools.pas codetools: fixed rangechecking 2018-01-18 21:23:38 +00:00
otheridentifiertree.pas
pascalparsertool.pas CodeTool: Parse packed array params "procedure Foo(bar: packed array of integer)" 2022-05-02 17:44:28 +02:00
pascalreadertool.pas Revert the assignment ':=' commit. It is useless without the parameter list and fails to work always. Issue #39545. 2022-01-14 13:13:23 +02:00
ppucodetools.pas
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 Updated supported procedure modifiers: noinline, noreturn 2022-02-19 13:16:20 +03: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: fixed TSourceLog.Replace 2022-03-09 10:02:26 +01: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