lazarus/ide
2024-03-05 09:44:55 +02:00
..
frames IDE: Delete "Use system encoding" button from "Additions and Overrides" page. 2024-03-05 09:44:55 +02: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 Debugger: fix parsing for array indexes (expanding array in watches / replace .. idx) 2024-03-03 20:48:18 +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 Remove units from uses sections, especially LCLProc which now contains many wrappers to other non-LCL units. 2023-06-18 14:57:06 +03:00
addtoprojectdlg.lfm
addtoprojectdlg.pas LazUtils: Rename function FilenameIsPascalUnit -> FilenameHasPascalExt. Clashed with a function in Codetools. Update references. 2021-01-11 16:16:58 +00:00
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: Support '+' after a boolean compiler option in "All options..." window. Issue #40691. 2024-01-13 13:12:28 +02:00
applicationbundle.pas IDE, Project: Add config for NSPrincipalClass (MacOS) 2021-03-19 20:28:42 +00:00
basebuildmanager.pas ide: fixed SubTarget to Subtarget 2023-07-26 13:36:16 +01:00
buildfiledlg.lfm
buildfiledlg.pas Remove units from uses sections, especially LCLProc which now contains many wrappers to other non-LCL units. 2023-06-18 14:57:06 +03:00
buildlazdialog.lfm IDE: Configure Build Lazarus dialog taborder and layout improvements by Don Siders, issue #40256 2023-05-11 01:20:49 +03:00
buildlazdialog.pas ide: FindClose in try finally 2024-01-15 15:11:14 +01:00
buildmanager.pas lazbuild: fixed -r when lazarus was installed read only, issue #40747 2024-02-02 17:45:12 +01:00
buildmodediffdlg.lfm
buildmodediffdlg.pas IDE: Remove UTF8CompareLatinTextFast calls. 2024-02-09 01:20:36 +02: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: Remove UTF8CompareLatinTextFast calls. 2024-02-09 01:20:36 +02: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: FindClose in try finally 2024-01-15 15:11:14 +01:00
checkcompoptsfornewunitdlg.lfm
checkcompoptsfornewunitdlg.pas Remove units from uses sections, especially LCLProc which now contains many wrappers to other non-LCL units. 2023-06-18 14:57:06 +03:00
checklfmdlg.lfm IDE: Show Frame's contents in designer also when its component package is installed in palette. Issue #39488. 2021-11-28 00:22:27 +02:00
checklfmdlg.pas Remove units from uses sections, especially LCLProc which now contains many wrappers to other non-LCL units. 2023-06-18 14:57:06 +03:00
cleandirdlg.lfm
cleandirdlg.pas ide: FindClose in try finally 2024-01-15 15:11:14 +01:00
clipboardhistory.pas
codebrowser.lfm IDE: Add MinHeight and MinWidth constraints to Code Browser window. Issue #38646. 2021-03-23 09:46:07 +00:00
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 IDE: Add a filter clear button in Code Explorer. Merge request !74 by Sergey Larin. 2022-02-24 12:39:00 +02:00
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 SynEdit: Rename TCodeTemplate as TTemplate and TCodeTemplateList as TTemplateList. Templates are not necessarily code. 2024-02-15 15:34:04 +02:00
codemacroselect.lfm
codemacroselect.pas
codetemplates.dci IDE: Rename lazarus_dci_file.dci -> codetemplates.dci. Issue #40657, patch from n7800. 2024-01-22 23:08:42 +02:00
codetemplatesdlg.lfm IDE: Code Templates dialog improvements. Based on patch by n7800, issue #40654. 2024-01-08 02:40:55 +03:00
codetemplatesdlg.pas SynEdit: Rename TCodeTemplate as TTemplate and TCodeTemplateList as TTemplateList. Templates are not necessarily code. 2024-02-15 15:34:04 +02: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 Remove units from uses sections, especially LCLProc which now contains many wrappers to other non-LCL units. 2023-06-18 14:57:06 +03:00
compiler.pp IDE: Support Unicode with "set element" error messages in "All options..." window. 2024-01-13 14:22:52 +02:00
compileroptions.pp LazBuild: Improve output messages and error codes. Issue #40781, patch by n7800. 2024-02-18 15:14:06 +02:00
componentlist.lfm IDE: Improve ComponentList. Issue #40245, patch by n7800. 2023-05-07 09:35:19 +03:00
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 IDE, OPM: Add missing ellipsis (...) to menu item captions, and icons for ComponentList. Issue #38420. 2021-01-30 18:36:57 +00:00
customformeditor.pp IDE: store ResourceBaseClassName of designer components, added DesignerClassCanAppCreateForm 2023-09-24 14:29:19 +02:00
debugmanager.pas Debugger: Add default config for WatchDisplayFormat (Locals, Watches, Hint, ...) 2024-03-01 17:54:59 +01:00
definesgui.lfm
definesgui.pas Renamed LazarusCommonStrConst to IdeIntfStrConsts 2023-01-25 16:51:48 +01:00
dependencygraphoptions.lfm LvlGraphOptions, fix taborder 2022-01-10 14:11:12 +01:00
dependencygraphoptions.pas IdeConfig: Remove LCL dependency from IdeConfig package. Add comments in uses sections, helps locate dependencies. 2023-06-11 20:34:36 +03:00
desktopmanager.lfm
desktopmanager.pas IdeConfig: Remove LCL dependency from IdeConfig package. Add comments in uses sections, helps locate dependencies. 2023-06-11 20:34:36 +03:00
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 Revert "ideintf: moved diff options back to ide" 2023-06-11 21:59:54 +02:00
diskdiffsdialog.lfm Cleanup lfm files for SynEdit property for TSynHighlighterAttributes.<....>Priority 2020-12-20 09:03:41 +00:00
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 Remove units from uses sections, especially LCLProc which now contains many wrappers to other non-LCL units. 2023-06-18 14:57:06 +03:00
editormacrolistviewer.lfm IDE: Turn MacroListViewer into a proper IDE window. Prevent crash when switching to a project with less macros. 2023-05-17 19:22:45 +03:00
editormacrolistviewer.pas IDE: Fix editor macros when EditorMacroScript Package is installed. Issue #40259, patch by Domingo Galmés. 2023-05-17 19:54:02 +03:00
editoroptions.pp SynEdit: Rename TCodeTemplate as TTemplate and TCodeTemplateList as TTemplateList. Templates are not necessarily code. 2024-02-15 15:34:04 +02:00
editoroptions.rc IDE: Rename lazarus_dci_file.dci -> codetemplates.dci. Issue #40657, patch from n7800. 2024-01-22 23:08:42 +02:00
editoroptions.res IDE: Rename lazarus_dci_file.dci -> codetemplates.dci. Issue #40657, patch from n7800. 2024-01-22 23:08:42 +02:00
editortoolbarstatic.pas Remove units from uses sections, especially LCLProc which now contains many wrappers to other non-LCL units. 2023-06-18 14:57:06 +03:00
emptymethodsdlg.lfm
emptymethodsdlg.pas Remove units from uses sections, especially LCLProc which now contains many wrappers to other non-LCL units. 2023-06-18 14:57:06 +03:00
encloseifdef.lfm
encloseifdef.pas Move SkipCheckByKey functions from IdeUtils (IdeIntf) to LazUtilities (LazUtils). No LCL dependency. Add comments in uses section. 2023-06-11 20:34:36 +03:00
encloseselectiondlg.lfm
encloseselectiondlg.pas IDE: Remove UTF8CompareLatinTextFast calls. 2024-02-09 01:20:36 +02:00
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: Support uppercase '.LPI' and '.LPR' files better. Issue #40708. 2024-02-29 13:55:24 +02:00
etmakemsgparser.pas IDE: Recognize warning msgs case-insensitively. Eliminate a PChar->String conversion. 2022-12-05 07:27:11 +02:00
etmessageframe.lfm
etmessageframe.pas IDE: Prevent a list index out of bounds error in Messages window. Issue #40798. 2024-03-04 15:43:59 +02: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 Remove units from uses sections, especially LCLProc which now contains many wrappers to other non-LCL units. 2023-06-18 14:57:06 +03:00
exttooleditdlg.lfm
exttooleditdlg.pas Remove units from uses sections, especially LCLProc which now contains many wrappers to other non-LCL units. 2023-06-18 14:57:06 +03:00
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 IDE: external tools: free threads via main thread 2020-12-17 21:47:31 +00:00
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 ide: find in files window: hints 2023-03-19 00:31:54 +01:00
findinfileswnd.lrs ide: started find in files window 2022-11-11 17:43:39 +01:00
findinfileswnd.pas ide: find in files window: hints 2023-03-19 00:31:54 +01:00
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: Inform a user earlier that renaming a unit is not possible through "Rename identifier" feature. Issue #40744. 2024-02-24 01:12:26 +02:00
findreplacedialog.lfm
findreplacedialog.pp Remove units from uses sections, especially LCLProc which now contains many wrappers to other non-LCL units. 2023-06-18 14:57:06 +03:00
findunitdlg.lfm
findunitdlg.pas Move units IDECmdLine, IDEGuiCmdLine, IDEProcs and CompOptsModes to IdeConfig package. 2023-07-23 22:34:21 +03:00
formeditor.pp Remove units from uses sections, especially LCLProc which now contains many wrappers to other non-LCL units. 2023-06-18 14:57:06 +03:00
fpcsrcscan.pas IDEIntf: added AddHandlerFPCSrcDirScanned 2022-11-28 15:34:20 +01:00
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 Remove units from uses sections, especially LCLProc which now contains many wrappers to other non-LCL units. 2023-06-18 14:57:06 +03:00
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 Renamed LazarusCommonStrConst to IdeIntfStrConsts 2023-01-25 16:51:48 +01:00
helpfpcmessages.lfm
helpfpcmessages.pas Remove units from uses sections, especially LCLProc which now contains many wrappers to other non-LCL units. 2023-06-18 14:57:06 +03:00
helpoptions.pas Tweak uses sections. Formatting. 2023-07-25 10:59:47 +03:00
ide.pas
idecontexthelpedit.lfm
idecontexthelpedit.pas Remove units from uses sections, especially LCLProc which now contains many wrappers to other non-LCL units. 2023-06-18 14:57:06 +03:00
idecoolbardata.pas Remove units from uses sections, especially LCLProc which now contains many wrappers to other non-LCL units. 2023-06-18 14:57:06 +03:00
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 IDE: Add hints and some tweaks to the options dialog. From n7800. 2024-02-29 19:15:35 +02:00
ideoptionsdlg.pas IDE: Add hints and some tweaks to the options dialog. From n7800. 2024-02-29 19:15:35 +02:00
ideprotocol.pas Remove units from uses sections, especially LCLProc which now contains many wrappers to other non-LCL units. 2023-06-18 14:57:06 +03:00
idetransfermacros.pas Remove units from uses sections, especially LCLProc which now contains many wrappers to other non-LCL units. 2023-06-18 14:57:06 +03:00
idetranslations.pas IDE, LCL: removed stale GetText unit uses 2023-06-13 20:38:32 +03:00
idewindowhelp.pas Remove units from uses sections, especially LCLProc which now contains many wrappers to other non-LCL units. 2023-06-18 14:57:06 +03:00
imexportcompileropts.lfm
imexportcompileropts.pas Move units IDECmdLine, IDEGuiCmdLine, IDEProcs and CompOptsModes to IdeConfig package. 2023-07-23 22:34:21 +03:00
initialsetupdlgs.lfm Debugger: Check quality of debugger in setup 2023-01-08 04:48:14 +01:00
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: FindClose in try finally 2024-01-15 15:11:14 +01:00
inputfiledialog.pas Remove units from uses sections, especially LCLProc which now contains many wrappers to other non-LCL units. 2023-06-18 14:57:06 +03:00
inputhistory.pas IDE: Remove UTF8CompareLatinTextFast calls. 2024-02-09 01:20:36 +02:00
inputhistorywithsearchopt.pas Revert "ideintf: moved diff options to ide" 2023-06-11 22:00:09 +02:00
inspectchksumchangeddlg.lfm
inspectchksumchangeddlg.pas ide: inspect chksum changed: fixed updating cache 2023-08-03 18:12:46 +02:00
invertassigntool.pas IDE: Reduce calls to UpperCase() and LowerCase(). Improves performance. 2021-02-08 19:09:20 +00:00
jumphistoryview.lfm
jumphistoryview.pas IdeConfig: Remove LCL dependency from IdeConfig package. Add comments in uses sections, helps locate dependencies. 2023-06-11 20:34:36 +03:00
keymapping.pp IDE: Create a list of custom key schemes as needed before making a first write to it. Fixes memory leak when calling ./lazarus --help. 2024-01-15 03:29:38 +03:00
keymapschemedlg.lfm
keymapschemedlg.pas IDE: updating schema selection dialog to recognize additional custom schemas, issue #39805 2022-06-20 00:46:12 +03:00
keymapshortcutdlg.lfm
keymapshortcutdlg.pas IDE: Order uses sections. 2021-10-09 03:47:56 +03:00
lazadvancedipc.pp ide: FindClose in try finally 2024-01-15 15:11:14 +01:00
lazarus_indentation.res
lazarus.ico Images: Replace lazarus*.ico files by versions in which the small images (16x16, 20x20) are a bit more "crispy". Created by Roland Hahn. 2022-01-29 12:50:46 +01:00
lazarus.lpi Debugger: Add default config for WatchDisplayFormat (Locals, Watches, Hint, ...) 2024-03-01 17:54:59 +01:00
lazarus.lrs ide: started find in files window 2022-11-11 17:43:39 +01:00
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: Delete "Use system encoding" button from "Additions and Overrides" page. 2024-03-05 09:44:55 +02: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 IDE: Support uppercase '.LPI' and '.LPR' files better. Issue #40708. 2024-02-29 13:55:24 +02: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 Renamed LazarusCommonStrConst to IdeIntfStrConsts 2023-01-25 16:51:48 +01:00
main.pp IDE: Harmonize "Find" and "Find in Files", do not save search options after Cancel. Issue #40805. 2024-03-04 11:12:00 +02: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 MakeResStrDialog: remove hardcoded default colors, use system colors instead 2021-09-29 01:25:38 +03:00
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 IDE: Remove UTF8CompareLatinTextFast calls. 2024-02-09 01:20:36 +02:00
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 IDE: Improve ProcedureList more. Issue #40207, patch by n7800. 2023-04-14 00:11:12 +03:00
procedurelist.pas IDE, IdeIntf: Add multi-word search for Object inspector. Refactor and reuse code. Issue #40270, patch by n7800. 2023-05-21 18:19:55 +03:00
progressdlg.lfm
progressdlg.pas
progresswnd.lfm
progresswnd.pas Remove units from uses sections, especially LCLProc which now contains many wrappers to other non-LCL units. 2023-06-18 14:57:06 +03:00
project.pp Don't use "const" for some function parameters related to OutputDirectory. Can cause mysterious errors. 2024-02-02 19:38:20 +02:00
projectdebuglink.pas Debugger: Add default config for WatchDisplayFormat (Locals, Watches, Hint, ...) 2024-03-01 17:54:59 +01:00
projectdefs.pas IDE: Remove UTF8CompareLatinTextFast calls. 2024-02-09 01:20:36 +02:00
projectdescriptortypes.pas IDE: Rename unit ProjectDescriptors to ProjectDescriptorTypes. Clashed with a global variable in ProjectIntf. 2021-03-10 19:53:03 +00:00
projecticon.pas Remove units from uses sections, especially LCLProc which now contains many wrappers to other non-LCL units. 2023-06-18 14:57:06 +03:00
projectinspector.lfm ide: project inspector: register add popup menuitems 2022-01-30 20:58:22 +01:00
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 Remove units from uses sections, especially LCLProc which now contains many wrappers to other non-LCL units. 2023-06-18 14:57:06 +03:00
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 IDE: Format uses sections in ProjectWizardDlg. 2023-03-12 11:40:44 +02:00
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 IDE: adjust size of restriction browser to fit filter speed buttons, patch by Don Siders, issue #40235 2023-04-27 19:55:45 +03:00
restrictionbrowser.pas IDE: adjust size of restriction browser to fit filter speed buttons, patch by Don Siders, issue #40235 2023-04-27 19:55:45 +03:00
runparamsopts.lfm IDE: add constrains/scrollbar to RunParams 2024-01-27 21:19:26 +01:00
runparamsopts.pas Fix Compile LazBuild 2024-01-27 21:43:12 +01: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 SourceEditorIntf: New methods to add custom panels to the SourceEditor-Window. 2023-06-12 23:20:48 +02:00
sourceeditor.pp IDE: Harmonize "Find" and "Find in Files", do not save search options after Cancel. Issue #40805. 2024-03-04 11:12:00 +02:00
sourceeditprocs.pas Revert the Codetools support of dotted names commit (issue #40596). It broke unit tests. 2024-02-03 07:34:44 +02:00
sourcefilemanager.pas IDE: Support uppercase '.LPI' and '.LPR' files better. Issue #40708. 2024-02-29 13:55:24 +02: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 Remove units from uses sections, especially LCLProc which now contains many wrappers to other non-LCL units. 2023-06-18 14:57:06 +03:00
startlazarus.ico Images: Replace lazarus*.ico files by versions in which the small images (16x16, 20x20) are a bit more "crispy". Created by Roland Hahn. 2022-01-29 12:50:46 +01:00
startlazarus.lpi IDE: Move LazConf.pp to new base-package "IdeConfig" 2022-12-08 19:28:19 +01:00
startlazarus.lpr startlazarus: wait for initial lazarus to exit, before checking for accepting lazarus 2020-12-26 11:54:45 +00:00
startlazarus.res IDE: committed regenerated .res files after recent icon updates 2022-01-31 01:17:33 +03:00
syncolorattribeditor.lfm IDE: Clarify misleading names of common event handlers in options window 2024-02-06 13:35:11 +00:00
syncolorattribeditor.pas IDE/Options: Fix some suspicious copy-paste and probably a debugging leftover 2024-02-06 13:35:11 +00:00
sysvaruseroverridedlg.pas IDE: less hints 2022-04-14 21:48:17 +02:00
toolbarconfig.lfm IDE, LazControls: Improve TTreeFilterEdit behavior. Fix property ExpandAllInitially. Issue #40257. 2023-05-15 02:15:40 +03:00
toolbarconfig.pas IDE, LCL: Formatting. 2023-05-15 02:15:40 +03:00
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 Remove units from uses sections, especially LCLProc which now contains many wrappers to other non-LCL units. 2023-06-18 14:57:06 +03:00
unusedunitsdlg.lfm
unusedunitsdlg.pas Renamed LazarusCommonStrConst to IdeIntfStrConsts 2023-01-25 16:51:48 +01:00
useunitdlg.lfm IDE: Unit list dialog improvements (TUseUnitDialog and TViewUnitDialog). Issue #40280, patch by n7800. 2023-05-23 21:04:21 +03:00
useunitdlg.pas ide: resourcestrings and refactored 2023-08-02 12:25:42 +02:00
viewunit_dlg.lfm IDE: Unit list dialog improvements (TUseUnitDialog and TViewUnitDialog). Issue #40280, patch by n7800. 2023-05-23 21:04:21 +03:00
viewunit_dlg.pp ide: less hints 2023-08-03 11:12:57 +02:00
w32manifest.pas Remove units from uses sections, especially LCLProc which now contains many wrappers to other non-LCL units. 2023-06-18 14:57:06 +03:00
w32versioninfo.pas Remove units from uses sections, especially LCLProc which now contains many wrappers to other non-LCL units. 2023-06-18 14:57:06 +03:00
wordcompletion.pp