lazarus/ide
2025-01-26 12:20:02 +01:00
..
frames IDE: Add config for SynEdit wrapped-view 2025-01-24 21:43:11 +01:00
include
packages ide+codetools: list and rename dotted units and identifntifiers and amp identifiers, from WooBean007 2024-12-29 16:50:38 +01:00
aboutfrm.lfm AboutBox/SplashScreen: Fix blurring on mac Retina displays, part 2. issue #41205 2024-11-06 15:36:33 +01:00
aboutfrm.pas AboutBox/Splashscreen: Fix blurring on Mac Retina displays. Patch by @Slidescape, issue #41205, 2024-11-06 00:11:24 +01:00
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 IDE, Project: refactored unit lists for units with specific flags. 2024-12-01 11:37:38 +01:00
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 ide: quote fpc error message file 2025-01-21 11:02:32 +01:00
buildmodediffdlg.lfm
buildmodediffdlg.pas IDE: Remove UTF8CompareLatinTextFast calls. 2024-02-09 01:20:36 +02:00
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 Move unitt ParsedCompilerOpts and CompilerOptions to package IdeConfig. 2024-04-06 16:20:28 +03:00
checkcompoptsfornewunitdlg.lfm
checkcompoptsfornewunitdlg.pas IDE (Check Compiler Options For New Unit dialog): removed dangling semicolon after "then", patch by n7800, merge request !403 2024-12-14 22:36:54 +03:00
checklfmdlg.lfm
checklfmdlg.pas Move unit ComponentReg from IdeIntf to BuildIntf. 2024-03-15 10:40:41 +02:00
cleandirdlg.lfm
cleandirdlg.pas Ide: Move more units into ide-packages, project / packager 2024-04-11 23:46:56 +02:00
clipboardhistory.pas
cocoaideformconfig.inc IDE/Cocoa: adapt to the new API of Modern Form Style Tool Bar 2024-10-31 21:24:40 +08:00
cocoaideformconfig.pas IDE/Cocoa: DisableCocoaModernForm macro supported 2024-09-12 20:32:08 +08:00
codebrowser.lfm
codebrowser.pas IDE, Project: refactored unit lists for units with specific flags. 2024-12-01 11:37:38 +01:00
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: updated url of fpdoc xml files 2025-01-05 17:55:16 +01:00
codemacroprompt.lfm
codemacroprompt.pas ide: less hints 2024-03-05 16:03:15 +01: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 Ide: Move more units into ide-packages, project / packager 2024-04-11 23:46:56 +02:00
codetoolsdefines.lfm
codetoolsdefines.pas Move unit ProjPackCommon to package IdeConfig. 2024-04-08 02:22:35 +03:00
codetoolsdefpreview.lfm
codetoolsdefpreview.pas
codetoolsoptions.pas
ColorDefault.xml IDE, SourceEditor: Add colors for code completion "type of token" Issue #40868 2024-10-21 12:45:39 +02:00
ColorDelphi.xml IDE: Editor-color-schemes: add default values for "Modifier" (default to same as KeyWord, to match previous behaviour) 2025-01-10 16:41:15 +01:00
ColorOcean.xml IDE: Editor-color-schemes: add default values for "Modifier" (default to same as KeyWord, to match previous behaviour) 2025-01-10 16:41:15 +01:00
ColorPascalClassic.xml IDE: Editor-color-schemes: add default values for "Modifier" (default to same as KeyWord, to match previous behaviour) 2025-01-10 16:41:15 +01:00
colortty.pas LazBuild: Improve colored output. Issue #40878, patch by n7800. 2024-04-20 08:21:31 +03:00
ColorTwilight.xml IDE: Editor-color-schemes: add default values for "Modifier" (default to same as KeyWord, to match previous behaviour) 2025-01-10 16:41:15 +01:00
compatibilityrestrictions.pas Move unit ComponentReg from IdeIntf to BuildIntf. 2024-03-15 10:40:41 +02:00
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 IDE: component list layout improvements by Don Siders, issue #41273 2024-12-11 02:03:34 +03:00
componentlist.pas IDE: In ComponentList show Designer when selecting component or clicking on selection button. Merge request !399 by n7800. 2024-12-07 08:58:21 +02:00
componentpalette.pas Use GetCreationClass method instead of OnGetCreationClass event from TRegisteredComponent 2024-07-29 12:58:01 +00:00
comppagespopup.lfm
comppagespopup.pas
customformeditor.pp IDE, Project: refactored unit lists for units with specific flags. 2024-12-01 11:37:38 +01:00
debugmanager.pas Debugger: If asm stepping stops in source (e.g. asm-step over hits breakpoint / or step ends at known source) then update source-editor. Fix regression from issue #40415 f051d0bd65 2024-11-06 15:55:27 +01:00
definesgui.lfm
definesgui.pas
dependencygraphoptions.lfm
dependencygraphoptions.pas
desktopmanager.lfm
desktopmanager.pas IDE/Desktops: Allow the desktops manager to switch to the active window layout to restore it. Issue #41208 2024-10-27 11:00:50 +02:00
diffdialog.lfm
diffdialog.pas
diskdiffsdialog.lfm
diskdiffsdialog.pas
editorfilemanager.lfm IDE: Some more refinements in layout of editorfilemanager form. 2024-10-07 09:49:55 +02:00
editorfilemanager.pas IDE: Improve the "Manage Source Editors" dialog. Support multiple editor windows. 2024-11-18 05:44:28 +02:00
editormacrolistviewer.lfm
editormacrolistviewer.pas EditorMacro-Viewer: fix showing items when viewer is first opened. 2024-09-27 11:31:55 +02:00
editoroptions.pp IDE: Add config for SynEdit wrapped-view 2025-01-24 21:43:11 +01: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: Editor-color-schemes: add default values for "Modifier" (default to same as KeyWord, to match previous behaviour) 2025-01-10 16:41:15 +01:00
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 IDE: Remove UTF8CompareLatinTextFast calls. 2024-02-09 01:20:36 +02:00
envguioptions.pas IDE: Initializing all fields in the TDesktopOIOptions constructor 2025-01-13 22:21:56 +00:00
etfpcmsgparser.pas Move unitt ParsedCompilerOpts and CompilerOptions to package IdeConfig. 2024-04-06 16:20:28 +03:00
etmessageframe.lfm
etmessageframe.pas IDE: Add [Ctrl+P] shortvut to Messages window. Part of merge request !397 by n7800. 2025-01-04 13:38:50 +02:00
etmessageswnd.lfm
etmessageswnd.pas
etpas2jsmsgparser.pas Separate a new unit etFPCMsgFilePool from etFpcMsgParser and move it to package IdeConfig. 2024-04-06 14:53:25 +03:00
etquickfixes.pas Separate a new unit etFPCMsgFilePool from etFpcMsgParser and move it to package IdeConfig. 2024-04-06 14:53:25 +03:00
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 Turn some LazLogger into LazLoggerBase. 2024-04-06 16:45:28 +03:00
exttoolside.pas Turn some LazLogger into LazLoggerBase. 2024-04-06 16:45:28 +03:00
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+codetools: list and rename dotted units and identifntifiers and amp identifiers, from WooBean007 2024-12-29 16:50:38 +01:00
findrenameidentifier.pas ide: fixed compile 2025-01-02 10:40:58 +01:00
findreplacedialog.lfm
findreplacedialog.pp
findunitdlg.lfm
findunitdlg.pas
formeditor.pp
fpcsrcscan.pas
fpdoceditwindow.lfm fpdoc: resourcestring and layout 2025-01-05 16:47:11 +01:00
fpdoceditwindow.pas codetools: fix xml: option to remove unopen close tags, aissist: fix xml 2025-01-24 12:29:52 +01: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 Move unit FppkgHelper to package IdeConfig. 2024-04-08 02:22:35 +03:00
genericchecklist.lfm IDE: force users to select at least one buidlmode in BuildManyModes. Issue #40826. 2024-03-09 18:48:31 +01:00
genericchecklist.pas IDE: force users to select at least one buidlmode in BuildManyModes. Issue #40826. 2024-03-09 18:48:31 +01: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
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: Fix alignment of hint text when not using TurboPowerIproDsgn renderer. Issue #40931. 2024-09-30 01:10:10 +03:00
ideinfodlg.lfm
ideinfodlg.pas IDE, Project: refactored unit lists for units with specific flags. 2024-12-01 11:37:38 +01:00
ideinfoneedbuild.lfm
ideinfoneedbuild.pas ide: what needs build dialog: fixed passing build all 2024-10-24 10:45:29 +02:00
ideinstances.pas IdePackager: Remove IDEOptEditorIntf dependency from PackageSystem. 2024-04-18 13:29:35 +03:00
ideoptionsdlg.lfm IDE: added missing space after comma in OK button hint of Options dialog 2024-11-17 15:13:48 +03:00
ideoptionsdlg.pas IDE: Restore Ctrl-Enter shortcut in IdoOptionsDlg. Tweak the hint. Issue #40234. 2024-11-16 21:18:41 +02:00
ideprotocol.pas
idetransfermacros.pas
idewindowhelp.pas IDE/Help: Fixed help call for docked windows. Issue #39890 2024-12-25 15:56:47 +00:00
imexportcompileropts.lfm
imexportcompileropts.pas Tweak uses sections. 2024-04-08 02:22:35 +03:00
initialsetupdlgs.lfm IDE: New text/layout for option to enable/disable Anchordocking and DockedFormEdit (initial setup dialog) 2024-08-07 18:18:40 +02:00
initialsetupdlgs.pas IDE: New text/layout for option to enable/disable Anchordocking and DockedFormEdit (initial setup dialog) 2024-08-07 18:18:40 +02:00
initialsetupproc.pas Move unit FppkgHelper to package IdeConfig. 2024-04-08 02:22:35 +03:00
inputfiledialog.pas
inputhistorywithsearchopt.pas
inspectchksumchangeddlg.lfm
inspectchksumchangeddlg.pas ide: inspect chksum changed: fixed updating cache 2023-08-03 18:12:46 +02:00
invertassigntool.pas ide: less hints 2024-03-05 16:03:15 +01:00
jumphistoryview.lfm
jumphistoryview.pas
keymapping.pp IDE, SynEdit: command to toggle fold on current line. Issue #41359 2025-01-26 12:20:02 +01:00
keymapschemedlg.lfm
keymapschemedlg.pas
keymapshortcutdlg.lfm
keymapshortcutdlg.pas
lazadvancedipc.pp ide: FindClose in try finally 2024-01-15 15:11:14 +01:00
lazarus_indentation.res
lazarus.ico
lazarus.lpi IDE: Add config for SynEdit wrapped-view 2025-01-24 21:43:11 +01:00
lazarus.lrs
lazarus.pp Makefile: BigIde, add DockedFormEditor and AnchorDocking 2024-08-07 01:28:34 +02:00
lazarus.res ide: updated lazarus.res 2024-10-06 12:22:04 +02:00
lazarusidestrconsts.pas IDE, SynEdit: command to toggle fold on current line. Issue #41359 2025-01-26 12:20:02 +01: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: Removed mentions of deprecated widgetsets from a help message. Based on patch by Don Siders, issue #41302. 2025-01-03 22:25:28 +03:00
lazdoc.res FPDoc Editor: New button images, by Roland Hahn. 2023-12-14 15:57:14 +01:00
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: Add config for SynEdit wrapped-view 2025-01-24 21:43:11 +01:00
mainbar.pas IDE/Desktops: Move the "Desktops ..." item from the Tools menu to the Window menu. Merge request !402. 2024-12-26 07:00:52 +02:00
mainbase.pas IDE/Toolbar: Respect zero max count when displaying file list in IDE toolbars dropdown. Merge request !414. 2025-01-03 00:07:08 +02:00
mainintf.pas
Makefile updated makefiles 2024-10-22 00:31:29 +02:00
Makefile.fpc Cocoa: fix linking issue when running the APP with Modern Form Style on macOS 11- 2024-09-07 13:32:40 +08: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 IDE: fixed a typo (TMouseaActionDialog -> TMouseActionDialog) 2024-12-18 16:10:16 +03:00
mouseactiondialog.pas IDE: fixed a typo (TMouseaActionDialog -> TMouseActionDialog) 2024-12-18 16:10:16 +03:00
msgvieweditor.lfm
msgvieweditor.pas
multipastedlg.lfm
multipastedlg.pas
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 fixed av in path editor dlg on replace on cocoa 2024-10-11 10:37:10 +02:00
procedurelist.lfm
procedurelist.pas
progressdlg.lfm
progressdlg.pas
progresswnd.lfm
progresswnd.pas
projectdescriptortypes.pas IDE: Prevent compiler warning about a platform specific symbol in new applications. It was suppressed in IDE but Warning count increased. Issue #41224. 2024-11-10 12:03:10 +02:00
projectinspector.lfm IDE/ProjectInspector: Hide project name and build mode in window title when docking. Issue #39418 2024-12-25 17:14:30 +00:00
projectinspector.pas IDE, Project Inspector: Disable "Move dependency up/down" when sorted alphabetically. Related to merge request !408. 2024-12-29 11:36:49 +02: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
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 dialog: allow negative values for console window position - they are valid in a multi monitor environment where a secondary monitor is left or above the main monitor 2024-10-28 10:55:47 +01:00
runparamsopts.pas Ide: Move more units into ide-packages, project / packager 2024-04-11 23:46:56 +02:00
searchfrm.lfm
searchfrm.pas IDE, Project: refactored unit lists for units with specific flags. 2024-12-01 11:37:38 +01:00
searchresultview.lfm IDE In search results window, do not expand nodes when switching tabs. Issue #41259. 2024-12-01 00:35:10 +02:00
searchresultview.pp IDE/SearchResultsView: Only consider filtered results when opening the search result via IDE commands. Issue #40328, merge request !401. 2024-12-26 06:48:55 +02:00
showcompileropts.lfm IDE: made options memo in Show Compiler Options dialog read-only 2024-07-20 02:01:01 +03:00
showcompileropts.pas ide: clean up and fixed show comp opts main source filename 2024-07-18 10:26:17 +02: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
sourceeditor.lfm IDE: SourceEditor, show selection mode indicator. Issue #40599 2024-09-29 21:12:41 +02:00
sourceeditor.pp IDE: SourceEditor, fix painting hint on completion drop down. Do not limit to width of dropdown, the hint is intentionally wider. (Currently use "ItemSelect" to detect if the paint may be for the hint) 2025-01-26 00:39:14 +01:00
sourceeditprocs.pas ide+codetools: list and rename dotted units and identifntifiers and amp identifiers, from WooBean007 2024-12-29 16:50:38 +01:00
sourcefilemanager.pas ide: save as check ampersand 2025-01-26 11:57:25 +01:00
sourcemarks.pas IDE, SourceEditor: Add colors for code completion "type of token" Issue #40868 2024-10-21 12:45:39 +02:00
sourcesyneditor.pas IDE, SourceEdit: keep topline when folding comment and similar via context menu. Adapt for word-wrap. 2025-01-25 18:42:13 +01:00
SourceSynWrap.pas IDE: Add config for SynEdit wrapped-view 2025-01-24 21:43:11 +01:00
splash.lfm Splash form: Fix size of splash image on mac. Issue #41205. 2024-11-06 19:09:49 +01:00
splash.pp AboutBox/SplashScreen: Fix blurring on mac Retina displays, part 2. issue #41205 2024-11-06 15:36:33 +01:00
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 IDE, SynEdit: Add custom ident/keywords to Pascal Highlighter 2024-10-20 22:37:38 +02:00
syncolorattribeditor.pas IDE, SynEdit: Add custom ident/keywords to Pascal Highlighter 2024-10-20 22:37:38 +02:00
sysvaruseroverridedlg.pas
toolbarconfig.lfm
toolbarconfig.pas
unitdependencies.lfm
unitdependencies.pas
unitinfodlg.lfm
unitinfodlg.pp IDE: Project/SourceEdit, reimplement user-set custom highlighter. Only calculate default if needed. 2024-12-10 13:06:53 +01: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 IDE, Project: refactored unit lists for units with specific flags. 2024-12-01 11:37:38 +01:00
viewunit_dlg.lfm
viewunit_dlg.pp ide: less hints 2023-08-03 11:12:57 +02:00
wordcompletion.pp