lazarus/components/codetools
2010-11-23 11:39:42 +00:00
..
docs codetools: fpdocs 2009-11-13 06:43:17 +00:00
examples code tools examples: fixed compilation after r26515 #c0682eae27. 2010-10-22 12:44:54 +00:00
languages Translations: Hebrew translation update by Ezik Shulamy, bug #17765 2010-10-30 12:46:21 +00:00
allcodetoolunits.pp
basiccodetools.pas IDE: buid lazarus: only restart if target is default, bug #17912 2010-11-14 17:59:43 +00:00
cachecodetools.pas
ccodeparsertool.pas codetools: added comment 2009-09-07 09:10:28 +00:00
codeatom.pas codetools: completeblock: begin ;, bug #16836 2010-07-04 07:23:42 +00:00
codebeautifier.pas codetools: auto indenter: object, dispinterface, cppclass, objcclass, objccategory, objcprotocol 2010-07-27 17:21:23 +00:00
codecache.pas codetools: clean up and debugging 2010-09-28 10:51:08 +00:00
codecompletiontool.pas codetools: class completion: fixed FindInsertPointForNewClass empty implementation 2010-11-18 18:19:12 +00:00
codegraph.pas
codeindex.pas IDE: codebrowser: testing if use unit in unit is possible 2009-09-01 15:22:04 +00:00
codetemplatestool.pas codetools: clean up and debugging 2010-09-28 10:51:08 +00:00
codetoolmanager.pas removed support for compiled units in .ppw files, this is obsolete after fpc 1.0 (issue #16067) 2010-11-03 09:48:49 +00:00
codetoolmemmanager.pas
codetools.inc codetools: BuildTree: check if last error was in implementation and only interface is needed, bug #16867 2010-07-09 20:18:28 +00:00
codetools.lpk codetools: clean up and debugging 2010-09-28 10:51:08 +00:00
codetools.pas codetools: started config with if for build modes 2010-07-28 15:27:12 +00:00
codetoolscfgscript.pas codetools: added resourcestrings 2010-10-01 09:53:48 +00:00
codetoolsconfig.pas codetools: TCodeToolsOptions.InitWithEnvironmentVariables: search for default 2010-07-19 12:19:30 +00:00
codetoolsstrconsts.pas IDE: running FPC source scan in background thread 2010-10-04 18:34:57 +00:00
codetoolsstructs.pas codetools: FindDanglingComponentEvents: check sub persistents in properties, bug #16831 2010-07-04 09:10:59 +00:00
codetree.pas codetools: added flag DisableCTNodeExtMemManager 2010-11-12 15:28:44 +00:00
customcodetool.pas codetools: added TCustomCodeTool.CodePosToCleanPos 2010-07-28 16:54:57 +00:00
definetemplates.pas IDE: RescanCompilerDefines: check if changestamp invalid 2010-11-13 13:42:55 +00:00
directivestree.pas codetools: using new eval for conditionals 2009-11-26 20:37:58 +00:00
directorycacher.pas codetools: clean up and debugging 2010-09-28 10:51:08 +00:00
eventcodetool.pas removed support for compiled units in .ppw files, this is obsolete after fpc 1.0 (issue #16067) 2010-11-03 09:48:49 +00:00
expreval.pas codetools: expreval: support for defined(#var) 2010-06-27 16:49:58 +00:00
extractproctool.pas codetools: accelerated ExtractProc 2010-07-20 12:37:09 +00:00
fileprocs.pas codetools: fpc caches: added invalid stamp constant 2010-10-04 09:15:34 +00:00
finddeclarationcache.pas codetools: fixed saving find declaration result in parent cache, bug #16985 2010-07-20 13:06:23 +00:00
finddeclarationtool.pas codetools: fixed FindDeclaration if cursor beyond scanned code, bug #17639 2010-11-18 18:49:20 +00:00
findoverloads.pas codetools: implemented objcclass 2009-09-13 21:31:32 +00:00
fpc.errore.msg
fpcsrcrules.inc codetools: fpc src rules: check case insensitive, when no target compiler use defaults 2010-07-26 13:13:10 +00:00
fpmake.pas codetools: renamed unitname identifiers 2009-10-29 11:23:40 +00:00
h2pastool.pas codetools: clean up and debugging 2010-09-28 10:51:08 +00:00
identcompletiontool.pas codetools: identifier comletion: put keywords behind fitting identifiers 2010-10-07 12:36:52 +00:00
keywordfunclists.pas codetools: removed constref from keywords 2010-10-13 08:06:42 +00:00
laz2_dom.pas added updated xmlreader/writer units 2010-05-12 19:50:23 +00:00
laz2_names.inc added updated xmlreader/writer units 2010-05-12 19:50:23 +00:00
laz2_xmlread.pas IDE: started upgrade of xml units 2010-05-25 20:37:53 +00:00
laz2_xmlutils.pas added updated xmlreader/writer units 2010-05-12 19:50:23 +00:00
laz2_xmlwrite.pas xml reader: fixed compilation 2010-05-13 15:56:32 +00:00
laz_dom.pas * Placed fields end methods/properties in the correct order. Fixes compilation on fpc 2.3.1. Patch by Marco van de Voort 2009-06-27 14:41:20 +00:00
laz_xmlcfg.pas xmlcfg: fixed reading values of root node 2010-06-02 17:26:00 +00:00
laz_xmlread.pas laz_xmlread: replaced some ExpectString with faster ExpectChar 2009-10-24 10:23:12 +00:00
laz_xmlstreaming.pas IDE: started upgrade of xml units 2010-05-25 20:37:53 +00:00
laz_xmlwrite.pas
lfmtrees.pas codetools: clean up and debugging 2010-09-28 10:51:08 +00:00
linkscanner.pas codetools: added "is nested" procedure modifier, bug #17310 2010-09-11 18:07:15 +00:00
Makefile codetools: updated Makefile 2010-07-01 23:38:23 +00:00
Makefile.compiled added Makefile.compiled 2010-10-26 06:38:39 +00:00
Makefile.fpc codetools: updated Makefile 2010-07-01 23:38:23 +00:00
memcheck_laz.inc
memcheck.pas
methodjumptool.pas codetools: parsing specialize in class inheritage brackets, bug #15081 2009-11-17 12:11:33 +00:00
multikeywordlisttool.pas codetools: clean up and debugging 2010-09-28 10:51:08 +00:00
nonpascalcodetools.pas codetools: fixed ExtractCodeFromMakefile 2010-07-01 23:29:06 +00:00
otheridentifiertree.pas codetools: started otheridentifiertree, removed TcodeTreeNode.GetRootNode use GetRoot instead 2010-01-29 09:06:32 +00:00
pascalparsertool.pas codetools: fixed parsing operator after type section 2010-11-23 10:51:43 +00:00
pascalreadertool.pas removed support for compiled units in .ppw files, this is obsolete after fpc 1.0 (issue #16067) 2010-11-03 09:48:49 +00:00
ppucodetools.pas
ppugraph.pas codetools: rename AUnitName properties to Unit_Name 2009-10-30 14:46:35 +00:00
ppuparser.pas components, ide, ideintf: change UnitName identifier to AUnitName inside classes (preparations for the new TObject.UnitName method) 2009-10-29 08:40:22 +00:00
resourcecodetool.pas
sourcechanger.pas codetools: added flag DisableCTNodeExtMemManager 2010-11-12 15:28:44 +00:00
sourcelog.pas codetools: added ChangeStamp for all boss files 2010-06-30 04:44:00 +00:00
stdcodetools.pas codetools: AddUnitToSpecificUsesSection for implementation, patch #18028 2010-11-23 11:39:42 +00:00