.. |
docs
|
|
|
examples
|
codetools: sourcecloser: warning if something is wrong with implementation section
|
2021-11-18 22:40:39 +01:00 |
ide
|
CodeTools: fix guesstype (type for declaration) with generics.
|
2023-03-08 17:25:09 +01:00 |
languages
|
CodeTools: removed unused resource strings, regenerated translations
|
2022-06-25 01:47:29 +03:00 |
tests
|
codetools: added GatherPublishedVarTypes, CompleteComponent with optional CheckUnits
|
2023-04-13 15:38:12 +02:00 |
basiccodetools.pas
|
Fix UnicodeSpacesToASCII, After "Replace()" p is already replaced. Old code could skip codepoints or iterate past end of string. Don't replace regular space #20 with itself (nop).
|
2022-12-02 00:58:42 +01:00 |
cachecodetools.pas
|
|
|
ccodeparsertool.pas
|
codetools: parse multiline string constant
|
2022-03-14 16:38:07 +01:00 |
changedeclarationtool.pas
|
|
|
codeatom.pas
|
|
|
codebeautifier.pas
|
|
|
codecache.pas
|
ide+codetools: simplified check disk changes and fixed lfm check
|
2023-04-23 19:00:29 +02:00 |
codecompletiontemplater.pas
|
|
|
codecompletiontemplates.xml
|
|
|
codecompletiontool.pas
|
codetools: fixed event assignment completion with existing @name
|
2023-03-31 15:36:20 +02:00 |
codegraph.pas
|
codetools: less hints
|
2023-04-13 15:38:12 +02:00 |
codeindex.pas
|
|
|
codetemplatestool.pas
|
|
|
codetoolgdbtracer.pas
|
codetools: less hints
|
2023-04-13 15:38:12 +02:00 |
codetoolmanager.pas
|
IDE: extended Change Class for ambiguous component classes
|
2023-04-18 22:25:21 +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
|
IDE, Debugger, Project: Allow setting up project specific debugger backends
|
2022-08-28 21:00:28 +02:00 |
codetoolsfpcmsgs.pas
|
codetools: less hints
|
2023-04-13 15:38:12 +02:00 |
codetoolsstrconsts.pas
|
CodeTools: removed unused resource strings, regenerated translations
|
2022-06-25 01:47:29 +03:00 |
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: fixed some tests
|
2022-06-17 17:35:23 +02:00 |
definetemplates.pas
|
codetools: fixed ide include paths
|
2023-03-01 19:29:30 +01:00 |
directivestree.pas
|
|
|
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: fixed CompleteComponent
|
2023-04-13 15:51:08 +02:00 |
expreval.pas
|
codetools: if sizeof unicodechar
|
2023-01-15 13:19:52 +01:00 |
extractproctool.pas
|
|
|
fileprocs.pas
|
codetools: less hints
|
2023-04-13 15:38:12 +02:00 |
finddeclarationcache.pas
|
codetools: comment
|
2023-03-12 22:43:19 +01:00 |
finddeclarationtool.pas
|
codetools: added GatherPublishedVarTypes, CompleteComponent with optional CheckUnits
|
2023-04-13 15:38:12 +02:00 |
findoverloads.pas
|
|
|
fpc.errore.msg
|
codetools: updated fallback fpc msg file
|
2020-06-27 19:47:52 +00:00 |
fpcsrcrules.inc
|
|
|
fpmake.pp
|
|
|
h2pastool.pas
|
codetools: parse multiline string constant
|
2022-03-14 16:38:07 +01:00 |
identcompletiontool.pas
|
CodeTools: remove circular ref for "keywords in code completion"
|
2022-05-03 21:59:18 +02:00 |
keywordfunclists.pas
|
codetools: fixed some tests
|
2022-06-17 17:35:23 +02:00 |
lfmtrees.pas
|
codetools: CheckLFM: variable type with unit name
|
2023-04-07 14:03:40 +02:00 |
linkscanner.pas
|
codetools: parse underscore in decimals
|
2022-06-17 17:20:11 +02:00 |
Makefile
|
udpated makefiles
|
2022-05-29 19:34:19 +02:00 |
Makefile.compiled
|
|
|
Makefile.fpc
|
updated makefiles, fixed compile fpdebug with fpc 3.2.2
|
2022-11-13 13:23:46 +01: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
|
|
|
otheridentifiertree.pas
|
|
|
pascalparsertool.pas
|
Codetools: parse specialization as function result (in function type def) Issue #38970
|
2023-03-10 16:56:06 +01: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
|
codetools: less hints
|
2023-04-13 15:38:12 +02:00 |
resourcecodetool.pas
|
|
|
sourcechanger.pas
|
codetools: parse underscore in decimals
|
2022-06-17 17:20:11 +02:00 |
sourcelog.pas
|
codetools: fixed TSourceLog.Replace
|
2022-03-09 10:02:26 +01:00 |
stdcodetools.pas
|
IDE: loadlfm: resolve ambigious registered component classes
|
2023-04-13 15:38:12 +02:00 |
unitdictionary.pas
|
codetools: less hints
|
2021-02-28 08:51:52 +00:00 |