lazarus/components/codetools
2016-11-12 12:40:05 +00:00
..
docs codetools: FindUsedUnitReferences 2013-09-08 19:19:55 +00:00
examples IDE: external tools: fixed show/hide window 2016-10-21 22:00:15 +00:00
ide Translations: Hungarian translation update by Péter Gábor, bug #30919 2016-11-12 12:40:05 +00:00
languages Translations: Ukrainian translation update by Olexandr Pylypchuk, bug #30250 2016-06-08 23:13:31 +00:00
tests codetools: FindFileAtCursor: unit name, search in comment 2016-11-08 12:20:40 +00:00
basiccodetools.pas codetools: FindFileAtCursor: unit name, search in comment 2016-11-08 12:20:40 +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: allow variable code completion when cursor is after assignment. Issue #29448 2016-01-23 18:03:35 +00:00
codebeautifier.pas codetools: less hints 2016-10-23 10:18:55 +00:00
codecache.pas codetools: fix TCodeBuffer.FileOnDiskHasChanged with IgnoreModifiedFlag=true 2016-03-09 08:37:34 +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: added option MethodDefaultSection 2016-10-19 21:51:56 +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: started FindFileAtCursor 2016-10-30 23:42:40 +00:00
codetoolmemmanager.pas codetools: clean up 2015-04-06 18:04:45 +00:00
codetools.inc
codetools.lpk codetools: clean up 2015-04-06 17:15:01 +00:00
codetools.pas components: less hints 2016-03-01 15:31:26 +00:00
codetoolscfgscript.pas Remove extra checks for empty strings together with IsValidIdent. It already handles an empty string. 2016-08-17 10:40:29 +00:00
codetoolsconfig.pas IDE: fixed searching in PATH on Windows 2015-12-17 14:34:53 +00:00
codetoolsfpcmsgs.pas codetools: fixed mem leak 2015-05-08 20:02:16 +00:00
codetoolsstrconsts.pas Codetools: cleaned up unused strings some more and regenerated translations 2016-03-11 23:00:59 +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: started FindFileAtCursor 2016-10-30 23:42:40 +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: Interpret string constants correctly. Issue #29723, patch from Bart. 2016-10-30 17:54:54 +00:00
definetemplates.pas codetools: fixed path sep normalization 2016-10-26 16:46:35 +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 IDE: search fppkg .fpm files for ppus in default compiler unit path 2015-11-22 18:40:48 +00:00
eventcodetool.pas Formatting 2016-03-22 21:57:06 +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: fixed AddWithBlock on ((i)), bug #29749 2016-08-04 20:04:12 +00:00
fileprocs.pas IDE: compile project/package: warn when passing an option twice with different values 2016-10-20 20:17:01 +00:00
finddeclarationcache.pas codetools: reverted exception change from rev 50320 #7fa343bb58. 2015-11-12 15:02:04 +00:00
finddeclarationtool.pas codetools: FindFileAtCursor: unit name, search in comment 2016-11-08 12:20:40 +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 Remove extra checks for empty strings together with IsValidIdent. It already handles an empty string. 2016-08-17 10:40:29 +00:00
identcompletiontool.pas CodeTools: fix Copy and Delete compiler intrinsic parameters for FPC 3.1.0+ 2016-10-28 20:37:01 +00:00
keywordfunclists.pas Remove extra checks for empty strings together with IsValidIdent. It already handles an empty string. 2016-08-17 10:40:29 +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: started FindFileAtCursor 2016-10-30 23:42:40 +00:00
Makefile updated makefiles 2016-03-20 11:19:40 +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: support class operator overloads with different result types. Issue #28875 2016-01-21 02:41:14 +00:00
multikeywordlisttool.pas
nonpascalcodetools.pas
otheridentifiertree.pas
pascalparsertool.pas codetools: fixed setting EndPos of ctnGenericParam, bug #30489 2016-08-20 17:30:17 +00:00
pascalreadertool.pas codetools: fixed CleanPosIsInComment when cleanpos in front a comment 2016-10-21 17:40:37 +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 Remove extra checks for empty strings together with IsValidIdent. It already handles an empty string. 2016-08-17 10:40:29 +00:00
ppuparser.pas fixed target cpu a64 to aarch64 2016-03-03 12:53:18 +00:00
resourcecodetool.pas
sourcechanger.pas codetools: added option MethodDefaultSection 2016-10-19 21:51:56 +00:00
sourcelog.pas codetools: save file: convert encoding before opening file 2015-11-02 23:00:15 +00:00
stdcodetools.pas IDE: open project: read lpr and set IsPartOfProject for all used units with <in> filenames 2016-10-28 10:02:22 +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