lazarus/components/codetools
mattias 8c20e8c9b9 codetools: fixed endless loop
git-svn-id: trunk@15982 -
2008-08-07 14:13:29 +00:00
..
examples codetools: clean up 2008-07-31 14:37:06 +00:00
languages translations: russian: updates from Maxim 2008-08-07 07:41:16 +00:00
allcodetoolunits.pp IDE+codetools: moved code browser parts to codetools 2008-07-25 23:01:08 +00:00
basiccodetools.pas codetools: implemented parsing 1e-16, bug #8446 2008-07-26 18:16:56 +00:00
cachecodetools.pas IDE: lazdoc editor now uses lazdoc engine 2007-12-13 00:01:50 +00:00
ccodeparsertool.pas codetools: c parser: supporting defined name 2008-08-04 15:42:14 +00:00
codeatom.pas coetools: extract proc: implemented collecting and ingnoring missing identifiers 2008-01-01 19:35:37 +00:00
codebeautifier.pas implemented loading project session from separate file 2006-02-06 18:55:31 +00:00
codecache.pas codetools: accelerated loading include links 2008-02-19 11:37:30 +00:00
codecompletiontool.pas codetools: class completion for Index properties now use AIndex instead of Index as variable name to reduce name clashes from Michael VC 2008-07-17 21:12:33 +00:00
codegraph.pas codetools: ppu: supporting circle dependencies 2008-07-02 20:53:30 +00:00
codeindex.pas IDE+codetools: moved code browser parts to codetools 2008-07-25 23:01:08 +00:00
codetemplatestool.pas fixed synedit multi replace with overlapping results 2006-05-23 17:41:59 +00:00
codetoolmanager.pas codetools: h2pas example: added defines, undefines, outputfile and multiple input files 2008-07-28 16:16:42 +00:00
codetoolmemmanager.pas fixed searching in parent nodes of ancestors 2003-06-26 12:19:23 +00:00
codetools1.lpk codetools: updated lpk 2008-07-25 19:22:28 +00:00
codetools.inc
codetoolsconfig.pas codetools: CreateMethod: implemented adding units for parameter types, bug #10594 2008-01-09 19:45:29 +00:00
codetoolsstrconsts.pas synedit: set default synedit font for carbon 2008-07-19 09:51:32 +00:00
codetoolsstructs.pas codetools: clean up 2008-07-31 14:37:06 +00:00
codetree.pas IDE: started searching in fpdoc files 2008-08-05 21:51:30 +00:00
customcodetool.pas codetools: implemented parsing 1e-16, bug #8446 2008-07-26 18:16:56 +00:00
definetemplates.pas codetools: fixed memleak (and probably fixed define templates for components), fixes bug #11701 2008-07-20 19:20:13 +00:00
directivestree.pas codetools: h2p: implemented macro values and stati 2008-03-25 15:43:07 +00:00
directorycacher.pas codetools: ppu: added heuristic to create FPC groups 2008-07-03 14:57:57 +00:00
eventcodetool.pas IDE+codetools: implemented creating event override for nested components 2008-07-10 16:17:24 +00:00
expreval.pas codetools: c parser: supporting defined name 2008-08-04 15:42:14 +00:00
extractproctool.pas codetools: extract proc: deleting a local var: keep a space between var and the next identifier, bug #11273 2008-05-12 10:25:36 +00:00
fileprocs.pas codetools: h2pas example: added defines, undefines, outputfile and multiple input files 2008-07-28 16:16:42 +00:00
finddeclarationcache.pas codetools: added h2ptree, converted some consistencychecks to exceptions 2008-03-14 11:56:14 +00:00
finddeclarationtool.pas IDE: started searching in fpdoc files 2008-08-05 21:51:30 +00:00
fpc.errore.msg IDE: fpc messages filter now shows Recompiling unit, checksum changed messages 2007-07-31 16:43:36 +00:00
h2pastool.pas codetools: c parser: supporting defined name 2008-08-04 15:42:14 +00:00
identcompletiontool.pas codetools: identifier completion: do not add semicolon twice 2008-07-23 11:59:52 +00:00
keywordfunclists.pas codetools: added method modifer safecall, bug #11722 2008-08-03 19:51:03 +00:00
laz_dom.pas rename COPYING.modifiedLGPL to COPYING.modifiedLGPL.txt 2008-07-22 09:48:15 +00:00
laz_xmlcfg.pas rename COPYING.modifiedLGPL to COPYING.modifiedLGPL.txt 2008-07-22 09:48:15 +00:00
laz_xmlread.pas laz_xmlread: skipping end of file chars (#26) at end of xml 2008-07-28 13:11:49 +00:00
laz_xmlstreaming.pas laz_xmlstreaming: removed read/write overrides for fpc 2.2.0 and 2.0.x 2007-12-11 23:23:20 +00:00
laz_xmlwrite.pas rename COPYING.modifiedLGPL to COPYING.modifiedLGPL.txt 2008-07-22 09:48:15 +00:00
lfmtrees.pas IDE: designer: implemented creating a nested frame 2008-05-25 16:30:59 +00:00
linkscanner.pas synedit: pascal highlighter: implemented mode Delphi/ObjFPC and nested comments 2008-07-26 15:11:57 +00:00
Makefile default widget set for Mac OS X is now Carbon, not gtk1 2008-06-20 19:33:44 +00:00
Makefile.fpc Makefiles: removed some fcl dependencies 2007-10-16 22:47:51 +00:00
memcheck_laz.inc codetools: directives parser: adding nodes for all directives 2007-08-23 12:47:33 +00:00
memcheck.pas IDE: added icons for menu: dfm to lfm and open file at cursor from Laurent 2007-10-01 08:58:45 +00:00
methodjumptool.pas codetools: FindJumpPointInProcNode: using start of code in target line 2007-12-27 18:50:52 +00:00
multikeywordlisttool.pas codetools: added ErrorNicePosition to distingush between error position and probable cause of error 2008-01-01 20:26:48 +00:00
nonpascalcodetools.pas reduced debugging output 2008-07-02 19:33:47 +00:00
pascalparsertool.pas codetools: fixed endless loop 2008-08-07 14:13:29 +00:00
pascalreadertool.pas codetools: extended ctnWithStatement EndPos to next atom when possible, bug #7970 2008-05-22 14:48:32 +00:00
ppugraph.pas codetools: ppu: changed output of example to pascal 2008-07-05 22:37:52 +00:00
ppuparser.pas codetools: extended codegraph for descendants 2008-07-02 12:33:48 +00:00
resourcecodetool.pas codetools: replaced some var with out 2007-12-08 14:17:46 +00:00
sourcechanger.pas h2pas: improved debugging 2008-02-19 08:42:21 +00:00
sourcelog.pas codetools: added TCodeCache.OnDecodeLoaded/OnEncodeSaving 2007-12-30 20:54:19 +00:00
stdcodetools.pas IDE: not beautifying uses section of package main source, bug #11660 2008-07-26 16:49:14 +00:00