lazarus/components/codetools
mattias dd9da10275 codetools: TStringToPointerTree
git-svn-id: trunk@32877 -
2011-10-13 20:38:20 +00:00
..
docs docs: some hints for thread safe 2011-06-09 12:07:45 +00:00
examples codetools: GetExpandedOperand: typecast 2011-09-11 20:57:31 +00:00
ide Components: first batch of TButtonPanel captions cleanup 2011-10-03 22:14:26 +00:00
languages codetools: improved error message when searching a position outside of code 2011-10-09 07:38:27 +00:00
basiccodetools.pas codetools: TStandardCodeTool.CommentUnitsInUsesSections: dotted names 2011-08-30 16:24:42 +00:00
cachecodetools.pas
ccodeparsertool.pas codetools: improved error message when searching a position outside of code 2011-10-09 07:38:27 +00:00
changedeclarationtool.pas codetools: param specifier out only if modeswitch out is on 2011-08-26 11:38:37 +00:00
codeatom.pas IDE: codehelp: improved debugging 2011-04-11 21:25:55 +00:00
codebeautifier.pas Codetools: improve indentation when pasting a line inside class definition. Patch from Anton. 2011-08-20 05:56:46 +00:00
codecache.pas codetools: TCOdeBuffer.LoadFromFile load when no filename is set 2011-08-19 08:10:37 +00:00
codecompletiontool.pas codetools: fixed initial search flags for local var completion 2011-09-23 09:30:06 +00:00
codegraph.pas
codeindex.pas cody: renamed: remove a "with" block 2011-05-29 12:34:10 +00:00
codetemplatestool.pas codetools: implemented scanning units in smaller chunks and successive scanning without deleting nodes 2011-03-09 20:52:44 +00:00
codetoolmanager.pas codetools: show backtrace on consistency exceptions in linkscanner 2011-10-09 06:51:01 +00:00
codetoolmemmanager.pas
codetools.inc IDE: activated new xml units 2011-09-12 21:12:49 +00:00
codetools.lpk lazutils: started 2011-10-04 21:36:34 +00:00
codetools.pas lazutils: started lazutf8, lazfileutil, lazfilecache 2011-10-04 22:42:44 +00:00
codetoolscfgscript.pas IDE: fixed parsing numbers in project macros 2011-07-06 11:49:17 +00:00
codetoolsconfig.pas IDE: activated new xml units 2011-09-12 21:12:49 +00:00
codetoolsfpcmsgs.pas codetools: fixed findtermofexpr for enumeration type 2011-07-01 12:59:40 +00:00
codetoolsstrconsts.pas codetools: improved error message when searching a position outside of code 2011-10-09 07:38:27 +00:00
codetoolsstructs.pas codetools: TStringToPointerTree 2011-10-13 20:38:20 +00:00
codetree.pas codetools: add STATIC word as a procedure specifier 2011-09-22 03:20:25 +00:00
ctunitgraph.pas codetools: added cache to FindReferences 2011-05-04 13:40:35 +00:00
ctxmlfixfragment.pas codetools+tests: function to fix xml attribute values 2011-10-02 23:18:22 +00:00
customcodetool.pas codetools: dump stack when FindDeepestNode on unparsed code 2011-10-10 21:19:26 +00:00
definetemplates.pas IDE: creating component name from class name: check if removing leading T starts with a number 2011-10-12 07:24:55 +00:00
directivestree.pas codetools: fixed use of keywordlists 2011-05-29 08:34:20 +00:00
directorycacher.pas lazutils: started lazutf8, lazfileutil, lazfilecache 2011-10-04 22:42:44 +00:00
eventcodetool.pas codetools: added cache to FindReferences 2011-05-04 13:40:35 +00:00
expreval.pas codetools: fixed simple init 2011-02-06 11:07:47 +00:00
extractproctool.pas cody: Add "With" block 2011-09-10 00:11:50 +00:00
fileprocs.pas lazutils: started lazutf8, lazfileutil, lazfilecache 2011-10-04 22:42:44 +00:00
finddeclarationcache.pas codetools: added single step cache for base types 2011-05-15 18:42:09 +00:00
finddeclarationtool.pas codetools: TFindDeclarationTool.FindEnumeratorOfClass: fixed enumerator in other unit 2011-10-11 18:13:07 +00:00
findoverloads.pas codetools: parsing advanced records 2011-02-03 20:38:14 +00:00
fpc.errore.msg codetools: updated fpc message file 2011-06-12 00:52:14 +00:00
fpcsrcrules.inc codetools: unix: searching libc.pp in packages/libc 2011-04-18 07:32:41 +00:00
fpmake.pas
h2pastool.pas lazutils: started lazutf8, lazfileutil, lazfilecache 2011-10-04 22:42:44 +00:00
identcompletiontool.pas codetools: identifier completion: added more compiler directives 2011-10-04 12:29:16 +00:00
keywordfunclists.pas codetools: TStringToPointerTree 2011-10-13 20:38:20 +00:00
lfmtrees.pas codetools: clean up and debugging 2010-09-28 10:51:08 +00:00
linkscanner.pas codetools: show backtrace on consistency exceptions in linkscanner 2011-10-09 06:51:01 +00:00
Makefile lazutils: added to makefiles 2011-10-04 22:45:53 +00:00
Makefile.compiled lazutils: added to makefiles 2011-10-04 22:45:53 +00:00
Makefile.fpc lazutils: added to makefiles 2011-10-04 22:45:53 +00:00
memcheck_laz.inc
memcheck.pas
methodjumptool.pas codetools: class completion: ignore method bodies of sub classes, bug #20066 2011-08-27 10:04:48 +00:00
multikeywordlisttool.pas codetools: clean up and debugging 2010-09-28 10:51:08 +00:00
nonpascalcodetools.pas codetools: c parser: fixed parsing til end of directive 2011-02-17 16:57:54 +00:00
otheridentifiertree.pas Formatting: joined lines where only ');' was split to its own line, in procedure defs. 2011-03-16 16:52:28 +00:00
pascalparsertool.pas codetools: parse method specifier assembler, bug #20437 2011-10-08 07:48:31 +00:00
pascalreadertool.pas codetools: TFindDeclarationTool.FindDeclarationInUsesSection: dotted names 2011-08-30 17:28:11 +00:00
ppucodetools.pas codetools: fixed updating ppu tool 2011-05-20 10:49:50 +00:00
ppugraph.pas Formatting: joined lines where only ');' was split to its own line, in procedure defs. 2011-03-16 16:52:28 +00:00
ppuparser.pas codetools: support rtlproc modifier 2011-09-19 07:57:24 +00:00
resourcecodetool.pas codetools: implemented scanning units in smaller chunks and successive scanning without deleting nodes 2011-03-09 20:52:44 +00:00
sourcechanger.pas codetools: AddWithBlock 2011-09-09 22:32:47 +00:00
sourcelog.pas lazutils: started lazutf8, lazfileutil, lazfilecache 2011-10-04 22:42:44 +00:00
stdcodetools.pas codetools: TStandardCodeTool.FindDanglingComponentEvents; safer align, bug #19109 2011-09-30 14:34:13 +00:00