lazarus/ide
2024-07-15 11:54:11 +02:00
..
frames IDE: improved Editor Display Options page layout 2024-06-18 00:47:56 +03:00
include
packages FpDebug: display-format for ymm/xmm 2024-07-12 16:45:49 +02:00
aboutfrm.lfm
aboutfrm.pas
abstractsmethodsdlg.lfm
abstractsmethodsdlg.pas Ide: Move more units into ide-packages, project / packager 2024-04-11 23:46:56 +02:00
addtoprojectdlg.lfm
addtoprojectdlg.pas
allcompileroptions.lfm IDE: Improve "All options" window, show compiler version in caption. Issue #40968, patch by n7800. 2024-06-01 09:59:49 +03:00
allcompileroptions.pas IDE: Improve "All options" window, show compiler version in caption. Issue #40968, patch by n7800. 2024-06-01 09:59:49 +03:00
applicationbundle.pas
basebuildmanager.pas
buildfiledlg.lfm
buildfiledlg.pas
buildlazdialog.lfm
buildlazdialog.pas ide: build ide using lazbuild:rename startlazarus.exe, issue #40917 2024-04-22 11:08:26 +02:00
buildmanager.pas Changed some modal result checks to honour cancellation as mrNo. See merge request !281 issue #40920 2024-05-20 02:35:01 +02:00
buildmodediffdlg.lfm
buildmodediffdlg.pas
buildmodesmanager.lfm
buildmodesmanager.pas IDE: Feature for renaming project unit filenames to lowercase. Not fully functional yet. Issue #10370. 2024-07-01 21:45:02 +03:00
buildprofilemanager.lfm
buildprofilemanager.pas IDE: Remove -Sy from default debug IDE build options. Issue #40973. 2024-06-11 11:55:59 +03:00
buildprojectdlg.lfm
buildprojectdlg.pas Ide: Move more units into ide-packages, project / packager 2024-04-11 23:46:56 +02:00
checkcompileropts.lfm
checkcompileropts.pas
checkcompoptsfornewunitdlg.lfm
checkcompoptsfornewunitdlg.pas Ide: Move more units into ide-packages, project / packager 2024-04-11 23:46:56 +02:00
checklfmdlg.lfm
checklfmdlg.pas
cleandirdlg.lfm
cleandirdlg.pas Ide: Move more units into ide-packages, project / packager 2024-04-11 23:46:56 +02:00
clipboardhistory.pas
codebrowser.lfm
codebrowser.pas
codecontextform.pas IDE, DockedFormEditor: fixed deprecation warnings, patch by Don Siders, issue #40921 2024-04-25 02:12:06 +03:00
codecreationdlg.lfm
codecreationdlg.pas
codeexplopts.pas
codeexplorer.lfm
codeexplorer.pas IDE, DockedFormEditor: fixed deprecation warnings, patch by Don Siders, issue #40921 2024-04-25 02:12:06 +03:00
codehelp.pas Ide: Move more units into ide-packages, project / packager 2024-04-11 23:46:56 +02:00
codemacroprompt.lfm
codemacroprompt.pas
codemacroselect.lfm
codemacroselect.pas
codetemplates.dci
codetemplatesdlg.lfm
codetemplatesdlg.pas Ide: Move more units into ide-packages, project / packager 2024-04-11 23:46:56 +02:00
codetoolsdefines.lfm
codetoolsdefines.pas
codetoolsdefpreview.lfm
codetoolsdefpreview.pas
codetoolsoptions.pas
ColorDefault.xml
ColorDelphi.xml
ColorOcean.xml
ColorPascalClassic.xml
colortty.pas LazBuild: Improve colored output. Issue #40878, patch by n7800. 2024-04-20 08:21:31 +03:00
ColorTwilight.xml
compatibilityrestrictions.pas
compiler.pp IDE: Improve "All options" window, show compiler version in caption. Issue #40968, patch by n7800. 2024-06-01 09:59:49 +03:00
componentlist.lfm
componentlist.pas
componentpalette.pas
comppagespopup.lfm
comppagespopup.pas
customformeditor.pp Ide: Move more units into ide-packages, project / packager 2024-04-11 23:46:56 +02:00
debugmanager.pas IdeDebugger: refactor (Global)ValueFormatterSelectorList / (Global)ValueConverterSelectorList / DisplayFormat changed notify 2024-04-16 13:38:24 +02:00
definesgui.lfm
definesgui.pas
dependencygraphoptions.lfm
dependencygraphoptions.pas
desktopmanager.lfm
desktopmanager.pas
diffdialog.lfm
diffdialog.pas
diskdiffsdialog.lfm
diskdiffsdialog.pas
editorfilemanager.lfm
editorfilemanager.pas
editormacrolistviewer.lfm
editormacrolistviewer.pas
editoroptions.pp
editoroptions.rc
editoroptions.res
editortoolbarstatic.pas
emptymethodsdlg.lfm
emptymethodsdlg.pas Ide: Move more units into ide-packages, project / packager 2024-04-11 23:46:56 +02:00
encloseifdef.lfm
encloseifdef.pas
encloseselectiondlg.lfm
encloseselectiondlg.pas
envguioptions.pas
etfpcmsgparser.pas
etmessageframe.lfm
etmessageframe.pas Ide: Move more units into ide-packages, project / packager 2024-04-11 23:46:56 +02:00
etmessageswnd.lfm
etmessageswnd.pas
etpas2jsmsgparser.pas
etquickfixes.pas
etsrceditmarks.pas IDE: Guttermarks (warn/hint) adjust priority 2024-04-21 22:48:49 +02:00
extractprocdlg.lfm
extractprocdlg.pas
exttooldialog.lfm
exttooldialog.pas
exttooleditdlg.lfm
exttooleditdlg.pas IDE: Fixed out-of-bounds error when calling a non-existent "external tool" with a shortcut 2024-07-03 12:24:03 +00:00
exttools.pas Ide: Move more units into ide-packages, project / packager 2024-04-11 23:46:56 +02:00
exttoolsconsole.pas
exttoolside.pas
findinfilesdlg.lfm IDE: Add ".lpr" extension to the default file mask in FindInFiles. Issue #40896, patch by n7800. 2024-04-13 13:27:34 +03:00
findinfilesdlg.pas IDE: Simplify option flag management in FindInFiles. No need to remember numerical indexes. Issue #40915, patch by n7800. 2024-04-28 09:12:14 +03:00
findinfileswnd.lfm
findinfileswnd.lrs
findinfileswnd.pas
findoverloadsdlg.lfm
findoverloadsdlg.pas
findrenameidentifier.lfm IDE: Revert part of "Find Identifier reference" changes. Allow renaming with same name, changes char case only. 2024-07-01 09:21:28 +03:00
findrenameidentifier.pas IDE: Revert part of "Find Identifier reference" changes. Allow renaming with same name, changes char case only. 2024-07-01 09:21:28 +03:00
findreplacedialog.lfm
findreplacedialog.pp
findunitdlg.lfm
findunitdlg.pas
formeditor.pp
fpcsrcscan.pas
fpdoceditwindow.lfm
fpdoceditwindow.pas IDE, DockedFormEditor: fixed deprecation warnings, patch by Don Siders, issue #40921 2024-04-25 02:12:06 +03:00
fpdochints.pas
fpdocselectinherited.lfm
fpdocselectinherited.pas
fpdocselectlink.lfm
fpdocselectlink.pas
fpmake.pp Ide: Move more units into ide-packages, project / packager 2024-04-11 23:46:56 +02:00
frmcustomapplicationoptions.lfm
frmcustomapplicationoptions.pas
generatefppkgconfigurationdlg.lfm
generatefppkgconfigurationdlg.pas
genericchecklist.lfm
genericchecklist.pas
genericlisteditor.lfm
genericlisteditor.pas
genericlistselect.lfm
genericlistselect.pas
gotofrm.lfm
gotofrm.pas
helpfpcmessages.lfm
helpfpcmessages.pas
helpoptions.pas
ide.pas
idecontexthelpedit.lfm
idecontexthelpedit.pas
idecoolbardata.pas
idedefs.pas
idefpcinfo.lfm
idefpcinfo.pas ide: fixed name 2024-06-18 17:07:51 +02:00
idefpdocfilesearch.lfm
idefpdocfilesearch.pas
idehelpmanager.lfm
idehelpmanager.pas IDE: simplify code related to macOS menu (base on 4df4532) 2024-05-27 22:27:11 +08:00
ideinfodlg.lfm
ideinfodlg.pas
ideinfoneedbuild.lfm
ideinfoneedbuild.pas
ideinstances.pas IdePackager: Remove IDEOptEditorIntf dependency from PackageSystem. 2024-04-18 13:29:35 +03:00
ideoptionsdlg.lfm
ideoptionsdlg.pas IDE: options, make sure the Selected Item is Visible in the CategoryTree 2024-05-21 22:11:13 +08:00
ideprotocol.pas
idetransfermacros.pas
idewindowhelp.pas Ide: Move more units into ide-packages, project / packager 2024-04-11 23:46:56 +02:00
imexportcompileropts.lfm
imexportcompileropts.pas
initialsetupdlgs.lfm
initialsetupdlgs.pas
initialsetupproc.pas
inputfiledialog.pas
inputhistorywithsearchopt.pas
inspectchksumchangeddlg.lfm
inspectchksumchangeddlg.pas
invertassigntool.pas
jumphistoryview.lfm
jumphistoryview.pas
keymapping.pp IDE: Remove the File > 'Close All' feature. It was neither intuitive nor very useful. 2024-04-28 10:17:39 +03:00
keymapschemedlg.lfm
keymapschemedlg.pas
keymapshortcutdlg.lfm
keymapshortcutdlg.pas
lazadvancedipc.pp
lazarus_indentation.res
lazarus.ico
lazarus.lpi IDE: improved i18n 2024-06-04 23:03:23 +03:00
lazarus.lrs
lazarus.pp Lazarus IDE: better comment about MainFormOnTaskBar := False, issue #39654 2024-05-23 11:16:30 +02:00
lazarus.res
lazarusidestrconsts.pas IDE: Prevent high CPU load caused by exception + message dialog. Issue #41019. 2024-07-12 23:00:17 +03:00
lazarusmanager.pas
lazbuild.lpi Ide: Move more units into ide-packages, project / packager 2024-04-11 23:46:56 +02:00
lazbuild.lpr LazBuild: Make the value for "--build-ide" parameter optional. "=" can be left out. 2024-04-26 00:59:26 +03:00
lazdoc.res
laztty.pas LazBuild: Improve colored output. Issue #40878, patch by n7800. 2024-04-20 08:21:31 +03:00
lfmunitresource.pas
macropromptdlg.pas
main.pp IDE: Don't throw exception in PropHookShowMethod either. Prevent message dialog and potential high CPU load. Issue #41019. 2024-07-13 10:18:18 +03:00
mainbar.pas IDE: Feature for renaming project unit filenames to lowercase. Not fully functional yet. Issue #10370. 2024-07-01 21:45:02 +03:00
mainbase.pas IDE: Refactor common code into function FormCaptionOrName(). Part of issue #40940. 2024-07-12 10:39:13 +03:00
mainintf.pas
Makefile lhelp: make: fixed compile 2024-07-15 11:54:11 +02:00
Makefile.fpc lhelp: make: fixed compile 2024-07-15 11:54:11 +02:00
makeresstrdlg.lfm
makeresstrdlg.pas Ide: Move more units into ide-packages, project / packager 2024-04-11 23:46:56 +02:00
miscoptions.pas
mouseactiondialog.lfm
mouseactiondialog.pas
msgvieweditor.lfm
msgvieweditor.pas
multipastedlg.lfm
multipastedlg.pas
newdialog.lfm
newdialog.pas
newprojectdlg.lfm
newprojectdlg.pp
notifyprocessend.pas
pas2jsmsg.txt
patheditordlg.lfm
patheditordlg.pas
procedurelist.lfm
procedurelist.pas
progressdlg.lfm
progressdlg.pas
progresswnd.lfm
progresswnd.pas
projectdescriptortypes.pas Lazarus New LCL project: Hide warning about MainFormOnTaskbar. Improvement 6c0ae5a5, issue #39654. 2024-07-12 22:40:00 +00:00
projectinspector.lfm
projectinspector.pas IDE: fix the issue that ProjectInspector would be closed even if it was Docked when pressing ESCAPE 2024-06-20 21:33:20 +08:00
projectwizarddlg.lfm
projectwizarddlg.pas
publishmoduledlg.lfm
publishmoduledlg.pas Ide: Move more units into ide-packages, project / packager 2024-04-11 23:46:56 +02:00
qfinitlocalvardlg.lfm
qfinitlocalvardlg.pas
raw_window.pas
redirect_stderr.pas
restrictionbrowser.lfm
restrictionbrowser.pas
runparamsopts.lfm
runparamsopts.pas Ide: Move more units into ide-packages, project / packager 2024-04-11 23:46:56 +02:00
searchfrm.lfm
searchfrm.pas IDE: Stop searching in the searchfrm when the IDE is closed. By n7800. 2024-04-30 11:06:11 +03:00
searchresultview.lfm
searchresultview.pp IDE: Cleanup of Search Results View. Issue #40928, patch by n7800. 2024-04-28 09:20:07 +03:00
showcompileropts.lfm
showcompileropts.pas IDE: improved i18n 2024-06-04 23:03:23 +03:00
showdeletingfilesdlg.lfm
showdeletingfilesdlg.pas
sortselectiondlg.lfm
sortselectiondlg.pas
sourceeditor.lfm
sourceeditor.pp IDE: Open also Codetool options from the editor popup menu. Issue #24043, patch by n7800. 2024-06-17 12:34:17 +03:00
sourceeditprocs.pas
sourcefilemanager.pas IDE: improved "Rename units to lowercase" i18n 2024-07-06 21:48:41 +03:00
sourcemarks.pas IDE: Guttermarks, improve layout 2024-04-22 02:23:22 +02:00
sourcesyneditor.pas IDE: Guttermarks, improve layout 2024-04-22 02:23:22 +02:00
splash.lfm
splash.pp
srcedithintfrm.pas
startlazarus.ico
startlazarus.lpi StartLazarus: Fix after earlier refactoring. PackageDefs somehow requires cthreads. 2024-04-20 06:30:17 +03:00
startlazarus.lpr StartLazarus: Fix after earlier refactoring. PackageDefs somehow requires cthreads. 2024-04-20 06:30:17 +03:00
startlazarus.res
syncolorattribeditor.lfm
syncolorattribeditor.pas
sysvaruseroverridedlg.pas
toolbarconfig.lfm
toolbarconfig.pas
unitdependencies.lfm
unitdependencies.pas
unitinfodlg.lfm
unitinfodlg.pp codetools: fixed clearing include file link 2024-05-24 11:40:23 +02:00
unusedunitsdlg.lfm
unusedunitsdlg.pas Ide: Move more units into ide-packages, project / packager 2024-04-11 23:46:56 +02:00
useunitdlg.lfm
useunitdlg.pas
viewunit_dlg.lfm
viewunit_dlg.pp
wordcompletion.pp