lazarus/components/codetools
2013-04-15 10:07:23 +00:00
..
docs codetools: code completion: method body to definition: update definition 2012-01-26 22:43:04 +00:00
examples codetools: skipped code is now converted to special comments 2012-09-05 10:47:44 +00:00
ide codetools: stdcodetools: use GetIndentStr of beautifier 2013-04-15 09:40:57 +00:00
languages Translations: Czech translation update by Vaclav Valicek, bug #24023 2013-03-10 11:53:46 +00:00
tests codetools: added test for find declaration nested class 2013-02-06 18:20:42 +00:00
basiccodetools.pas codetools: added ReIndent 2013-04-14 18:45:07 +00:00
cachecodetools.pas
ccodeparsertool.pas
changedeclarationtool.pas codetools: do not save errors outside parser 2012-05-07 16:04:57 +00:00
codeatom.pas
codebeautifier.pas
codecache.pas codetools: clean up 2012-10-12 09:50:07 +00:00
codecompletiontool.pas codetools: code completion: use GetLineIndent of beautifier 2013-04-15 10:07:23 +00:00
codegraph.pas
codeindex.pas codetools: fixed ex PAnsiString functions 2011-12-17 11:08:22 +00:00
codetemplatestool.pas codetools: skipped code is now converted to special comments 2012-09-05 10:47:44 +00:00
codetoolmanager.pas codetools: stdcodetools: use GetIndentStr of beautifier 2013-04-15 09:40:57 +00:00
codetoolmemmanager.pas
codetools.inc IDE: switched to new laz2_xml 2012-03-13 20:55:43 +00:00
codetools.lpk clean up dependencies 2013-04-09 20:07:08 +00:00
codetools.pas codetools: added unit groups graph 2013-01-30 03:59:47 +00:00
codetoolscfgscript.pas codetools: added PCTCfgScriptVariables 2013-04-08 22:13:08 +00:00
codetoolsconfig.pas codetools: fixed TCodeBuffer.FileOnDiskNeedsUpdate/FileOnDiskIsEqual for virtual and created files 2012-03-13 22:17:35 +00:00
codetoolsfpcmsgs.pas codetools: comment 2012-04-23 08:59:10 +00:00
codetoolsstrconsts.pas codetools: fixed TEventsCodeTool.FindMethodTypeInfo when type is an alias 2012-12-16 10:46:37 +00:00
codetoolsstructs.pas codetools: TStringMap.GetNodeData 2013-02-18 19:27:47 +00:00
codetree.pas codetools: fixed class completion and method jumping for generic methods in delphi mode, bug #23496 2013-03-01 19:47:22 +00:00
ctloadlaz.pas codetools: started simple setup for laz packages 2012-07-21 20:24:20 +00:00
ctunitgraph.pas cody: unit dependencies: show fpc directories 2013-02-18 20:21:58 +00:00
ctunitgroupgraph.pas cody: unitdependencies: packages 2013-02-13 21:02:54 +00:00
ctxmlfixfragment.pas codetools: FixFPDocFragment: fixed endless loop 2012-01-25 15:19:02 +00:00
customcodetool.pas codetools: on error, expand parent nodes of unclosed current node 2013-01-19 22:54:27 +00:00
definetemplates.pas codetools: fpc sources: use linux as secondary choice for android, patch #23927 2013-03-04 23:27:08 +00:00
directivestree.pas
directorycacher.pas lazutils: UTF8CompareStr: made 64bit safe, added fast PChar versions 2012-08-01 10:50:19 +00:00
eventcodetool.pas codetools: stdcodetools: use GetIndentStr of beautifier 2013-04-15 09:40:57 +00:00
expreval.pas
extractproctool.pas codetools: code completion: use GetLineIndent of beautifier 2013-04-15 10:07:23 +00:00
fileprocs.pas codetools: skipped code is now converted to special comments 2012-09-05 10:47:44 +00:00
finddeclarationcache.pas
finddeclarationtool.pas codetools: find declaration: searching in class of method: search in parent classes of nested classes 2013-02-06 19:20:29 +00:00
findoverloads.pas
fpc.errore.msg
fpcsrcrules.inc codetools: fpc source scores: fileinfo on target non wince, bug #24070 2013-03-18 08:25:15 +00:00
fpmake.pas
fpmake.pp started fpmake files for IDE 2012-09-08 21:42:19 +00:00
h2pastool.pas
identcompletiontool.pas codetools: gather identifiers: use tool beautifier 2013-04-15 09:14:12 +00:00
keywordfunclists.pas codetools: allow protected as variable name 2013-04-09 14:45:35 +00:00
lfmtrees.pas
linkscanner.pas codetools: fixed parsing #0, bug #23906 2013-02-17 10:33:37 +00:00
Makefile updated lpk makefiles 2013-04-02 10:37:47 +00:00
Makefile.compiled updated lpk makefiles 2013-04-02 10:37:47 +00:00
Makefile.fpc updated lpk makefiles 2013-04-02 10:37:47 +00:00
memcheck_laz.inc
memcheck.pas
methodjumptool.pas codetools: fixed TLinkScanner.CursorToCleanPos to search further for a better link when code was disabled 2012-12-17 12:40:51 +00:00
multikeywordlisttool.pas codetools: save less errors 2012-05-07 16:13:24 +00:00
nonpascalcodetools.pas
otheridentifiertree.pas
pascalparsertool.pas codetools: fixed class completion and method jumping for generic methods in delphi mode, bug #23496 2013-03-01 19:47:22 +00:00
pascalreadertool.pas codetools: moved CommentCode to TStdCodeTool 2013-04-15 09:09:08 +00:00
ppucodetools.pas
ppugraph.pas components: remove ver2_2_x defines 2012-03-27 07:19:05 +00:00
ppuparser.pas codetools: using TFileStreamUTF8 2012-06-15 16:21:53 +00:00
resourcecodetool.pas
sourcechanger.pas codetools: stdcodetools: use GetLineIndent of beautifier 2013-04-15 09:53:05 +00:00
sourcelog.pas codetools: using TFileStreamUTF8 2012-06-15 16:21:53 +00:00
stdcodetools.pas codetools: stdcodetools: use GetIndentStr of beautifier 2013-04-15 09:58:00 +00:00
unitdictionary.pas cody: identifiers: sort for use count, fixed sorting for pathdistance 2012-12-23 18:07:31 +00:00