lazarus/ide
2024-12-14 22:36:54 +03:00
..
frames IDE: Custom IDE title, added preview 2024-10-28 14:11:05 +01:00
include
packages IDE: Project/SourceEdit, reimplement user-set custom highlighter. Only calculate default if needed. 2024-12-10 13:06:53 +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, Project: refactored unit lists for units with specific flags. 2024-12-01 11:37:38 +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: Display a HTML hind, even if codetools fails. (for debugger). Issue #40923 2024-10-03 13:55:17 +02:00
codemacroprompt.lfm
codemacroprompt.pas ide: less hints 2024-03-05 16:03:15 +01:00
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 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, 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 LazBuild: Improve colored output. Issue #40878, patch by n7800. 2024-04-20 08:21:31 +03:00
ColorTwilight.xml IDE, SourceEditor: Add colors for code completion "type of token" Issue #40868 2024-10-21 12:45:39 +02: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/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 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: 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 Move unitt ParsedCompilerOpts and CompilerOptions to package IdeConfig. 2024-04-06 16:20:28 +03:00
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 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: 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 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
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 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: Move more units into ide-packages, project / packager 2024-04-11 23:46:56 +02: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
invertassigntool.pas ide: less hints 2024-03-05 16:03:15 +01:00
jumphistoryview.lfm
jumphistoryview.pas
keymapping.pp IDE: Fix display of hints in the mainbar and editor toolbar for shortcuts with a sequence of keystrokes 2024-10-27 12:33:55 +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/ProjectInspector: Add a button to the toolbar to show/hide the properties panel 2024-11-06 04:10:05 +00: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: resourcestring 2024-10-14 10:21:57 +02: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: Project/SourceEdit, reimplement user-set custom highlighter. Only calculate default if needed. 2024-12-10 13:06:53 +01:00
mainbar.pas IDE: Formatting. Merge request !363 by n7800. 2024-11-01 09:43:32 +02:00
mainbase.pas IDE: Project/SourceEdit, reimplement user-set custom highlighter. Only calculate default if needed. 2024-12-10 13:06:53 +01: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
mouseactiondialog.pas IDE, Options: (advanced mouse opts) move measure text width to after handle creation 2024-10-25 14:07:23 +02: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: Limit the height of the properties panel 2024-12-03 20:21:37 +00:00
projectinspector.pas IDE/ProjectInspector: Limit the height of the properties panel 2024-12-03 20:21:37 +00: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 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 In search results window, do not expand nodes when switching tabs. Issue #41259. 2024-12-01 00:35:10 +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: Project/SourceEdit, optimize finding default highlighter. Only call codetools, if source has a pas-HL. 2024-12-10 13:19:58 +01:00
sourceeditprocs.pas IDE, SourceEditor: fixed crash in code completion measure item, after 86db8d9f83 2024-10-22 00:29:32 +02:00
sourcefilemanager.pas IDE: Project/SourceEdit, reimplement user-set custom highlighter. Only calculate default if needed. 2024-12-10 13:06:53 +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: 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
wordcompletion.pp