.. |
docs
|
codetools: updated sourcecloser example
|
2017-09-11 15:48:54 +00:00 |
examples
|
IDE: parse custom compiler option -FN for default namespaces
|
2018-05-07 08:06:37 +00:00 |
ide
|
IdeIntf: Split IDEOptionsIntf into a new IDEOptEditorIntf.
|
2018-06-09 14:40:08 +00:00 |
languages
|
Translations: Simplified Chinese translation update by robsean, bug #33242
|
2018-02-27 23:23:20 +00:00 |
tests
|
codetools: test external class const
|
2018-05-18 08:04:09 +00:00 |
basiccodetools.pas
|
IDE: fix invalid localized package names
|
2018-05-18 21:34:39 +00:00 |
cachecodetools.pas
|
Copy AVL_Tree from FPC trunk and replace classes in AvgLvlTree and in CodetoolsStructs with it.
|
2017-04-05 08:34:48 +00:00 |
ccodeparsertool.pas
|
codetools: fixed rangechecking
|
2018-01-18 21:23:38 +00:00 |
changedeclarationtool.pas
|
codetools: AddProcModifier fixed external name
|
2018-05-13 11:33:35 +00:00 |
codeatom.pas
|
codetools: changed TAtomRing to support longer ring, full two way
|
2017-11-22 10:58:30 +00:00 |
codebeautifier.pas
|
Copy AVL_Tree from FPC trunk and replace classes in AvgLvlTree and in CodetoolsStructs with it.
|
2017-04-05 08:34:48 +00:00 |
codecache.pas
|
Copy AVL_Tree from FPC trunk and replace classes in AvgLvlTree and in CodetoolsStructs with it.
|
2017-04-05 08:34:48 +00:00 |
codecompletiontemplater.pas
|
general: Updated address of the Free Software Foundation in copyright messages
|
2017-01-29 21:04:32 +00:00 |
codecompletiontemplates.xml
|
|
|
codecompletiontool.pas
|
codetools: less verbose
|
2018-05-02 23:03:58 +00:00 |
codegraph.pas
|
Copy AVL_Tree from FPC trunk and replace classes in AvgLvlTree and in CodetoolsStructs with it.
|
2017-04-05 08:34:48 +00:00 |
codeindex.pas
|
Copy AVL_Tree from FPC trunk and replace classes in AvgLvlTree and in CodetoolsStructs with it.
|
2017-04-05 08:34:48 +00:00 |
codetemplatestool.pas
|
Copy AVL_Tree from FPC trunk and replace classes in AvgLvlTree and in CodetoolsStructs with it.
|
2017-04-05 08:34:48 +00:00 |
codetoolgdbtracer.pas
|
Components: use LazLoggerBase instead of LazLogger
|
2018-06-02 16:46:39 +00:00 |
codetoolmanager.pas
|
IDE: word completion: don't add words in place of a sub-identifier (myObject.|)
|
2018-06-06 20:13:29 +00:00 |
codetoolmemmanager.pas
|
general: Updated address of the Free Software Foundation in copyright messages
|
2017-01-29 21:04:32 +00:00 |
codetools.inc
|
general: Updated address of the Free Software Foundation in copyright messages
|
2017-01-29 21:04:32 +00:00 |
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
|
codetools: added unique ids for errors
|
2017-04-21 18:35:53 +00:00 |
codetoolsconfig.pas
|
codetools: renamed TFPCConfigFileStateList TPCConfigFileStateList, TFPCTargetConfigCache TPCTargetConfigCache
|
2017-12-18 17:03:02 +00:00 |
codetoolsfpcmsgs.pas
|
Copy AVL_Tree from FPC trunk and replace classes in AvgLvlTree and in CodetoolsStructs with it.
|
2017-04-05 08:34:48 +00:00 |
codetoolsstrconsts.pas
|
codetools: fixed reparsing on changed module name
|
2017-10-10 09:18:10 +00:00 |
codetoolsstructs.pas
|
Copy AVL_Tree from FPC trunk and replace classes in AvgLvlTree and in CodetoolsStructs with it.
|
2017-04-05 08:34:48 +00:00 |
codetree.pas
|
IDE: add words from current unit to identifier completion list.
|
2018-06-05 13:59:47 +00:00 |
ctloadlaz.pas
|
general: Updated address of the Free Software Foundation in copyright messages
|
2017-01-29 21:04:32 +00:00 |
ctunitgraph.pas
|
IDE: find/rename identifier: search in used but not listed units too
|
2018-04-26 17:37:14 +00:00 |
ctunitgroupgraph.pas
|
Copy AVL_Tree from FPC trunk and replace classes in AvgLvlTree and in CodetoolsStructs with it.
|
2017-04-05 08:34:48 +00:00 |
ctxmlfixfragment.pas
|
general: Updated address of the Free Software Foundation in copyright messages
|
2017-01-29 21:04:32 +00:00 |
customcodetool.pas
|
codetools: fixed ReadPrioAtomSafe when cleanpos at end of atom
|
2018-06-14 20:46:56 +00:00 |
definetemplates.pas
|
codetools: clean up
|
2018-05-25 07:12:08 +00:00 |
directivestree.pas
|
codetools: fixed rangechecking
|
2018-01-18 21:23:38 +00:00 |
directorycacher.pas
|
Refactor: Move variable ConsoleVerbosity from MacroIntf to LazUtilities. Rename MergeSort to avoid name clash and confusion.
|
2018-06-09 14:39:21 +00:00 |
eventcodetool.pas
|
codetools: added TFindDeclarationTool.FindClassMember
|
2017-06-05 13:29:16 +00:00 |
expreval.pas
|
codetools: added compiler directive switches $E, $G, $J, $O, $U
|
2017-05-08 11:10:44 +00:00 |
extractproctool.pas
|
codetools: added AddProcModifier
|
2018-05-13 09:57:40 +00:00 |
fileprocs.pas
|
Components: use LazLoggerBase instead of LazLogger
|
2018-06-02 16:46:39 +00:00 |
finddeclarationcache.pas
|
Copy AVL_Tree from FPC trunk and replace classes in AvgLvlTree and in CodetoolsStructs with it.
|
2017-04-05 08:34:48 +00:00 |
finddeclarationtool.pas
|
codetools: debug obcclass alloc.init
|
2018-04-13 08:35:14 +00:00 |
findoverloads.pas
|
Copy AVL_Tree from FPC trunk and replace classes in AvgLvlTree and in CodetoolsStructs with it.
|
2017-04-05 08:34:48 +00:00 |
fpc.errore.msg
|
codetools: updated fallback fpc msg file
|
2014-05-27 20:29:56 +00:00 |
fpcsrcrules.inc
|
codetools: fpc sources: gives sources in tests lower priority
|
2018-05-25 22:07:15 +00:00 |
fpmake.pas
|
general: Updated address of the Free Software Foundation in copyright messages
|
2017-01-29 21:04:32 +00:00 |
fpmake.pp
|
fpmake: re-generated several fpmake.pp files
|
2015-01-02 20:45:33 +00:00 |
h2pastool.pas
|
Copy AVL_Tree from FPC trunk and replace classes in AvgLvlTree and in CodetoolsStructs with it.
|
2017-04-05 08:34:48 +00:00 |
identcompletiontool.pas
|
codetools: identifier completion: fixed keywords within begin block
|
2018-06-14 20:47:19 +00:00 |
keywordfunclists.pas
|
codetools: added intrinsic writestr
|
2018-05-28 06:57:50 +00:00 |
lfmtrees.pas
|
Copy AVL_Tree from FPC trunk and replace classes in AvgLvlTree and in CodetoolsStructs with it.
|
2017-04-05 08:34:48 +00:00 |
linkscanner.pas
|
Refactor: Move variable ConsoleVerbosity from MacroIntf to LazUtilities. Rename MergeSort to avoid name clash and confusion.
|
2018-06-09 14:39:21 +00:00 |
Makefile
|
updates makefiles
|
2017-05-18 11:39:53 +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
|
|
|
methodjumptool.pas
|
codetools: fixed method jump to delphi generic class method body, issue #33615
|
2018-04-27 17:35:45 +00:00 |
multikeywordlisttool.pas
|
codetools: added unique ids for errors
|
2017-04-21 18:35:53 +00:00 |
nonpascalcodetools.pas
|
codetools: fixed rangechecking
|
2018-01-18 21:23:38 +00:00 |
otheridentifiertree.pas
|
general: Updated address of the Free Software Foundation in copyright messages
|
2017-01-29 21:04:32 +00:00 |
pascalparsertool.pas
|
codetools: parse external class const
|
2018-05-18 08:04:31 +00:00 |
pascalreadertool.pas
|
codetools: added AddProcModifier
|
2018-05-13 09:57:40 +00:00 |
ppucodetools.pas
|
Codetools: formatting.
|
2017-04-08 08:28:57 +00:00 |
ppugraph.pas
|
Copy AVL_Tree from FPC trunk and replace classes in AvgLvlTree and in CodetoolsStructs with it.
|
2017-04-05 08:34:48 +00:00 |
ppuparser.pas
|
codetools: added proc modifier vectorcall, patch #33134
|
2018-02-12 14:55:09 +00:00 |
resourcecodetool.pas
|
codetools: changed TAtomRing to support longer ring, full two way
|
2017-11-22 10:58:30 +00:00 |
sourcechanger.pas
|
codetools: parse delphi generic method
|
2018-04-11 18:49:18 +00:00 |
sourcelog.pas
|
codetools: fixed rangechecking
|
2018-01-18 21:23:38 +00:00 |
stdcodetools.pas
|
codetools: changed TAtomRing to support longer ring, full two way
|
2017-11-22 10:58:30 +00:00 |
unitdictionary.pas
|
Copy AVL_Tree from FPC trunk and replace classes in AvgLvlTree and in CodetoolsStructs with it.
|
2017-04-05 08:34:48 +00:00 |