lazarus/components/codetools/examples/scanexamples
mattias ac5fdad655 undo
git-svn-id: trunk@38292 -
2012-08-21 07:48:52 +00:00
..
abstractclass1.pas IDE: fixed updating Modified flag for units on revert 2007-12-31 14:06:17 +00:00
addeventexample.pas adding events for properties of method types of indirect units implemented issue #1990 2006-07-13 22:06:24 +00:00
addwith1.pas codetools: find all with candidates 2011-09-08 01:02:10 +00:00
assignexample1.pas codetools: started FindAssignMethod 2011-04-27 17:51:15 +00:00
BigLettersUnit.pas
brokenfilenames.pas
brokenincfiles.inc
changeparamlist1.pas codetools: added cache to FindReferences 2011-05-04 13:40:35 +00:00
commentsidentifiers.pas undo 2012-08-21 07:48:52 +00:00
completion1.pas codetools: code completion: auto create procedure from call statement 2007-12-28 19:35:10 +00:00
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
genericsexample.pas codetools: do not parse public after class member variable, bug #20713 2011-11-23 23:18:35 +00:00
getcontextexample.pas codetools: creating FPC source defines with appended pathdelim 2008-12-08 15:01:18 +00:00
getterexample1.pas codetools: GetExpandedOperand: typecast 2011-09-11 20:57:31 +00:00
identcomplexample.pas
indentation.pas IDE: indentation examples: multi line parameter list 2010-07-08 12:33:07 +00:00
methodjump1.pas codetools: added example file for methodjumping 2009-12-03 11:38:21 +00:00
missingh2pasdirectives.pas codetools: imporoved finding unreachable IFDEF blocks 2007-08-13 18:07:51 +00:00
modemacpas.pas
nestedclasses.pas codetools: examples for records with methods and delphi generics 2011-02-03 09:29:05 +00:00
objctest1.pas codetools: skip 'OPTIONAL' and 'REQUIRED' sections in objcprotocol 2011-11-22 01:47:51 +00:00
overloadedfunction.pas codetools: TCodeToolManager.Init now raises an exception if something is wrong with the compiler 2007-09-17 11:04:08 +00:00
procsandmethods1.pas codetools: aded FindProcDeclaration 2011-05-02 09:08:23 +00:00
publishedmethods1.pas codetools: added PublishedMethodExists, GetCompatiblePublishedMethods without typedata 2011-03-21 09:56:35 +00:00
publishedmethods2.pas codetools: added PublishedMethodExists, GetCompatiblePublishedMethods without typedata 2011-03-21 09:56:35 +00:00
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 codetools: RemoveWithBlock: unindent 2011-05-07 23:10:20 +00:00
resourcetest1.pas
simpleunit1.pas codetools: fixed parsing if then begin..end statements till end 2007-01-05 14:57:49 +00:00
test.h codetools: clean up 2008-07-31 14:37:06 +00:00
tgeneric2.pas
uglyifdefs.pas
unusedunits1.pas codetools: added example for unused units 2009-04-09 12:57:21 +00:00
wrongforwarddefinitions.pas