lazarus/ide
2024-01-11 12:32:21 +01:00
..
frames IDE: EditorOptions - Colors, added color settings for debug-disassembler view 2024-01-11 02:38:37 +01:00
include Lazarus trunk requires at least FPC 3.2.0. Remove checks for earlier FPC_FULLVERSION. 2023-07-07 17:39:03 +03:00
packages IDE, Debugger: Asm Window, invalidate after colors changed 2024-01-11 12:32:21 +01:00
aboutfrm.lfm
aboutfrm.pas IDE: Use the correct IDE build date/time. Set it in lazarus.pp which always gets compiled. Issue #40467, patch by n7800. 2023-09-02 14:41:58 +03:00
abstractsmethodsdlg.lfm
abstractsmethodsdlg.pas
addtoprojectdlg.lfm
addtoprojectdlg.pas
allcompileroptions.lfm IDE: Show All Compiler Options window better on Hi-DPI screen. Issue #40342, patch by Bruno K. 2023-06-22 01:12:53 +03:00
allcompileroptions.pas IDE: Show All Compiler Options window better on Hi-DPI screen. Issue #40342, patch by Bruno K. 2023-06-22 01:12:53 +03:00
applicationbundle.pas
basebuildmanager.pas ide: fixed SubTarget to Subtarget 2023-07-26 13:36:16 +01:00
buildfiledlg.lfm
buildfiledlg.pas
buildlazdialog.lfm
buildlazdialog.pas IDE: changed class of "Select profiles to build" dialog from TGenericCheckListForm to TLazarusBuildManyDialog. The former type corresponds to generic dialog and poses potential risk of name clashing when storing layout. Patch by n7800. 2023-11-25 05:27:26 +03:00
buildmanager.pas ide+codetools: fpc config cache: support working directory and @ param, fixed #40603 2023-11-20 16:40:52 +01:00
buildmodediffdlg.lfm
buildmodediffdlg.pas Move units IDECmdLine, IDEGuiCmdLine, IDEProcs and CompOptsModes to IdeConfig package. 2023-07-23 22:34:21 +03:00
buildmodesmanager.lfm
buildmodesmanager.pas IDE: Overload TBuildModesCheckList constructor to avoid a warning. 2023-11-24 13:23:40 +02:00
buildprofilemanager.lfm
buildprofilemanager.pas ide: fixed SubTarget to Subtarget 2023-07-26 13:36:16 +01:00
buildprojectdlg.lfm
buildprojectdlg.pas Move units IDECmdLine, IDEGuiCmdLine, IDEProcs and CompOptsModes to IdeConfig package. 2023-07-23 22:34:21 +03:00
checkcompileropts.lfm
checkcompileropts.pas ide: using cache and support star dirs 2023-08-03 11:12:57 +02:00
checkcompoptsfornewunitdlg.lfm
checkcompoptsfornewunitdlg.pas
checklfmdlg.lfm
checklfmdlg.pas
cleandirdlg.lfm
cleandirdlg.pas
clipboardhistory.pas
codebrowser.lfm
codebrowser.pas ide: less hints 2023-08-02 13:29:33 +02:00
codecontextform.pas LazUtils, LCL: Move LCLProc.CompareRect() -> GraphMath.SameRect(). Deprecate LCLProc.CompareRect(). 2023-07-03 16:54:10 +03:00
codecreationdlg.lfm
codecreationdlg.pas
codeexplopts.pas Move units IDECmdLine, IDEGuiCmdLine, IDEProcs and CompOptsModes to IdeConfig package. 2023-07-23 22:34:21 +03:00
codeexplorer.lfm
codeexplorer.pas Remove unit Laz_AVL_Tree, a copy of unit AVL_Tree. Not needed with FPC 3.2.x. 2023-07-07 17:39:03 +03:00
codehelp.pas ide: using SearchFileInSearchPath 2023-08-03 07:08:41 +02:00
codemacroprompt.lfm
codemacroprompt.pas ide: fixed delting EndOfTokenChars at end of code template, fixed #40498 2023-12-19 10:38:35 +01:00
codemacroselect.lfm
codemacroselect.pas
codetemplatesdlg.lfm IDE: Code Templates dialog improvements. Based on patch by n7800, issue #40654. 2024-01-08 02:40:55 +03:00
codetemplatesdlg.pas IDE: Code Templates dialog improvements. Based on patch by n7800, issue #40654. 2024-01-08 02:40:55 +03:00
codetoolsdefines.lfm
codetoolsdefines.pas ide+codetools: fpc config cache: support working directory and @ param, fixed #40603 2023-11-20 16:40:52 +01:00
codetoolsdefpreview.lfm
codetoolsdefpreview.pas Remove unit Laz_AVL_Tree, a copy of unit AVL_Tree. Not needed with FPC 3.2.x. 2023-07-07 17:39:03 +03:00
codetoolsoptions.pas Codetools: Identifier completion, add limit for recent history items shown. issue #40332 Patch by WooBean007 2023-07-17 21:33:12 +02:00
ColorDefault.xml IDE: EditorOptions - Colors, added color settings for debug-disassembler view 2024-01-11 02:38:37 +01:00
ColorDelphi.xml IDE: EditorOptions - Colors, added color settings for debug-disassembler view 2024-01-11 02:38:37 +01:00
ColorOcean.xml Ide, Codetools: Added colors for recent identifier completion items to schemes 2023-07-21 22:48:04 +02:00
ColorPascalClassic.xml Ide, Codetools: Added colors for recent identifier completion items to schemes 2023-07-21 22:48:04 +02:00
ColorTwilight.xml Ide, Codetools: Added colors for recent identifier completion items to schemes 2023-07-21 22:48:04 +02:00
compatibilityrestrictions.pas
compiler.pp IDE: unified ide debugln 2023-08-08 01:52:11 +02:00
compileroptions.pp ide: fixed load/save WriteConfigFilePath 2023-12-07 11:12:16 +01:00
componentlist.lfm
componentlist.pas ide: resourcestrings and refactored 2023-08-02 12:25:42 +02:00
componentpalette.pas IDE: Show designer when clicking "Selection tool" in component palette. Issue #39808, patch by n7800. 2023-11-26 13:08:27 +02:00
comppagespopup.lfm
comppagespopup.pas
customformeditor.pp IDE: store ResourceBaseClassName of designer components, added DesignerClassCanAppCreateForm 2023-09-24 14:29:19 +02:00
debugmanager.pas Debugger: do not search source frame, if doing asm-single-steps 2023-11-28 01:40:48 +01:00
definesgui.lfm
definesgui.pas
dependencygraphoptions.lfm
dependencygraphoptions.pas
desktopmanager.lfm
desktopmanager.pas
dialogprocs.pas Lazarus trunk requires at least FPC 3.2.0. Remove checks for earlier FPC_FULLVERSION. 2023-07-07 17:39:03 +03:00
diffdialog.lfm
diffdialog.pas
diskdiffsdialog.lfm
diskdiffsdialog.pas Lazarus trunk requires at least FPC 3.2.0. Remove checks for earlier FPC_FULLVERSION. 2023-07-07 17:39:03 +03:00
editdefinetree.pas Move units IDECmdLine, IDEGuiCmdLine, IDEProcs and CompOptsModes to IdeConfig package. 2023-07-23 22:34:21 +03:00
editorfilemanager.lfm
editorfilemanager.pas
editormacrolistviewer.lfm
editormacrolistviewer.pas
editoroptions.pp IDE: EditorOptions - Colors, added color settings for debug-disassembler view 2024-01-11 02:38:37 +01:00
editoroptions.rc
editoroptions.res IDE: EditorOptions - Colors, added color settings for debug-disassembler view 2024-01-11 02:38:37 +01:00
editortoolbarstatic.pas
emptymethodsdlg.lfm
emptymethodsdlg.pas
encloseifdef.lfm
encloseifdef.pas
encloseselectiondlg.lfm
encloseselectiondlg.pas
envguioptions.pas ide: added TEnvGuiOptions.EmulateRightMouseButton, used by Messages Window for popup on Ctrl+Left 2023-10-27 15:36:44 +01:00
etfpcmsgparser.pas ide: fixed parsing fpc linker error ld.bfd and file:linenumber: msg 2023-08-20 11:06:29 +02:00
etmakemsgparser.pas
etmessageframe.lfm
etmessageframe.pas ide: added TEnvGuiOptions.EmulateRightMouseButton, used by Messages Window for popup on Ctrl+Left 2023-10-27 15:36:44 +01:00
etmessageswnd.lfm
etmessageswnd.pas Reserve "On..." prefix for events and name functions differently. 2023-07-25 11:07:57 +03:00
etpas2jsmsgparser.pas
etquickfixes.pas Remove unit Laz_AVL_Tree, a copy of unit AVL_Tree. Not needed with FPC 3.2.x. 2023-07-07 17:39:03 +03:00
etsrceditmarks.pas Remove unit Laz_AVL_Tree, a copy of unit AVL_Tree. Not needed with FPC 3.2.x. 2023-07-07 17:39:03 +03:00
extractprocdlg.lfm
extractprocdlg.pas Remove unit Laz_AVL_Tree, a copy of unit AVL_Tree. Not needed with FPC 3.2.x. 2023-07-07 17:39:03 +03:00
exttooldialog.lfm
exttooldialog.pas
exttooleditdlg.lfm
exttooleditdlg.pas
exttools.pas Tweak uses sections. Formatting. 2023-07-25 10:59:47 +03:00
exttoolsconsole.pas Tweak uses sections. Formatting. 2023-07-25 10:59:47 +03:00
exttoolside.pas
findinfilesdlg.lfm IDE: Improve initialization of directory browse button in FindInFilesDlg. Issue #40344, patch from Bruno K. 2023-06-23 08:57:03 +03:00
findinfilesdlg.pas IDE: Show "Find in Files" dialog also from the package editor. Issue #40673, patch by Henner Drewes. 2024-01-01 19:20:17 +02:00
findinfileswnd.lfm
findinfileswnd.lrs
findinfileswnd.pas
findoverloadsdlg.lfm
findoverloadsdlg.pas Move units IDECmdLine, IDEGuiCmdLine, IDEProcs and CompOptsModes to IdeConfig package. 2023-07-23 22:34:21 +03:00
findrenameidentifier.lfm
findrenameidentifier.pas ide: using cache when searching files in codebrowser, checkcompileroptions and findrenameidentifier 2023-08-02 13:28:49 +02:00
findreplacedialog.lfm
findreplacedialog.pp
findunitdlg.lfm
findunitdlg.pas Move units IDECmdLine, IDEGuiCmdLine, IDEProcs and CompOptsModes to IdeConfig package. 2023-07-23 22:34:21 +03:00
formeditor.pp
fpcsrcscan.pas
fpdoceditwindow.lfm FPDoc Editor: New button images, by Roland Hahn. 2023-12-14 15:57:14 +01:00
fpdoceditwindow.pas FPDoc Editor: Activate new "InsertURLTag" icon. 2023-12-14 17:00:08 +01:00
fpdochints.pas
fpdocselectinherited.lfm
fpdocselectinherited.pas
fpdocselectlink.lfm
fpdocselectlink.pas Remove unit Laz_AVL_Tree, a copy of unit AVL_Tree. Not needed with FPC 3.2.x. 2023-07-07 17:39:03 +03:00
fpmake.pp Move units IDECmdLine, IDEGuiCmdLine, IDEProcs and CompOptsModes to IdeConfig package. 2023-07-23 22:34:21 +03:00
frmcustomapplicationoptions.lfm
frmcustomapplicationoptions.pas Tweak uses sections. Formatting. 2023-07-25 10:59:47 +03:00
generatefppkgconfigurationdlg.lfm
generatefppkgconfigurationdlg.pas Move units IDECmdLine, IDEGuiCmdLine, IDEProcs and CompOptsModes to IdeConfig package. 2023-07-23 22:34:21 +03:00
genericchecklist.lfm IDE: cleanup of GenericCheckListForm/GenericListEditorForm/GenericListSelectForm, patch from n7800 2023-11-27 02:38:15 +03:00
genericchecklist.pas IDE: cleanup of GenericCheckListForm/GenericListEditorForm/GenericListSelectForm, patch from n7800 2023-11-27 02:38:15 +03:00
genericlisteditor.lfm
genericlisteditor.pas IDE: cleanup of GenericCheckListForm/GenericListEditorForm/GenericListSelectForm, patch from n7800 2023-11-27 02:38:15 +03:00
genericlistselect.lfm IDE: cleanup of GenericCheckListForm/GenericListEditorForm/GenericListSelectForm, patch from n7800 2023-11-27 02:38:15 +03:00
genericlistselect.pas IDE: cleanup of GenericCheckListForm/GenericListEditorForm/GenericListSelectForm, patch from n7800 2023-11-27 02:38:15 +03:00
gotofrm.lfm
gotofrm.pas
helpfpcmessages.lfm
helpfpcmessages.pas
helpoptions.pas Tweak uses sections. Formatting. 2023-07-25 10:59:47 +03:00
ide.pas
idecontexthelpedit.lfm
idecontexthelpedit.pas
idecoolbardata.pas
idedefs.pas
idefpcinfo.lfm
idefpcinfo.pas ide+codetools: fpc config cache: support working directory and @ param, fixed #40603 2023-11-20 16:40:52 +01:00
idefpdocfilesearch.lfm
idefpdocfilesearch.pas
idehelpmanager.lfm
idehelpmanager.pas IDE: fixed the double click behavior for non-query tree nodes on the help selector dialog, patch by Don Siders with some cleanups, issue #40472 2023-08-30 02:05:20 +03:00
ideinfodlg.lfm IDE: Show IDE macros in IDEInfoDlg (View -> IDE internals -> About IDE). Add time to AboutFrm. Issue #40360, patch by Bruno K. 2023-07-04 10:59:43 +03:00
ideinfodlg.pas IDE: Use the correct IDE build date/time. Set it in lazarus.pp which always gets compiled. Issue #40467, patch by n7800. 2023-09-02 14:41:58 +03:00
ideinfoneedbuild.lfm
ideinfoneedbuild.pas Move units IDECmdLine, IDEGuiCmdLine, IDEProcs and CompOptsModes to IdeConfig package. 2023-07-23 22:34:21 +03:00
ideinstances.pas Move units IDECmdLine, IDEGuiCmdLine, IDEProcs and CompOptsModes to IdeConfig package. 2023-07-23 22:34:21 +03:00
ideoptionsdlg.lfm
ideoptionsdlg.pas
ideprotocol.pas
idetransfermacros.pas
idetranslations.pas
idewindowhelp.pas
imexportcompileropts.lfm
imexportcompileropts.pas Move units IDECmdLine, IDEGuiCmdLine, IDEProcs and CompOptsModes to IdeConfig package. 2023-07-23 22:34:21 +03:00
initialsetupdlgs.lfm
initialsetupdlgs.pas IDE: Use the correct IDE build date/time. Set it in lazarus.pp which always gets compiled. Issue #40467, patch by n7800. 2023-09-02 14:41:58 +03:00
initialsetupproc.pas ide+codetools: added fpc subtarget to caches 2023-07-25 16:52:59 +01:00
inputfiledialog.pas
inputhistory.pas Remove unit Laz_AVL_Tree, a copy of unit AVL_Tree. Not needed with FPC 3.2.x. 2023-07-07 17:39:03 +03:00
inputhistorywithsearchopt.pas
inspectchksumchangeddlg.lfm
inspectchksumchangeddlg.pas ide: inspect chksum changed: fixed updating cache 2023-08-03 18:12:46 +02:00
invertassigntool.pas
jumphistoryview.lfm
jumphistoryview.pas
keymapping.pp IDE: added clarifying comment in LoadCustomKeySchemasInDir procedure of keymapping.pp unit 2023-11-17 01:44:57 +03:00
keymapschemedlg.lfm
keymapschemedlg.pas
keymapshortcutdlg.lfm
keymapshortcutdlg.pas
lazadvancedipc.pp Remove obsolete checks for FPC versions earlier then 3.0. 2023-07-07 17:39:02 +03:00
lazarus_dci_file.dci IDE: Improve some more Code Templates. Issue #40657, patch by n7800. 2023-12-31 11:29:14 +02:00
lazarus_indentation.res
lazarus.ico
lazarus.lpi IDE: localized 'Emulate right button' option 2023-10-27 20:42:41 +03:00
lazarus.lrs
lazarus.pp ide: splasform use CreateForm 2023-09-06 16:45:26 +02:00
lazarus.res ide: updated res 2023-06-25 18:14:02 +02:00
lazarusidestrconsts.pas IDE: EditorOptions - Colors, added color settings for debug-disassembler view 2024-01-11 02:38:37 +01:00
lazarusmanager.pas Move units IDECmdLine, IDEGuiCmdLine, IDEProcs and CompOptsModes to IdeConfig package. 2023-07-23 22:34:21 +03:00
lazbuild.lpi lazbuild: fixed outputdirectory without lclwidgettype it is always nogui 2023-09-03 17:01:06 +02:00
lazbuild.lpr lazbuild: fixed crash 2023-07-28 17:25:03 +01:00
lazdoc.res FPDoc Editor: New button images, by Roland Hahn. 2023-12-14 15:57:14 +01:00
lfmunitresource.pas Remove unit Laz_AVL_Tree, a copy of unit AVL_Tree. Not needed with FPC 3.2.x. 2023-07-07 17:39:03 +03:00
macropromptdlg.pas
main.pp IDE: fix typo about ofDoNotActivateSourceEditor 2023-12-04 23:45:00 +08:00
mainbar.pas Reserve "On..." prefix for events and name functions differently. 2023-07-25 11:07:57 +03:00
mainbase.pas Support for Highlighter based on TextMate grammar 2023-09-12 12:01:50 +02:00
mainintf.pas Lazarus trunk requires at least FPC 3.2.0. Remove checks for earlier FPC_FULLVERSION. 2023-07-07 17:39:03 +03:00
Makefile bigide: added testinsight 2023-11-25 22:38:52 +01:00
Makefile.fpc bigide: added testinsight 2023-11-25 22:38:52 +01:00
makeresstrdlg.lfm
makeresstrdlg.pas Move units IDECmdLine, IDEGuiCmdLine, IDEProcs and CompOptsModes to IdeConfig package. 2023-07-23 22:34:21 +03:00
miscoptions.pas Move units IDECmdLine, IDEGuiCmdLine, IDEProcs and CompOptsModes to IdeConfig package. 2023-07-23 22:34:21 +03:00
mouseactiondialog.lfm
mouseactiondialog.pas IDE: Fix advanced mouse opts for breakpoint toggling / enabling 2023-07-13 18:50:31 +02:00
msgvieweditor.lfm
msgvieweditor.pas
multipastedlg.lfm
multipastedlg.pas Move units IDECmdLine, IDEGuiCmdLine, IDEProcs and CompOptsModes to IdeConfig package. 2023-07-23 22:34:21 +03:00
newdialog.lfm
newdialog.pas
newprojectdlg.lfm
newprojectdlg.pp
notifyprocessend.pas
pas2jsmsg.txt
patheditordlg.lfm
patheditordlg.pas ide: identifier completion: gather units in star dirs 2023-08-03 18:07:38 +02:00
procedurelist.lfm
procedurelist.pas
progressdlg.lfm
progressdlg.pas
progresswnd.lfm
progresswnd.pas
project.pp IDE: store ResourceBaseClassName of designer components, added DesignerClassCanAppCreateForm 2023-09-24 14:29:19 +02:00
projectdebuglink.pas ide: clean up 2023-07-26 10:51:13 +01:00
projectdefs.pas
projectdescriptortypes.pas
projecticon.pas
projectinspector.lfm
projectinspector.pas IDE: store ResourceBaseClassName of designer components, added DesignerClassCanAppCreateForm 2023-09-24 14:29:19 +02:00
projectresources.pas ide: project res file: fixed save if not exists 2023-08-08 02:41:39 +02:00
projectuserresources.pas
projectwizarddlg.lfm IDE: Make the ProjectWizard window wider. Long paths of recent projects show better. Use csDropDownList for the Listbox. 2023-09-27 13:49:37 +03:00
projectwizarddlg.pas
publishmoduledlg.lfm
publishmoduledlg.pas Lazarus trunk requires at least FPC 3.2.0. Remove checks for earlier FPC_FULLVERSION. 2023-07-07 17:39:03 +03:00
qfinitlocalvardlg.lfm
qfinitlocalvardlg.pas
raw_window.pas Remove obsolete checks for FPC versions earlier then 3.0. 2023-07-07 17:39:02 +03:00
redirect_stderr.pas
restrictionbrowser.lfm
restrictionbrowser.pas
runparamsopts.lfm
runparamsopts.pas ide: restore run params dialog size 2023-06-21 17:59:59 +02:00
searchfrm.lfm
searchfrm.pas Reserve "On..." prefix for events and name functions differently. 2023-07-25 11:07:57 +03:00
searchresultview.lfm IDE: Fix saving PathMode in SearchResultsView always. Issue #40352. 2023-06-28 12:45:45 +03:00
searchresultview.pp ide: less hints 2023-08-08 09:42:12 +02:00
showcompileropts.lfm
showcompileropts.pas IDE: added project option Write compiler config file 2023-07-28 14:50:48 +01:00
showdeletingfilesdlg.lfm IDE: save and restore of "Delete all the files?" confirmation dialog, issue #40611 2023-11-24 03:25:52 +03:00
showdeletingfilesdlg.pas IDE: save and restore of "Delete all the files?" confirmation dialog, issue #40611 2023-11-24 03:25:52 +03:00
sortselectiondlg.lfm
sortselectiondlg.pas Remove unit Laz_AVL_Tree, a copy of unit AVL_Tree. Not needed with FPC 3.2.x. 2023-07-07 17:39:03 +03:00
sourceeditor.lfm
sourceeditor.pp IDE: prevent the tab itself from becoming the focusi n SourceEditor 2023-11-24 01:03:21 +08:00
sourceeditprocs.pas SourceEdit, completion: Scale icons to match font height. 2023-12-13 16:31:48 +01:00
sourcefilemanager.pas IDE: fix typo about ofDoNotActivateSourceEditor 2023-12-04 23:45:00 +08:00
sourcemarks.pas Ide, Codetools: IdentifierCompletion, add color for recent Items. Issue #40392 Based(Amended) on Patch by Bruno K 2023-07-21 22:47:39 +02:00
sourcesyneditor.pas Ide, Codetools: IdentifierCompletion, add color for recent Items. Issue #40392 Based(Amended) on Patch by Bruno K 2023-07-21 22:47:39 +02:00
splash.lfm
splash.pp ide: splasform use CreateForm 2023-09-06 16:45:26 +02:00
srcedithintfrm.pas
startlazarus.ico
startlazarus.lpi
startlazarus.lpr
startlazarus.res
syncolorattribeditor.lfm
syncolorattribeditor.pas
sysvaruseroverridedlg.pas
toolbarconfig.lfm
toolbarconfig.pas
unitdependencies.lfm
unitdependencies.pas Remove unit Laz_AVL_Tree, a copy of unit AVL_Tree. Not needed with FPC 3.2.x. 2023-07-07 17:39:03 +03:00
unitinfodlg.lfm
unitinfodlg.pp
unusedunitsdlg.lfm
unusedunitsdlg.pas
useunitdlg.lfm
useunitdlg.pas ide: resourcestrings and refactored 2023-08-02 12:25:42 +02:00
viewunit_dlg.lfm
viewunit_dlg.pp ide: less hints 2023-08-03 11:12:57 +02:00
w32manifest.pas
w32versioninfo.pas
wordcompletion.pp