| .. |
|
docs
|
|
|
|
examples
|
codetools: sourcecloser: warning if something is wrong with implementation section
|
2021-11-18 22:40:39 +01:00 |
|
ide
|
set fixes version 3.0
|
2023-12-17 11:23:58 +01:00 |
|
languages
|
CodeTools: removed unused resource strings, regenerated translations
|
2022-06-25 01:47:29 +03:00 |
|
tests
|
codetools: fixed SetApplicationTitleStatement for Application as param
|
2023-10-08 00:19:22 +02:00 |
|
basiccodetools.pas
|
Codetools: Prevent an eternal loop in procedure ImproveStringConstantEnd.
|
2024-03-11 20:07:54 +03: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
|
codetools: moved DateToCfgStr to LazConfigStorage
|
2023-06-11 21:34:37 +02: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-11 20:07:53 +03: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
|
Remove old deprecated functions and units.
|
2023-06-15 02:35:52 +03:00 |
|
codetoolmemmanager.pas
|
|
|
|
codetools.inc
|
|
|
|
codetools.lpk
|
|
|
|
codetools.pas
|
|
|
|
codetoolscfgscript.pas
|
|
|
|
codetoolsconfig.pas
|
codetools: clean up
|
2023-06-08 16:02:40 +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
|
|
|
|
ctunitgroupgraph.pas
|
|
|
|
ctxmlfixfragment.pas
|
|
|
|
customcodetool.pas
|
codetoolsL TLinkScanenr: using TSourceLog
|
2023-06-09 16:15:46 +02:00 |
|
definetemplates.pas
|
IDE: pass to FPC only documented assembler mode parameter values and only for relevant CPU families (i8086, i386, x86_64), issue #38786
|
2023-11-24 02:27:02 +03:00 |
|
directivestree.pas
|
|
|
|
directorycacher.pas
|
codetools: less hints, search inc file order
|
2023-06-12 10:41:17 +02:00 |
|
eventcodetool.pas
|
codetools: fixed CreatePublishedMethod adding dotted unitnames
|
2023-09-23 09:03:54 +02:00 |
|
expreval.pas
|
codetools: if sizeof unicodechar
|
2023-01-15 13:19:52 +01:00 |
|
extractproctool.pas
|
|
|
|
fileprocs.pas
|
codetools: less hints, search inc file order
|
2023-06-12 10:41:17 +02:00 |
|
finddeclarationcache.pas
|
codetools: comment
|
2023-03-12 22:43:19 +01:00 |
|
finddeclarationtool.pas
|
Codetools: Prevent a crash in FindIdentififerReference on the name of a program. Issue #40753.
|
2024-03-11 20:07:52 +03:00 |
|
findoverloads.pas
|
|
|
|
fpc.errore.msg
|
|
|
|
fpcsrcrules.inc
|
|
|
|
fpmake.pp
|
|
|
|
h2pastool.pas
|
codetools: parse multiline string constant
|
2022-03-14 16:38:07 +01:00 |
|
identcompletiontool.pas
|
codetools: fixed compile
|
2024-02-08 11:43:25 +01:00 |
|
keywordfunclists.pas
|
Codetools: Support more modifiers in class method. Issue #40368, patch by Peacoor.
|
2023-07-14 03:13:29 +03:00 |
|
lfmtrees.pas
|
codetools: CheckLFM: variable type with unit name
|
2023-04-07 14:03:40 +02:00 |
|
linkscanner.pas
|
codetools: fixed include file
|
2023-06-12 07:26:23 +02:00 |
|
Makefile
|
set fixes version 3.0
|
2023-12-17 11:23:58 +01:00 |
|
Makefile.compiled
|
|
|
|
Makefile.fpc
|
updated makefiles
|
2023-06-30 21:02:31 +02:00 |
|
memcheck_laz.inc
|
|
|
|
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
|
|
|
|
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
|
codetools: fixed FindDanglingComponentEvents iteration of properties, fixed #40664
|
2024-01-03 10:44:35 +01:00 |
|
unitdictionary.pas
|
|
|