lazarus/components/codetools
mattias c14048ae32 codetools: tests: generics
git-svn-id: trunk@50349 -
2015-11-16 22:23:22 +00:00
..
docs codetools: FindUsedUnitReferences 2013-09-08 19:19:55 +00:00
examples cleaned up 2015-10-26 21:41:56 +00:00
ide Cody: improved i18n, regenerated translations and updated Russian translation 2015-11-04 13:49:56 +00:00
languages Translations: Hungarian translation update by Péter Gábor, bug #28543 2015-08-19 21:54:50 +00:00
tests codetools: tests: generics 2015-11-16 22:23:22 +00:00
basiccodetools.pas codetools: fixed GetIdentStart* for identifiers prefixed with &. 2015-11-12 15:50:59 +00:00
cachecodetools.pas codetools: clean up 2015-04-06 17:35:11 +00:00
ccodeparsertool.pas Change order of used units so that "deprecated" warnings are not triggered. 2015-08-07 17:20:40 +00:00
changedeclarationtool.pas codetools: clean up 2015-04-06 16:49:44 +00:00
codeatom.pas codetools: add compiler functions into system., filter predefined compiler functions, patch #28320 2015-06-30 09:22:06 +00:00
codebeautifier.pas Change order of used units so that "deprecated" warnings are not triggered. 2015-08-07 17:20:40 +00:00
codecache.pas codetools: codecache: use current fileversion for empty config 2015-10-07 11:25:18 +00:00
codecompletiontemplater.pas codetools: code templates: fixed using params 2015-04-06 16:54:45 +00:00
codecompletiontemplates.xml codetools: fixed spacing 2013-07-23 07:11:27 +00:00
codecompletiontool.pas codetools: code creation support in a parameter of procedure variables. 2015-11-11 19:31:19 +00:00
codegraph.pas
codeindex.pas Codetools, unit FileProcs: Disable conditionally wrapper functions. For testing define DisableWrapperFunctions and build Lazarus. 2015-07-07 11:43:38 +00:00
codetemplatestool.pas codetools: skipped code is now converted to special comments 2012-09-05 10:47:44 +00:00
codetoolgdbtracer.pas codetools: started gdb stacktrace parser 2014-02-24 21:08:43 +00:00
codetoolmanager.pas codetools: TCodeToolManager.WriteDebugReport: write linkscanner links 2015-09-21 08:12:03 +00:00
codetoolmemmanager.pas codetools: clean up 2015-04-06 18:04:45 +00:00
codetools.inc IDE: switched to new laz2_xml 2012-03-13 20:55:43 +00:00
codetools.lpk codetools: clean up 2015-04-06 17:15:01 +00:00
codetools.pas codetools: clean up 2015-04-06 17:15:01 +00:00
codetoolscfgscript.pas cleaned up 2015-10-26 21:41:56 +00:00
codetoolsconfig.pas Codetools, unit FileProcs: Disable conditionally wrapper functions. For testing define DisableWrapperFunctions and build Lazarus. 2015-07-07 11:43:38 +00:00
codetoolsfpcmsgs.pas codetools: fixed mem leak 2015-05-08 20:02:16 +00:00
codetoolsstrconsts.pas codetools: class helpers: find declaration and code completion, patch #28266, from Ondrej Pokorny 2015-06-22 10:02:11 +00:00
codetoolsstructs.pas Codetools, unit FileProcs: Disable conditionally wrapper functions. For testing define DisableWrapperFunctions and build Lazarus. 2015-07-07 11:43:38 +00:00
codetree.pas codetools: find declaration: simple find specialized ancestor 2015-11-16 22:19:30 +00:00
ctloadlaz.pas Codetools, unit FileProcs: Disable conditionally wrapper functions. For testing define DisableWrapperFunctions and build Lazarus. 2015-07-07 11:43:38 +00:00
ctunitgraph.pas cody: find overloads: create node graph 2015-10-06 15:44:19 +00:00
ctunitgroupgraph.pas cody: unit deps: refresh 2013-06-18 21:13:42 +00:00
ctxmlfixfragment.pas
customcodetool.pas Codetools, unit FileProcs: Disable conditionally wrapper functions. For testing define DisableWrapperFunctions and build Lazarus. 2015-07-07 11:43:38 +00:00
definetemplates.pas codetools: added processor types of avr, patch #28996 from Simon Ameis 2015-11-12 10:42:15 +00:00
directivestree.pas Codetools, unit FileProcs: Disable conditionally wrapper functions. For testing define DisableWrapperFunctions and build Lazarus. 2015-07-07 11:43:38 +00:00
directorycacher.pas Change order of used units so that "deprecated" warnings are not triggered. 2015-08-07 17:20:40 +00:00
eventcodetool.pas codetools: simplified gathering helpers, patch #28794 from Ondrej Pokorny 2015-10-08 10:09:12 +00:00
expreval.pas Codetools, unit FileProcs: Disable conditionally wrapper functions. For testing define DisableWrapperFunctions and build Lazarus. 2015-07-07 11:43:38 +00:00
extractproctool.pas codetools comments 2015-11-11 14:59:23 +00:00
fileprocs.pas tests: ExtractFileUnitname 2015-10-24 21:50:00 +00:00
finddeclarationcache.pas codetools: reverted exception change from rev 50320 #7fa343bb58. 2015-11-12 15:02:04 +00:00
finddeclarationtool.pas codetools: find declaration: simple find specialized ancestor 2015-11-16 22:19:30 +00:00
findoverloads.pas codetools: clean up 2015-04-06 16:49:44 +00:00
fpc.errore.msg codetools: updated fallback fpc msg file 2014-05-27 20:29:56 +00:00
fpcsrcrules.inc codetools: targetcpu jvm: use rtl/java/system.pp 2015-03-12 23:42:09 +00:00
fpmake.pas
fpmake.pp fpmake: re-generated several fpmake.pp files 2015-01-02 20:45:33 +00:00
h2pastool.pas codetools: clean up 2015-04-07 21:30:17 +00:00
identcompletiontool.pas codetools: identifier completion: show generic parameters 2015-11-16 21:28:38 +00:00
keywordfunclists.pas CodeTools, JCF: Support more procedure directives. Issue #28462, patch from Jeppe Johansen. 2015-08-03 22:21:59 +00:00
lfmtrees.pas Codetools, unit FileProcs: Disable conditionally wrapper functions. For testing define DisableWrapperFunctions and build Lazarus. 2015-07-07 11:43:38 +00:00
linkscanner.pas codetools: fixed CalcMemSize of TDirectiveSequenceItem. 2015-11-13 16:05:29 +00:00
Makefile IDE+lazbuild+makefiles: on darwin use -gw instead of -g 2015-10-01 18:40:54 +00:00
Makefile.compiled IDE+lazbuild+makefiles: on darwin use -gw instead of -g 2015-10-01 18:40:54 +00:00
Makefile.fpc IDE+lazbuild+makefiles: on darwin use -gw instead of -g 2015-10-01 18:40:54 +00:00
memcheck_laz.inc
memcheck.pas fixed spelling mistakes, found by lintian 2014-02-05 12:07:46 +00:00
methodjumptool.pas codetools: fixed method jumping of generic class method 2015-10-08 22:20:57 +00:00
multikeywordlisttool.pas codetools: save less errors 2012-05-07 16:13:24 +00:00
nonpascalcodetools.pas
otheridentifiertree.pas
pascalparsertool.pas codetools: find declaration: simple find specialized ancestor 2015-11-16 22:19:30 +00:00
pascalreadertool.pas codetools: added FindWithBlockStatement 2015-11-09 16:32:28 +00:00
ppucodetools.pas Codetools, unit FileProcs: Disable conditionally wrapper functions. For testing define DisableWrapperFunctions and build Lazarus. 2015-07-07 11:43:38 +00:00
ppugraph.pas Codetools, unit FileProcs: Disable conditionally wrapper functions. For testing define DisableWrapperFunctions and build Lazarus. 2015-07-07 11:43:38 +00:00
ppuparser.pas Codetools, unit FileProcs: Disable conditionally wrapper functions. For testing define DisableWrapperFunctions and build Lazarus. 2015-07-07 11:43:38 +00:00
resourcecodetool.pas
sourcechanger.pas codetools: added FindWithBlockStatement 2015-11-09 16:32:28 +00:00
sourcelog.pas codetools: save file: convert encoding before opening file 2015-11-02 23:00:15 +00:00
stdcodetools.pas Codetools, unit FileProcs: Disable conditionally wrapper functions. For testing define DisableWrapperFunctions and build Lazarus. 2015-07-07 11:43:38 +00:00
unitdictionary.pas Codetools, unit FileProcs: Disable conditionally wrapper functions. For testing define DisableWrapperFunctions and build Lazarus. 2015-07-07 11:43:38 +00:00