lazarus/components/codetools/examples/scanexamples
mattias c5c9d0014f codetools: added example FindReferences
git-svn-id: trunk@63086 -
2020-04-27 21:08:35 +00:00
..
include
abstractclass1.pas
addeventexample.pas
addwith1.pas
arrays.pas codetools: added test for nested arrays 2013-09-18 21:17:18 +00:00
assignexample1.pas
BigLettersUnit.pas
brokenfilenames.pas
brokenincfiles.inc
changeparamlist1.pas codetools: added cache to FindReferences 2011-05-04 13:40:35 +00:00
commentsidentifiers.pas
completeprocbeginend.pas
completion1.pas
directives1.pas
empty.inc improved Delphi project converter with reading .dof and .cfg file, multiple retries and fixing include filenames in .lpr 2006-03-05 23:55:40 +00:00
emptymethods1.pas codetools: removing empty methods: auto removing class completion comment 2008-04-25 13:31:19 +00:00
findref_cursor.pas
findref_declaration.pas
findref_program.pas
genericsexample.pas codetools: do not parse public after class member variable, bug #20713 2011-11-23 23:18:35 +00:00
getcontextexample.pas
getterexample1.pas
identcomplexample.pas codetools: added example for identifier completion 2007-01-08 23:56:58 +00:00
indentation.pas IDE: external tools: fixed show/hide window 2016-10-21 22:00:15 +00:00
initvars1.pas
methodjump1.pas
missingh2pasdirectives.pas
modemacpas.pas cleaned up 2015-10-26 21:41:56 +00:00
nestedclasses.pas
objctest1.pas
overloadedfunction.pas
procsandmethods1.pas
publishedmethods1.pas codetools: added PublishedMethodExists, GetCompatiblePublishedMethods without typedata 2011-03-21 09:56:35 +00:00
publishedmethods2.pas
publishedvars.pas codetools: added RetypeClassVariables 2010-03-25 21:16:32 +00:00
recordsexample.pas codetools: parsing anonymous records 2011-02-03 23:23:10 +00:00
removewith1.pas
resourcetest1.pas codetools: AddResourceDirective can now add custom directives 2007-11-26 12:09:22 +00:00
simpleunit1.pas
test.h
teststacktrace1.pas codetools: started gdb stacktrace parser 2014-02-24 21:08:43 +00:00
tgeneric2.pas codetools: implemented local type and var section for generics 2007-08-17 12:48:29 +00:00
uglyifdefs.pas codetools: implemented function to convert simple functions to constants, h2pas: new tools to reduce IFDEFs and fucntions to constant conversion 2007-08-08 18:22:43 +00:00
unusedunits1.pas codetools: added example for unused units 2009-04-09 12:57:21 +00:00
usedunitrefs1.pas codetools: FindUsedUnitReferences 2013-09-08 19:19:55 +00:00
wrongforwarddefinitions.pas