lazarus/ide
2025-01-03 02:09:42 +03:00
..
frames IDE: Exchange "max recent files" and "max recent project files" edit boxes in file options dialog for more consistent GUI with MRU drop-down menu 2024-12-30 16:51:00 +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
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
buildmanager.pas IDE: fixed i18n of 'ProjVer' macro name 2024-12-27 22:42:56 +03: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
checkcompileropts.lfm
checkcompileropts.pas
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
cleandirdlg.lfm
cleandirdlg.pas
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
codecreationdlg.lfm
codecreationdlg.pas
codeexplopts.pas
codeexplorer.lfm
codeexplorer.pas
codehelp.pas IDE: Display a HTML hind, even if codetools fails. (for debugger). Issue #40923 2024-10-03 13:55:17 +02:00
codemacroprompt.lfm
codemacroprompt.pas
codemacroselect.lfm
codemacroselect.pas
codetemplates.dci
codetemplatesdlg.lfm
codetemplatesdlg.pas
codetoolsdefines.lfm
codetoolsdefines.pas
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, SourceEditor: Add colors for code completion "type of token" Issue #40868 2024-10-21 12:45:39 +02:00
ColorOcean.xml IDE, SourceEditor: Add colors for code completion "type of token" Issue #40868 2024-10-21 12:45:39 +02:00
ColorPascalClassic.xml IDE, SourceEditor: Add colors for code completion "type of token" Issue #40868 2024-10-21 12:45:39 +02:00
colortty.pas
ColorTwilight.xml IDE, SourceEditor: Add colors for code completion "type of token" Issue #40868 2024-10-21 12:45:39 +02:00
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 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/SourceEditor: Fix a typo in the type name TSynHighlighterLazCustumPasAttribute 2024-12-14 15:08:33 +00:00
editoroptions.rc
editoroptions.res IDE, SourceEditor: Add colors for code completion "type of token" Issue #40868 2024-10-21 12:45:39 +02:00
editortoolbarstatic.pas
emptymethodsdlg.lfm
emptymethodsdlg.pas
encloseifdef.lfm
encloseifdef.pas
encloseselectiondlg.lfm
encloseselectiondlg.pas
envguioptions.pas IDE: Take care of PPI resolution when saving Project Inspector panel size. Issue #39955, patch by n7800. 2024-12-03 06:16:52 +02:00
etfpcmsgparser.pas
etmessageframe.lfm
etmessageframe.pas IDE/MessagesWnd: Adding shortcuts in the window for some actions. Merge req. !397, issue #41258, corrected #40347 2024-12-07 07:21:49 +02:00
etmessageswnd.lfm
etmessageswnd.pas
etpas2jsmsgparser.pas
etquickfixes.pas
etsrceditmarks.pas
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
exttoolsconsole.pas
exttoolside.pas
findinfilesdlg.lfm
findinfilesdlg.pas
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
fpdoceditwindow.pas
fpdochints.pas
fpdocselectinherited.lfm
fpdocselectinherited.pas
fpdocselectlink.lfm
fpdocselectlink.pas
fpmake.pp
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: 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
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
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
inputfiledialog.pas
inputhistorywithsearchopt.pas
inspectchksumchangeddlg.lfm
inspectchksumchangeddlg.pas
invertassigntool.pas
jumphistoryview.lfm
jumphistoryview.pas
keymapping.pp IDE/SearchResultsView: Adding IDE commands to open next/previous search result. Issue #40328 2024-12-26 06:44:32 +02:00
keymapschemedlg.lfm
keymapschemedlg.pas
keymapshortcutdlg.lfm
keymapshortcutdlg.pas
lazadvancedipc.pp
lazarus_indentation.res
lazarus.ico
lazarus.lpi set main version to 4.99 2024-10-05 22:03:23 +02: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: minor improvements of Codetools error messages 2025-01-03 02:09:42 +03:00
lazarusmanager.pas
lazbuild.lpi
lazbuild.lpr lazbuild: resourcestring 2024-10-14 10:21:57 +02:00
lazdoc.res
laztty.pas
lfmunitresource.pas
macropromptdlg.pas
main.pp 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
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
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
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
projectwizarddlg.pas
publishmoduledlg.lfm
publishmoduledlg.pas
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
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
showdeletingfilesdlg.pas
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+codetools: list and rename dotted units and identifntifiers and amp identifiers, from WooBean007 2024-12-29 16:50:38 +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: fixed compile 2025-01-02 10:40:58 +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/SourceEditor: Fix a typo in the type name TSynHighlighterLazCustumPasAttribute 2024-12-14 15:08:33 +00: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.lpr
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
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
wordcompletion.pp