.. |
examples
|
codetools: clean up
|
2008-07-31 14:37:06 +00:00 |
languages
|
codetools: fixed chinese translations
|
2008-08-15 23:11:28 +00:00 |
allcodetoolunits.pp
|
IDE+codetools: moved code browser parts to codetools
|
2008-07-25 23:01:08 +00:00 |
basiccodetools.pas
|
fixed uninitialized function results
|
2008-08-16 20:51:45 +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
|
fixed uninitialized function results
|
2008-08-16 20:51:45 +00:00 |
codebeautifier.pas
|
|
|
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
|
|
|
codetoolmanager.pas
|
IDE+codetools: using compiler mode Delphi when set in compiler options
|
2008-08-17 19:45:49 +00:00 |
codetoolmemmanager.pas
|
|
|
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
|
IDEIntf: moved IDE key grabbing to propedits, added button to TShortCutPropertyEditor
|
2008-08-19 02:57:17 +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
|
IDE: package compilation: do not build all if only search paths changed, this is spotted by fpc itself
|
2008-08-18 08:34:07 +00:00 |
directivestree.pas
|
fixed uninitialized function results
|
2008-08-16 20:51:45 +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
|
IDE: implemented supporting FPCVer in FPCSrcDir
|
2008-08-19 01:28:24 +00:00 |
finddeclarationcache.pas
|
codetools: added h2ptree, converted some consistencychecks to exceptions
|
2008-03-14 11:56:14 +00:00 |
finddeclarationtool.pas
|
fixed uninitialized function results
|
2008-08-16 20:51:45 +00:00 |
fpc.errore.msg
|
|
|
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
|
IDE: implemented supporting FPCVer in FPCSrcDir
|
2008-08-19 01:28:24 +00:00 |
laz_xmlwrite.pas
|
rename COPYING.modifiedLGPL to COPYING.modifiedLGPL.txt
|
2008-07-22 09:48:15 +00:00 |
lfmtrees.pas
|
fixed uninitialized function results
|
2008-08-16 20:51:45 +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
|
|
|
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: ExtractProperty: implemented unit.type
|
2008-08-10 10:18:45 +00:00 |
ppucodetools.pas
|
codetools: added ppucodetools.pas
|
2008-08-14 18:17:50 +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
|
fixed uninitialized function results
|
2008-08-16 20:51:45 +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
|
IDEIntf: moved IDE key grabbing to propedits, added button to TShortCutPropertyEditor
|
2008-08-19 02:57:17 +00:00 |