lazarus/components/codetools
2019-12-30 13:59:12 +00:00
..
docs codetools: updated sourcecloser example 2017-09-11 15:48:54 +00:00
examples codetools: sourcecloser: fixed cleaning up unit begin block 2019-09-13 19:23:20 +00:00
ide Translations: Ukrainian translation update by Olexandr Pylypchuk, bug #36097 2019-09-20 23:42:25 +00:00
languages Translations: Ukrainian translation update by Olexandr Pylypchuk, bug #36097 2019-09-20 23:42:25 +00:00
tests codetools: test property; experimental; platform 2019-12-14 18:02:43 +00:00
basiccodetools.pas CodeTools: ofall() code macro: keep & prefixes. Issue #35801 2019-11-15 21:38:13 +00:00
cachecodetools.pas Copy AVL_Tree from FPC trunk and replace classes in AvgLvlTree and in CodetoolsStructs with it. 2017-04-05 08:34:48 +00:00
ccodeparsertool.pas codetools: fixed rangechecking 2018-01-18 21:23:38 +00: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 Copy AVL_Tree from FPC trunk and replace classes in AvgLvlTree and in CodetoolsStructs with it. 2017-04-05 08:34:48 +00:00
codecache.pas codetools: added TCodeCache.ClearAllModified 2018-11-16 17:50:00 +00:00
codecompletiontemplater.pas general: Updated address of the Free Software Foundation in copyright messages 2017-01-29 21:04:32 +00:00
codecompletiontemplates.xml
codecompletiontool.pas codetools: less verbose 2018-05-02 23:03:58 +00:00
codegraph.pas Copy AVL_Tree from FPC trunk and replace classes in AvgLvlTree and in CodetoolsStructs with it. 2017-04-05 08:34:48 +00:00
codeindex.pas Copy AVL_Tree from FPC trunk and replace classes in AvgLvlTree and in CodetoolsStructs with it. 2017-04-05 08:34:48 +00:00
codetemplatestool.pas Copy AVL_Tree from FPC trunk and replace classes in AvgLvlTree and in CodetoolsStructs with it. 2017-04-05 08:34:48 +00:00
codetoolgdbtracer.pas Components: use LazLoggerBase instead of LazLogger 2018-06-02 16:46:39 +00:00
codetoolmanager.pas IDE: Disable 'Guess Misplaced IFDEF/ENDIF' feature until it gets fixed. Can be enabled by defining GuessMisplacedIfdef. 2019-12-21 08:11:26 +00:00
codetoolmemmanager.pas general: Updated address of the Free Software Foundation in copyright messages 2017-01-29 21:04:32 +00:00
codetools.inc general: Updated address of the Free Software Foundation in copyright messages 2017-01-29 21:04:32 +00:00
codetools.lpk Codetools: Enabled possibility to compile with fpmake 2019-04-20 19:02:05 +00:00
codetools.pas
codetoolscfgscript.pas codetools: added unique ids for errors 2017-04-21 18:35:53 +00:00
codetoolsconfig.pas codetools: renamed TFPCConfigFileStateList TPCConfigFileStateList, TFPCTargetConfigCache TPCTargetConfigCache 2017-12-18 17:03:02 +00:00
codetoolsfpcmsgs.pas codetools: added fpc errorcn.msg encoding info CP936 2019-03-14 19:52:29 +00:00
codetoolsstrconsts.pas codetools: fixed reparsing on changed module name 2017-10-10 09:18:10 +00:00
codetoolsstructs.pas Copy AVL_Tree from FPC trunk and replace classes in AvgLvlTree and in CodetoolsStructs with it. 2017-04-05 08:34:48 +00:00
codetree.pas IDE: add words from current unit to identifier completion list. 2018-06-05 13:59:47 +00:00
ctloadlaz.pas general: Updated address of the Free Software Foundation in copyright messages 2017-01-29 21:04:32 +00:00
ctunitgraph.pas codetools: fixed usesgraph addtargetunit 2019-01-23 10:12:18 +00:00
ctunitgroupgraph.pas Copy AVL_Tree from FPC trunk and replace classes in AvgLvlTree and in CodetoolsStructs with it. 2017-04-05 08:34:48 +00:00
ctxmlfixfragment.pas general: Updated address of the Free Software Foundation in copyright messages 2017-01-29 21:04:32 +00:00
customcodetool.pas CodeTools: fix &-prefixed identifier comparison. Fixes #32561 2019-11-15 21:18:09 +00:00
definetemplates.pas Codetools: fix compilation. Issue #36409. 2019-12-15 21:34:56 +00:00
directivestree.pas codetools: fixed rangechecking 2018-01-18 21:23:38 +00:00
directorycacher.pas Codetools: Support namespaced units in places where function IsValidIdent is called. 2019-10-27 15:46:19 +00:00
eventcodetool.pas IDE: fixed adding event, when property unit has no implementation section 2019-05-10 13:11:43 +00:00
expreval.pas codetools: comments 2018-12-31 09:56:43 +00:00
extractproctool.pas codetools: added AddProcModifier 2018-05-13 09:57:40 +00:00
fileprocs.pas Delete old deprecated methods. 2018-09-28 11:06:40 +00:00
finddeclarationcache.pas Copy AVL_Tree from FPC trunk and replace classes in AvgLvlTree and in CodetoolsStructs with it. 2017-04-05 08:34:48 +00:00
finddeclarationtool.pas Codetools: Support Codecompletion inside "with begin end" block. May fix other cases, too. Issue #0023782, patch from jefferywa. 2019-12-30 13:59:12 +00:00
findoverloads.pas Copy AVL_Tree from FPC trunk and replace classes in AvgLvlTree and in CodetoolsStructs with it. 2017-04-05 08:34:48 +00:00
fpc.errore.msg
fpcsrcrules.inc codetools: fpc sources: gives sources in tests lower priority 2018-05-25 22:07:15 +00:00
fpmake.pas general: Updated address of the Free Software Foundation in copyright messages 2017-01-29 21:04:32 +00:00
fpmake.pp
h2pastool.pas Copy AVL_Tree from FPC trunk and replace classes in AvgLvlTree and in CodetoolsStructs with it. 2017-04-05 08:34:48 +00:00
identcompletiontool.pas CodeTools: ofall() code macro: keep & prefixes. Issue #35801 2019-11-15 21:38:13 +00:00
keywordfunclists.pas codetools: parse assign anonymous procedure 2018-12-11 23:46:15 +00:00
lfmtrees.pas Copy AVL_Tree from FPC trunk and replace classes in AvgLvlTree and in CodetoolsStructs with it. 2017-04-05 08:34:48 +00:00
linkscanner.pas IDE: Disable 'Guess Misplaced IFDEF/ENDIF' feature until it gets fixed. Can be enabled by defining GuessMisplacedIfdef. 2019-12-21 08:11:26 +00:00
Makefile set trunk version to 2.0.0PreRelease 2018-09-15 19:41:22 +00:00
Makefile.compiled updated makefiles 2018-07-11 23:58:59 +00:00
Makefile.fpc updated makefiles 2018-07-11 23:58:59 +00:00
memcheck_laz.inc
memcheck.pas
methodjumptool.pas codetools: added FindProc 2019-03-08 23:02:29 +00:00
multikeywordlisttool.pas codetools: added unique ids for errors 2017-04-21 18:35:53 +00:00
nonpascalcodetools.pas codetools: fixed rangechecking 2018-01-18 21:23:38 +00:00
otheridentifiertree.pas general: Updated address of the Free Software Foundation in copyright messages 2017-01-29 21:04:32 +00:00
pascalparsertool.pas codetools: parse property; experimental; platform 2019-12-14 18:02:51 +00:00
pascalreadertool.pas codetools: fixed class completion with function result type params 2019-08-17 18:35:58 +00:00
ppucodetools.pas Codetools: formatting. 2017-04-08 08:28:57 +00:00
ppugraph.pas Codetools: Support namespaced units in places where function IsValidIdent is called. 2019-10-27 15:46:19 +00:00
ppuparser.pas codetools: added proc modifier vectorcall, patch #33134 2018-02-12 14:55:09 +00: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 LazUtils: Add a new unit LazStringUtils. Move 2 functions from Codetools' SourceLog there. 2018-07-25 13:39:01 +00:00
stdcodetools.pas IDE: Disable 'Guess Misplaced IFDEF/ENDIF' feature until it gets fixed. Can be enabled by defining GuessMisplacedIfdef. 2019-12-21 08:11:26 +00:00
unitdictionary.pas Copy AVL_Tree from FPC trunk and replace classes in AvgLvlTree and in CodetoolsStructs with it. 2017-04-05 08:34:48 +00:00