lazarus/ide
2016-12-16 14:01:30 +00:00
..
frames IDE: Replace GUI text "Darwin" with "macOS (Darwin)". Issue #30937. 2016-12-11 18:20:18 +00:00
include IDE/lazbuild: use GetAppConfigDirUTF8, bug #29157 2015-12-09 16:04:09 +00:00
aboutfrm.lfm
aboutfrm.pas
abstractsmethodsdlg.lfm
abstractsmethodsdlg.pas
addtoprojectdlg.lfm Packager: Use new AddPkgDependencyDlg for dependencies of projects and packages. Support multiselection. 2016-10-16 20:06:37 +00:00
addtoprojectdlg.pas IDE: clean up deprecated 2016-10-17 13:35:07 +00:00
advhistorylist.pas
allcompileroptions.lfm
allcompileroptions.pas IDE+LCL: debugging Disable/EnableAutoSizing 2015-10-26 21:34:11 +00:00
applicationbundle.pas IDE: clean up 2015-12-03 09:40:09 +00:00
basebuildmanager.pas IDE: renamed BackupFile to BackupFileForWrite for less ambiguity 2016-01-21 11:18:34 +00:00
basedebugmanager.pas
buildfiledlg.lfm
buildfiledlg.pas IDEint: DoBuildFile: added parameter Filename to compile an arbitrary file 2015-11-20 14:25:13 +00:00
buildlazdialog.lfm
buildlazdialog.pas fixed target cpu a64 to aarch64 2016-03-03 12:53:18 +00:00
buildmanager.pas IDE: Append executable name to target filename when only patch is given. Matches with how the executable is created. 2016-12-14 16:05:50 +00:00
buildmodediffdlg.lfm
buildmodediffdlg.pas
buildmodesmanager.lfm IDE: Remove a Checkbox for creating Debug and Release modes in Build Modes manager. Can be done by setting compiler options as default. 2016-01-03 14:53:21 +00:00
buildmodesmanager.pas IDE: clean up 2016-01-04 15:05:35 +00:00
buildprofilemanager.lfm
buildprofilemanager.pas
buildprojectdlg.lfm IDE: Make the checkboxes in Clean Build Dialog persistent. Issue #29810. 2016-03-11 22:59:58 +00:00
buildprojectdlg.pas IDE: Make the checkboxes in Clean Build Dialog persistent. Issue #29810. 2016-03-11 22:59:58 +00:00
charactermapdlg.lfm IDE: Fix not showing Chars > Chr(127) in ANSI Tab of CharactermapDlg. Improve ANSI charater map. Patch by wp, minor modifications by me. Issue #0029856. 2016-03-21 15:41:23 +00:00
charactermapdlg.pas IDE: Fix not showing Chars > Chr(127) in ANSI Tab of CharactermapDlg. Improve ANSI charater map. Patch by wp, minor modifications by me. Issue #0029856. 2016-03-21 15:41:23 +00:00
checkcompileropts.lfm IDE: Improve CheckCompilerOptions layout. Issue #29072, patch from Alexey Torgashin. 2015-11-23 17:15:51 +00:00
checkcompileropts.pas IDE: fixed searching in PATH on Windows 2015-12-17 14:34:53 +00:00
checkcompoptsfornewunitdlg.lfm
checkcompoptsfornewunitdlg.pas
checklfmdlg.lfm
checklfmdlg.pas
cleandirdlg.lfm
cleandirdlg.pas
clipboardhistory.pas
codebrowser.lfm IDE: Improve layout in Code browser. Issue #28757, patch from Alexey Torgashin. 2015-10-02 11:28:02 +00:00
codebrowser.pas IDE: clean up deprecated 2016-10-17 13:35:07 +00:00
codecontextform.pas IDE: fix regression: make code context hint window clickable 2016-06-22 17:04:18 +00:00
codecreationdlg.lfm IDE: Improved code completion dialog i18n 2016-03-11 22:37:16 +00:00
codecreationdlg.pas IDE: Improved code completion dialog i18n 2016-03-11 22:37:16 +00:00
codeexplopts.pas
codeexplorer.lfm
codeexplorer.pas IDE: cokde explorer: fixed caption, issue #31110, FTurtle 2016-12-12 15:02:30 +00:00
codehelp.pas IDE: code help: improved debug message 2016-11-11 18:01:33 +00:00
codemacroprompt.lfm
codemacroprompt.pas
codemacroselect.lfm
codemacroselect.pas
codetemplatesdlg.lfm
codetemplatesdlg.pas IDE: fixed typo in 'Add semicolon' code macro description 2016-10-18 22:39:40 +00:00
codetoolsdefines.lfm
codetoolsdefines.pas IDE: codetools defines templates: fixed paths 2016-10-26 16:43:54 +00:00
codetoolsdefpreview.lfm
codetoolsdefpreview.pas
codetoolsoptions.pas IDE: codetools: class completion: added option to select default method section 2016-10-19 21:52:40 +00:00
ColorDefault.xml
ColorDelphi.xml
ColorOcean.xml
ColorPascalClassic.xml
ColorTwilight.xml
compatibilityrestrictions.pas
compiler.pp IDE: added TAbstractExternalTool.CurrentDirectoryIsTestDir 2016-10-25 20:20:05 +00:00
compileroptions.pp IDE: fixed compiler options ShowCond and ShowExecInfo, bug #30589 2016-09-09 20:24:30 +00:00
componentlist.lfm IDE, Component list: fixed 'Use' button size and 'Keep open' checkbox caption 2016-10-31 22:06:42 +00:00
componentlist.pas IDE: less hints 2016-10-30 16:58:53 +00:00
componentpalette.pas IDE: highDPI: support main IDE bar (coolbar, component palette) 2016-12-03 08:22:01 +00:00
compoptsmodes.pas
comppagespopup.lfm
comppagespopup.pas IDE: Fix not showing any components on the palette, when selecting a page from the dropdownlist. Issue #0030904. 2016-11-11 16:52:13 +00:00
customformeditor.pp LazUtils: Unify formatting between FileIsReadable and FileIsWritable + other formatting. 2016-10-16 20:06:33 +00:00
debugmanager.pas IDE: Improve an invalid application name shown in error message. 2016-12-14 16:05:58 +00:00
definesgui.lfm
definesgui.pas
desktopmanager.lfm IDE: Desktop manager change separator style back to tbsDividers, fix TabOrder, delete empty SaveActionHint procedure. 2015-10-20 16:02:06 +00:00
desktopmanager.pas IDE: Desktop manager change separator style back to tbsDividers, fix TabOrder, delete empty SaveActionHint procedure. 2015-10-20 16:02:06 +00:00
dialogprocs.pas IDE: clean up 2015-12-03 09:40:09 +00:00
diffdialog.lfm IDE: Improve layout of Diff dialog. Issue #27646, patch from AlexT. 2016-11-23 15:06:41 +00:00
diffdialog.pas
diffpatch.pas
diskdiffsdialog.lfm ide: DiskDiffsDlg: add AutoCheckModifiedFiles check box 2016-03-15 09:41:46 +00:00
diskdiffsdialog.pas ide: DiskDiffsDlg: add AutoCheckModifiedFiles check box 2016-03-15 09:41:46 +00:00
editdefinetree.pas
editorfilemanager.lfm
editorfilemanager.pas
editormacrolistviewer.lfm IDE: Editor-Macro window, layout and tab order. Issue #0028793 2015-10-07 20:53:02 +00:00
editormacrolistviewer.pas IDE: Prevent AV when trying to record a macro with closed editors. Issue #28947. 2015-11-03 15:41:19 +00:00
editoroptions.pp IDE: EditorOptions, added colors for line before fold/hide 2016-07-31 13:54:50 +00:00
editoroptions.rc
editoroptions.res
editortoolbarstatic.pas IDE: highDPI: support source editor (editor toolbar). 2016-12-03 08:23:00 +00:00
emptymethodsdlg.lfm
emptymethodsdlg.pas
encloseifdef.lfm
encloseifdef.pas ide: refactoring: use AppendPathDelim/IncludeTrailingPathDelimiter for config paths. 2016-01-24 22:51:50 +00:00
encloseselectiondlg.lfm
encloseselectiondlg.pas
environmentopts.pp IDE: component list: add "keep open" option for Delphi behavior. Issue #30459 2016-10-29 09:59:25 +00:00
etfpcmsgparser.pas IDE: fpc msg parser: fixed reversing instantfpc cache from history 2016-11-08 15:14:48 +00:00
etmakemsgparser.pas
etmessageframe.lfm
etmessageframe.pas IDE: message window: started line wrap 2016-11-22 17:43:18 +00:00
etmessageswnd.lfm
etmessageswnd.pas IDE: formatting. 2016-02-21 14:05:36 +00:00
etquickfixes.pas IDE: fpc msg parser: reverse source files from test build directory, bug #30787 2016-10-25 21:41:34 +00:00
etsrceditmarks.pas
examplemanager.lfm
examplemanager.pas
extractprocdlg.lfm
extractprocdlg.pas Remove extra checks for empty strings together with IsValidIdent. It already handles an empty string. 2016-08-17 10:40:29 +00:00
exttooldialog.lfm
exttooldialog.pas IDE: fixed i18n regression after r50903 #e9d1b1acd4 2015-12-21 22:17:57 +00:00
exttooleditdlg.lfm IDE: external tools: MS Windows options ShowConsole and HideWindow 2016-09-22 08:59:39 +00:00
exttooleditdlg.pas LCL-QT: Prevent deleting an empty line from TQtMemoStrings after it is inserted. Fixes bug in ExtTool dialog. Issue #30929. 2016-11-16 16:40:29 +00:00
exttools.pas IDE: external tools: fixed show/hide window 2016-10-21 22:00:15 +00:00
filereferencelist.pas
findinfilesdlg.lfm packagetabs: Added packagetabs package. 2015-11-24 11:32:10 +00:00
findinfilesdlg.pas IDE: clean up deprecated 2016-10-17 13:35:07 +00:00
findoverloadsdlg.lfm
findoverloadsdlg.pas
findrenameidentifier.lfm IDE: Make Help button do something in Find/rename identifier dialog. Issue #28767, patch from Alexey Torgashin. 2015-10-02 11:28:09 +00:00
findrenameidentifier.pas Remove extra checks for empty strings together with IsValidIdent. It already handles an empty string. 2016-08-17 10:40:29 +00:00
findreplacedialog.lfm
findreplacedialog.pp
findunitdlg.lfm
findunitdlg.pas IDE: clean up deprecated 2016-10-17 13:35:07 +00:00
formeditor.pp
fpcsrcscan.pas IDE: Close progress dialog after rescanning FPC source directory. Issue #30822, patch from Balázs Székely. 2016-10-30 17:06:06 +00:00
fpdoceditwindow.lfm
fpdoceditwindow.pas IDE: help: fixed normalizing path separators 2016-10-26 16:42:54 +00:00
fpdochints.pas
fpdocselectinherited.lfm
fpdocselectinherited.pas
fpdocselectlink.lfm
fpdocselectlink.pas
fpmake.pp
frmcustomapplicationoptions.lfm
frmcustomapplicationoptions.pas
genericchecklist.lfm IDE: Improve GenericCheckListForm layout. Issue #28945, patch from Alexey Torgashin. 2015-11-03 12:50:08 +00:00
genericchecklist.pas
genericlisteditor.lfm
genericlisteditor.pas
gotofrm.lfm
gotofrm.pas
helpfpcmessages.lfm
helpfpcmessages.pas IDE: help: fixed normalizing path separators 2016-10-26 16:42:54 +00:00
helpoptions.pas ide: refactoring: use AppendPathDelim/IncludeTrailingPathDelimiter for config paths. 2016-01-24 22:51:50 +00:00
ide.pas
idecmdline.pas IDE: When reading lazarus.cfg file, change from Windows codepage to UTF8 when needed (the file is written by the Windows installer). Fixes Issue #0029494. 2016-09-28 14:09:32 +00:00
idecontexthelpedit.lfm
idecontexthelpedit.pas
idecoolbardata.pas IDE: highDPI: support main IDE bar (coolbar, component palette) 2016-12-03 08:22:01 +00:00
idedefs.pas
idefpcinfo.lfm
idefpcinfo.pas IDE: clean up deprecated 2016-10-17 13:35:07 +00:00
idefpdocfilesearch.lfm
idefpdocfilesearch.pas
ideguicmdline.pas IDE: less hints 2015-10-18 17:23:53 +00:00
idehelpmanager.lfm IDE: help selector: read only treeview, bug #30303 2016-06-22 11:01:09 +00:00
idehelpmanager.pas IDE: help: fixed normalizing path separators 2016-10-26 16:42:54 +00:00
ideinfodlg.lfm IDE: ide internals: show list of external tools 2016-04-06 15:39:30 +00:00
ideinfodlg.pas IDE: ide internals: show list of external tools 2016-04-06 15:39:30 +00:00
ideinfoneedbuild.lfm
ideinfoneedbuild.pas
ideinstances.pas IDE: focus editor window when file is opened from command line in IDEInstances (issue on MS Windows) 2015-12-06 08:23:21 +00:00
ideoptiondefs.pas Revert r50908 #2c80e0baa3, ProcedureList changes. 2016-02-28 23:13:04 +00:00
ideoptionsdlg.lfm IDE: ideoptionsdlg: set Scaled to True 2016-12-03 06:54:04 +00:00
ideoptionsdlg.pas LCL: Change ItemData parameter in FilterItem events from TObject to Pointer. Add "const" to ACaption: string. 2016-07-24 15:12:43 +00:00
ideprocs.pp IDE: fixed searching Pascal files case insensitive 2016-11-21 15:58:43 +00:00
ideprotocol.pas IDE: use AppendPathDelim instead of IncludeTrailingPathDelimiter for config paths. 2016-01-25 12:47:53 +00:00
idetranslations.pas IDE: removed broken .lrt file format support, we generate LRJ files instead now (in format identical to FPC emitted .rsj), based on patch by riderkick, bug #26553 2016-07-13 23:23:45 +00:00
idewindowhelp.pas IDE: fixed default IDE window help file 2016-10-26 16:40:55 +00:00
imexportcompileropts.lfm
imexportcompileropts.pas IDE: Export/Import also package options properly. Worked only for project. Issue #27709. 2016-04-06 10:19:20 +00:00
initialsetupdlgs.lfm
initialsetupdlgs.pas IDE: fixed initial setup dlg default paths 2016-10-26 16:40:33 +00:00
initialsetupproc.pas IDE: fixed initial setup dlg default paths 2016-10-26 16:40:21 +00:00
inputfiledialog.pas
inputhistory.pas IDE: use AppendPathDelim instead of IncludeTrailingPathDelimiter for config paths. 2016-01-25 12:47:53 +00:00
inspectchksumchangeddlg.lfm
inspectchksumchangeddlg.pas
invertassigntool.pas
jumphistoryview.lfm
jumphistoryview.pas
keymapping.pp IDE: added multi paste dialog like Delphi, patch #30671, from Silvio Clécio 2016-10-01 11:03:21 +00:00
keymapschemedlg.lfm IDE: Add keymapping "Windows to MacOS". Issue #28658, patch from Alexey Torgashin. 2016-03-14 09:58:59 +00:00
keymapschemedlg.pas IDE: Add keymapping "Windows to MacOS". Issue #28658, patch from Alexey Torgashin. 2016-03-14 09:58:59 +00:00
keymapshortcutdlg.lfm
keymapshortcutdlg.pas IDE: fixed/improved message (layout, typos and i18n) shown when key conflict detected 2016-07-02 14:27:40 +00:00
lazadvancedipc.pp IDE: renamed AdvancedIPC to LazAdvancedIPC to prevent file duplicate errors with FPC 3.1.1. Issue #28999. Patch by Do-wan Kim 2015-11-12 12:55:30 +00:00
lazarus_dci_file.dci IDE: default code templates: use AddSemicolon macro to insert ending semicolon only if needed 2016-10-14 17:31:51 +00:00
lazarus_indentation.res
lazarus.ico
lazarus.lpi IDE: updated lpi 2016-11-21 12:13:44 +00:00
lazarus.pp make bigide: added lazcontroldsgn and datetimectrlsdsgn 2016-12-16 14:01:30 +00:00
lazarus.res lazutils: simplified 2016-11-21 16:05:02 +00:00
lazarusidestrconsts.pas IDE: fixed typos in Anchors dialog hints, regenerated translations and updated Russian translation 2016-12-15 22:40:20 +00:00
lazarusmanager.pas IDE: IDEInstances: reopen project at start if not opened in another instance 2015-11-15 07:31:22 +00:00
lazbuild.lpi IDE: renamed BackupFile to BackupFileForWrite for less ambiguity 2016-01-21 11:18:34 +00:00
lazbuild.lpr lazbuild: fixed default fcl.lpk path 2016-10-26 16:39:28 +00:00
lazconf.pp ide: invalidate file state cache in CopySecondaryConfigFile 2016-02-28 09:19:02 +00:00
lazdoc.res
lfmunitresource.pas
macropromptdlg.pas
main.pp IDE: fixed crash when no project inspector is open 2016-12-16 13:32:27 +00:00
mainbar.pas IDE: highDPI: support main IDE bar (coolbar, component palette) 2016-12-03 08:22:01 +00:00
mainbase.pas ide: add drop down build mode menu for options button in project inspector. 2016-12-16 12:32:02 +00:00
mainintf.pas IDE: clean up deprecated 2016-10-17 13:35:07 +00:00
Makefile make bigide: added lazcontroldsgn and datetimectrlsdsgn 2016-12-16 14:01:30 +00:00
Makefile.fpc make bigide: added lazcontroldsgn and datetimectrlsdsgn 2016-12-16 14:01:30 +00:00
makeresstrdlg.lfm
makeresstrdlg.pas
miscoptions.pas ide: refactoring: use AppendPathDelim/IncludeTrailingPathDelimiter for config paths. 2016-01-24 22:51:50 +00:00
modematrixopts.pas
mouseactiondialog.lfm IDE: mouse actions options: simplified and improved layout for Linux, patch #28961 from Alexey 2015-11-06 22:34:29 +00:00
mouseactiondialog.pas IDE: mouse actions options: simplified and improved layout for Linux, patch #28961 from Alexey 2015-11-06 22:34:29 +00:00
msgvieweditor.lfm
msgvieweditor.pas
multipastedlg.lfm IDE: multi paste: added history 2016-10-02 19:25:42 +00:00
multipastedlg.pas IDE, MultiPaste dialog: added i18n 2016-10-05 22:26:55 +00:00
multireplacedlg.lfm
multireplacedlg.pas
newdialog.lfm
newdialog.pas
newprojectdlg.lfm
newprojectdlg.pp
objectlists.pas
patheditordlg.lfm IDE: Make more buttons with "..." wider. Issue #29493, patch from Alexey Torgashin. 2016-02-02 00:20:23 +00:00
patheditordlg.pas IDE: fixed path editor dialog examples 2016-10-26 16:38:51 +00:00
procedurelist.lfm IDE: Replace ListView with StringGrid in ProcedureList window. Issue #30317, patch from Markus. 2016-07-19 15:37:12 +00:00
procedurelist.pas IDE: Store the size of ProcedureList, like it is stored for other modal IDE windows. Issue #13570, patch from Markus. 2016-07-20 18:52:54 +00:00
progressdlg.lfm
progressdlg.pas
progresswnd.lfm
progresswnd.pas IDE: progress window: less overhead 2016-08-02 07:44:44 +00:00
project.pp IDE: fixed searching Pascal files case insensitive 2016-11-21 15:58:43 +00:00
projectdefs.pas IDE: Save Application Bundle and resource XPManifest to default project configuration. Issue #22286. 2015-12-27 22:36:55 +00:00
projecticon.pas IDE: add const for string parameters in resource handling classes 2016-05-28 14:42:39 +00:00
projectinspector.lfm IDE: Support ENTER also in FilterEdits of ProjectInspector and PackageEditor. Issue #30523, patch from Markus. 2016-08-26 18:24:42 +00:00
projectinspector.pas ide: add drop down build mode menu for options button in project inspector. 2016-12-16 12:32:02 +00:00
projectresources.pas IDE: add const for string parameters in resource handling classes 2016-05-28 14:42:39 +00:00
projectuserresources.pas ide: Normalize path delims of resource items 2016-06-01 14:12:25 +00:00
projectwizarddlg.lfm
projectwizarddlg.pas
publishmodule.pas
publishprojectdlg.lfm
publishprojectdlg.pas IDE: fixed publish project examples 2016-10-26 16:38:27 +00:00
qfinitlocalvardlg.lfm
qfinitlocalvardlg.pas
raw_window.pas
redirect_stderr.pas
restrictionbrowser.lfm
restrictionbrowser.pas
runparamsopts.lfm IDE: run params: disable parameters when using launching application 2016-09-29 08:08:06 +00:00
runparamsopts.pas IDE: run parameters: default terminal and PATH use UTF-8 2016-11-02 11:14:14 +00:00
searchfrm.lfm IDE: search status form: disable panel TabStop 2016-11-15 09:46:39 +00:00
searchfrm.pas IDE: fixed search results when match at in psaces at beginning of line 2015-11-06 19:07:52 +00:00
searchresultview.lfm
searchresultview.pp IDE: find in files: accelerated showing results 2016-12-02 21:48:31 +00:00
showcompileropts.lfm
showcompileropts.pas
showdeletingfilesdlg.lfm
showdeletingfilesdlg.pas
sortselectiondlg.lfm
sortselectiondlg.pas
sourceeditor.lfm IDE: highDPI: support source editor (editor toolbar). 2016-12-03 08:23:00 +00:00
sourceeditor.pp IDE, IDEIntf: allow no mouse offset in hint window manager 2016-11-15 09:01:41 +00:00
sourceeditprocs.pas codetools: allow methods with higher visibility in class headers with lower visibility. show them in gray color. 2016-01-26 23:50:35 +00:00
sourcefilemanager.pas ide: designer: don't scale forms with Scaled=False. 2016-12-09 23:02:55 +00:00
sourcemarks.pas IDE: EditorOptions, added colors for line before fold/hide 2016-07-31 13:54:50 +00:00
sourcesyneditor.pas SynEdit: refactor, move TLazSynEditNestedFoldsList into unit SynEditHighlighterFoldBase 2016-04-21 02:31:53 +00:00
splash.lfm
splash.pp
srcedithintfrm.pas
startlazarus.ico
startlazarus.lpi IDE: A single IDE instance feature. Issue #8051, patch from Ondrej Pokorny. 2015-10-02 09:42:44 +00:00
startlazarus.lpr IDE: A single IDE instance feature. Issue #8051, patch from Ondrej Pokorny. 2015-10-02 09:42:44 +00:00
startlazarus.res
syncolorattribeditor.lfm
syncolorattribeditor.pas
sysvaruseroverridedlg.pas IDE: Use InputQuery in SysVarOverrideDialog. Issue #28836, patch from Alexey Torgashin. 2015-10-18 15:20:19 +00:00
toolbarconfig.lfm IDE: toolbar config: show wiki help, patch from Alexey Torgashin 2015-10-06 15:45:49 +00:00
toolbarconfig.pas IDE: simplified 2016-01-11 13:49:11 +00:00
transfermacros.pp
unitdependencies.lfm IDE: formatting 2015-10-05 22:47:01 +00:00
unitdependencies.pas IDE: formatting 2015-10-05 22:47:01 +00:00
unitinfodlg.lfm
unitinfodlg.pp
unusedunitsdlg.lfm
unusedunitsdlg.pas
useunitdlg.lfm ide: use unit dialog: save recent settings in environmentopt/recent and not in codetools options, save also AllUnits check state, select first entry on filter 2016-03-10 21:58:12 +00:00
useunitdlg.pas ide: useunitdlg: fix image drawing 2016-12-09 08:46:18 +00:00
version.inc trunk: set version to 1.7 2015-11-30 19:06:17 +00:00
viewunit_dlg.lfm IDE: Fix some ViewUnit_Dlg oddities. Issue #30328. 2016-12-04 18:42:11 +00:00
viewunit_dlg.pp IDE: less hints 2016-12-08 13:04:18 +00:00
w32manifest.pas IDE: project: fixed default value of XPManifest.TextName+TextDesc 2016-12-11 21:13:08 +00:00
w32versioninfo.pas IDE: Restore ProductVersion when loading a project. Issue #30465, patch from Lutz Mändle. 2016-09-19 10:07:13 +00:00
wordcompletion.pp