lazarus/ide
2020-05-27 10:30:19 +00:00
..
frames IDE, SynEdit: New options for auto scroll on edit 2020-05-23 22:54:52 +00:00
include general: Updated address of the Free Software Foundation in copyright messages 2017-01-29 21:04:32 +00:00
aboutfrm.lfm IDE: close About dialog with Escape. 2019-10-11 12:19:14 +00:00
aboutfrm.pas IDE: Undo r59715 #4ae9277231 2018-12-08 19:17:49 +00:00
abstractsmethodsdlg.lfm IDE: fixed fixed size dialogs 2012-04-13 15:09:17 +00:00
abstractsmethodsdlg.pas CodeTools: add "Avoid unnecessary jumps" option, make it default. 2017-05-21 18:14:51 +00:00
addtoprojectdlg.lfm IDE: Remove the "Add files in directory" feature for projects and packages. It is messy, inconsistent and broken. Issue #33845. 2018-09-02 19:35:09 +00:00
addtoprojectdlg.pas IDE: Remove the "Add files in directory" feature for projects and packages. It is messy, inconsistent and broken. Issue #33845. 2018-09-02 19:35:09 +00:00
allcompileroptions.lfm IDE: compiler options: other options: fixed dangling OnIdle, fixed thread accessing non thread safe methods 2014-06-15 14:43:35 +00:00
allcompileroptions.pas LCL: Screen.BeginTempCursor & EndTempCursor 2020-02-23 06:04:38 +00:00
applicationbundle.pas general: Updated address of the Free Software Foundation in copyright messages 2017-01-29 21:04:32 +00:00
basebuildmanager.pas IDE: Check for 'Unversioned directory' when omitting revision from IDE title. 2019-04-21 08:11:46 +00:00
basedebugmanager.pas Debugger-Config: Allow "named" configs for the debugger. 2019-07-08 23:01:18 +00:00
buildfiledlg.lfm IDE: run file: fixed running command in working directory, added checkbox to show run output 2017-12-12 10:42:59 +00:00
buildfiledlg.pas IDE: Use configurable DropDownCount for IDE's ComboBoxes. Issue #36329, patch from Vojtech Cihak. 2019-11-22 00:14:36 +00:00
buildlazdialog.lfm IDE: Improve layout of "Example projects" etc. dialogs. Issue #35446, patch from Alexey Tor. 2019-04-30 12:38:57 +00:00
buildlazdialog.pas buildintf: split from ideintf 2020-03-22 12:05:04 +00:00
buildmanager.pas IDE: Turn ExternalTools from a global var into a global function, returning ExternalToolList. Avoid duplicate assignments to ExternalToolList. 2020-04-25 15:30:42 +00:00
buildmodediffdlg.lfm IDE: Use configurable DropDownCount for IDE's ComboBoxes. Issue #36329, patch from Vojtech Cihak. 2019-11-22 00:14:36 +00:00
buildmodediffdlg.pas IDE: Use configurable DropDownCount for IDE's ComboBoxes. Issue #36329, patch from Vojtech Cihak. 2019-11-22 00:14:36 +00:00
buildmodesmanager.lfm IDE: Disable RangeSelect in the grid of Build Modes dialog. Issue #32614. 2017-10-26 08:50:13 +00:00
buildmodesmanager.pas IDE: Store ManyBuildModes selection in project options instead of environment options. 2019-10-31 23:12:43 +00:00
buildprofilemanager.lfm IDE: BuildProfileManager dialog tweak. Issue #28216, patch from Alexey Torgashin. 2015-05-31 11:57:12 +00:00
buildprofilemanager.pas IDE: use LazLoggerBase instead of LazLogger 2018-06-02 16:47:18 +00:00
buildprojectdlg.lfm IDE: Make the checkboxes in Clean Build Dialog persistent. Issue #29810. 2016-03-11 22:59:58 +00:00
buildprojectdlg.pas IDE: Use configurable DropDownCount for IDE's ComboBoxes. Issue #36329, patch from Vojtech Cihak. 2019-11-22 00:14:36 +00:00
charactermapdlg.lfm IDE: Auto-column widths in charactermap (issue #32701). 2017-11-17 13:24:35 +00:00
charactermapdlg.pas IDE: Use configurable DropDownCount for IDE's ComboBoxes. Issue #36329, patch from Vojtech Cihak. 2019-11-22 00:14:36 +00:00
checkcompileropts.lfm IDE: Improve CheckCompilerOptions layout. Issue #29072, patch from Alexey Torgashin. 2015-11-23 17:15:51 +00:00
checkcompileropts.pas LCL: Screen.BeginTempCursor & EndTempCursor 2020-02-23 06:04:38 +00:00
checkcompoptsfornewunitdlg.lfm IDE, IDEIntf, packager, tools: final batch of TButtonPanel captions cleanup 2011-10-03 23:14:54 +00:00
checkcompoptsfornewunitdlg.pas general: Updated address of the Free Software Foundation in copyright messages 2017-01-29 21:04:32 +00:00
checklfmdlg.lfm IDE: Save layout of Check LFM Dialog 2012-05-26 08:36:44 +00:00
checklfmdlg.pas LazUtils: Move string manipulation functions from IDEProcs to LazStringUtils. 2018-07-25 13:39:06 +00:00
cleandirdlg.lfm IDE: Make edit buttons ('...') square. 2018-01-05 14:44:31 +00:00
cleandirdlg.pas IDE: Use configurable DropDownCount for IDE's ComboBoxes. Issue #36329, patch from Vojtech Cihak. 2019-11-22 00:14:36 +00:00
clipboardhistory.pas IDE: Harmonize TNonModalIDEWindow enum identifiers in IdeOptionDefs. 2019-12-09 14:23:37 +00:00
codebrowser.lfm IDE: Use configurable DropDownCount for IDE's ComboBoxes. Issue #36329, patch from Vojtech Cihak. 2019-11-22 00:14:36 +00:00
codebrowser.pas IDE: Use configurable DropDownCount for IDE's ComboBoxes. Issue #36329, patch from Vojtech Cihak. 2019-11-22 00:14:36 +00:00
codecontextform.pas LazUtils: Move string manipulation functions from IDEProcs to LazStringUtils. 2018-07-25 13:39:06 +00:00
codecreationdlg.lfm IDE: Improved code completion dialog i18n 2016-03-11 22:37:16 +00:00
codecreationdlg.pas general: Updated address of the Free Software Foundation in copyright messages 2017-01-29 21:04:32 +00:00
codeexplopts.pas IdeIntf: Split IDEOptionsIntf into a new IDEOptEditorIntf. 2018-06-09 14:40:08 +00:00
codeexplorer.lfm IDE: Jump to code declarations from Code Explorer with shortcut keys. Reuse event handlers. Issue #20048. 2020-03-30 18:26:36 +00:00
codeexplorer.pas IDE: Debug lines for ExternalTools. 2020-04-26 07:28:55 +00:00
codehelp.pas Move debug- & other non-GUI stuff from LCLProc to LazUtilities and LazLogger in package LazUtils. 2018-06-13 13:59:07 +00:00
codemacroprompt.lfm codetools: started ability to load code completion snippets from an xml files, thanks to Don Ziesig, patch #15922 2013-07-22 22:08:53 +00:00
codemacroprompt.pas general: Updated address of the Free Software Foundation in copyright messages 2017-01-29 21:04:32 +00:00
codemacroselect.lfm ide: don't load LCL images for Cancel, OK buttons because LCL can do it itself and direct loading makes buttons looks not native on gtk2 2009-04-21 02:01:14 +00:00
codemacroselect.pas general: Updated address of the Free Software Foundation in copyright messages 2017-01-29 21:04:32 +00:00
codetemplatesdlg.lfm IDE: Improve layout of "Example projects" etc. dialogs. Issue #35446, patch from Alexey Tor. 2019-04-30 12:38:57 +00:00
codetemplatesdlg.pas IDE: less hints 2020-01-31 14:10:12 +00:00
codetoolsdefines.lfm ide: codetoolsdefines dialog: high-DPI. Patch by AlexeyT, issue #31774 2017-05-14 09:33:45 +00:00
codetoolsdefines.pas LazUtils: Move string manipulation functions from LazUtilities to LazStringUtils. 2018-07-25 23:44:54 +00:00
codetoolsdefpreview.lfm IDE: Make edit buttons ('...') square. 2018-01-05 14:44:31 +00:00
codetoolsdefpreview.pas IDE: Use configurable DropDownCount for IDE's ComboBoxes. Issue #36329, patch from Vojtech Cihak. 2019-11-22 00:14:36 +00:00
codetoolsoptions.pas CodeTools: CodeCompletion: include templates (optional). Issue #34389 2019-11-15 19:26:51 +00:00
ColorDefault.xml IDE, EditorOptions: add colors for Overview-Gutter 2019-04-30 22:54:27 +00:00
ColorDelphi.xml IDE, EditorOptions: add colors for Overview-Gutter 2019-04-30 22:54:27 +00:00
ColorOcean.xml IDE, EditorOptions: add colors for Overview-Gutter 2019-04-30 22:54:27 +00:00
ColorPascalClassic.xml IDE, EditorOptions: add colors for Overview-Gutter 2019-04-30 22:54:27 +00:00
ColorTwilight.xml IDE, EditorOptions: add colors for Overview-Gutter 2019-04-30 22:54:27 +00:00
compatibilityrestrictions.pas ideintf: simpifications 2018-11-06 23:46:19 +00:00
compiler.pp IDE: Update the "All options..." parser to work with FPC trunk. Issue #36671. 2020-02-17 06:31:39 +00:00
compileroptions.pp Strip ext from exe name passed to compiler option -o. This is to make change in lazconf.pp work with unpatched compilers 2020-03-12 14:21:14 +00:00
componentlist.lfm IDE: Add a selection tool button to ComponentList window. Clear selection when emptying filter. Issue #34256, patch from accorp. 2018-09-11 23:12:49 +00:00
componentlist.pas LCL: Screen.BeginTempCursor & EndTempCursor 2020-02-23 06:04:38 +00:00
componentpalette.pas IDE: Add package name to hints for component palette icons. 2018-09-19 10:22:47 +00:00
compoptsmodes.pas general: Updated address of the Free Software Foundation in copyright messages 2017-01-29 21:04:32 +00:00
comppagespopup.lfm IDE: use IDEImages instead of custom image lists 2018-05-09 01:39:31 +00:00
comppagespopup.pas IDE: Hide component palette pages dropdown, when app is deactivated 2019-05-08 19:53:57 +00:00
customformeditor.pp LCL: high-DPI: fix inplace frames. Issue #36370 2020-01-07 21:14:44 +00:00
debugmanager.pas IDE: Simplify and reuse function GetCommand in DebugManager. 2020-03-09 21:28:53 +00:00
definesgui.lfm IDE: Rename dialog CustomDefines -> DefinesGui. 2015-05-24 12:01:06 +00:00
definesgui.pas LCL: Screen.BeginTempCursor & EndTempCursor 2020-02-23 06:04:38 +00:00
dependencygraphoptions.lfm Unit-Dependencies, PkgGraphExplorer: Add option dialog to modify graph style 2019-04-07 19:57:35 +00:00
dependencygraphoptions.pas Unit-Dependencies, PkgGraphExplorer: Add DEBUG setting "TestRandomSeed" to option dialog. Allows other options to be tested on a fixed/reproducible graph 2019-04-07 19:57:37 +00:00
desktopmanager.lfm IDE: Improve "Manage desktops" dialog. Issue #35786, patch from FTurtle. 2019-07-04 21:59:53 +00:00
desktopmanager.pas IDE: Use configurable DropDownCount for IDE's ComboBoxes. Issue #36329, patch from Vojtech Cihak. 2019-11-22 00:14:36 +00:00
dialogprocs.pas Cleanup for utility functions. 2018-08-27 19:03:21 +00:00
diffdialog.lfm IDE: Use configurable DropDownCount for IDE's ComboBoxes. Issue #36329, patch from Vojtech Cihak. 2019-11-22 00:14:36 +00:00
diffdialog.pas IDE: Use configurable DropDownCount for IDE's ComboBoxes. Issue #36329, patch from Vojtech Cihak. 2019-11-22 00:14:36 +00:00
diffpatch.pas IDE: use LazLoggerBase instead of LazLogger 2018-06-02 16:47:18 +00:00
diskdiffsdialog.lfm ide: DiskDiffsDlg: add AutoCheckModifiedFiles check box 2016-03-15 09:41:46 +00:00
diskdiffsdialog.pas IDE: Remove LCL dependency from unit DiffPatch. 2018-01-19 12:12:48 +00:00
editdefinetree.pas Use RaiseGDBException from LazTracer unit. Remove similar funcs from IDEProcs and ComponentReg. 2018-07-24 17:49:21 +00:00
editorfilemanager.lfm ide editorfilemanager dialog: high-DPI. issue #31775 2017-05-14 12:21:34 +00:00
editorfilemanager.pas IDE: use TLCLGlyphs for IDE buttons 2018-05-08 23:10:58 +00:00
editormacrolistviewer.lfm EditorMacros: Add a warning / Show warning if PascalScript self-test failed. 2019-11-03 19:59:21 +00:00
editormacrolistviewer.pas IDE: less hints 2020-03-22 09:39:21 +00:00
editoroptions.pp IDE, SynEdit: New options for auto scroll on edit 2020-05-23 22:54:52 +00:00
editoroptions.rc ide: load default DCI resource from FPC resource 2013-09-28 15:06:04 +00:00
editoroptions.res IDE: Code-Templates, add more templates (property get/set). Issue #27625 2019-11-18 22:43:09 +00:00
editortoolbarstatic.pas Formatting, cleanup, also remove unused funcs in ProcedureList. 2018-07-24 12:50:26 +00:00
emptymethodsdlg.lfm IDE: Tweak EmptyMethods dialog layout. Issue #28180, patch from Alexey Torgashin. 2015-05-26 11:09:14 +00:00
emptymethodsdlg.pas Fix compilation of Codetools examples and wiki test project. Clean uses sections. 2017-04-07 19:02:11 +00:00
encloseifdef.lfm IDE: Rename dialog ConDef -> EncloseIfDef. 2015-05-24 10:09:20 +00:00
encloseifdef.pas IDE: Use configurable DropDownCount for IDE's ComboBoxes. Issue #36329, patch from Vojtech Cihak. 2019-11-22 00:14:36 +00:00
encloseselectiondlg.lfm IDE: Rename dialog ConDef -> EncloseIfDef. 2015-05-24 10:09:20 +00:00
encloseselectiondlg.pas IDE: EncloseSelection, add "region". Patch by Zoltanleo / forum topic,49714.msg362422 2020-05-16 17:49:05 +00:00
environmentopts.pp Revert r62735 #e640958255: IDE: Embedded designer. 2020-03-11 15:46:57 +00:00
etfpcmsgparser.pas IDE: fpc msg parser: mark ld stderr as warning, mark warning about link.res -T as verbose 2019-03-26 14:15:33 +00:00
etmakemsgparser.pas IDEIntf: added flag mlfStdError to external tool messages, issue #34996 2019-02-03 21:24:49 +00:00
etmessageframe.lfm IDE: Use TextHint in Message frame. Issue #28188, patch from Alexey Torgashin. 2015-05-27 10:41:52 +00:00
etmessageframe.pas IDE: Turn ExternalTools from a global var into a global function, returning ExternalToolList. Avoid duplicate assignments to ExternalToolList. 2020-04-25 15:30:42 +00:00
etmessageswnd.lfm IDE: messages: started load/save options 2014-06-03 15:46:20 +00:00
etmessageswnd.pas IDE: Harmonize TNonModalIDEWindow enum identifiers in IdeOptionDefs. 2019-12-09 14:23:37 +00:00
etpas2jsmsgparser.pas IDEIntf: added CompilerPath, fixed fpc msg parser if msg id not found 2018-05-13 07:15:23 +00:00
etquickfixes.pas IDE: use LazLoggerBase instead of LazLogger 2018-06-02 16:47:18 +00:00
etsrceditmarks.pas IDE: added "const" for some "array of" params 2018-12-28 17:51:51 +00:00
examplemanager.lfm IDE: Improve layout of "Example projects" etc. dialogs. Issue #35446, patch from Alexey Tor. 2019-04-30 12:38:57 +00:00
examplemanager.pas LCL: Screen.BeginTempCursor & EndTempCursor 2020-02-23 06:04:38 +00:00
extractprocdlg.lfm IDE: improved layout and i18n by replacing separate buttons with ButtonPanel, bug #27966 2015-05-07 22:27:31 +00:00
extractprocdlg.pas IDE: Implement configurable DropDownCount for more ComboBoxes. Issue #36595, patch from Vojtech Cihak. 2020-01-18 09:37:59 +00:00
exttooldialog.lfm IDE: File filters in ExtTooldialog. Issue #28255, patch from Alexey Torgashin. 2015-06-08 16:10:58 +00:00
exttooldialog.pas IdeIntf: TIDEImages: switch parameters for CreateImage, LoadImage and GetImageIndex methods. 2017-05-22 07:52:37 +00:00
exttooleditdlg.lfm IDE: Make edit buttons ('...') square. 2018-01-05 14:44:31 +00:00
exttooleditdlg.pas IDE: compiler options: execute before/after: started supporting custom parsers 2017-12-01 14:25:31 +00:00
exttools.pas IDE: less debug 2020-05-13 08:58:51 +00:00
exttoolsconsole.pas IDE: Debug lines for ExternalTools. 2020-04-26 07:28:55 +00:00
exttoolside.pas IDE: Support running external tool with parsers, needed when used through IDE interface. Reported by Anton. 2018-10-04 21:23:05 +00:00
filereferencelist.pas Use RaiseGDBException from LazTracer unit. Remove similar funcs from IDEProcs and ComponentReg. 2018-07-24 17:49:21 +00:00
findinfilesdlg.lfm IDE: Use configurable DropDownCount for IDE's ComboBoxes. Issue #36329, patch from Vojtech Cihak. 2019-11-22 00:14:36 +00:00
findinfilesdlg.pas IDE: Use configurable DropDownCount for IDE's ComboBoxes. Issue #36329, patch from Vojtech Cihak. 2019-11-22 00:14:36 +00:00
findoverloadsdlg.lfm IDE: find overloads: progress 2009-05-01 17:19:02 +00:00
findoverloadsdlg.pas Copy AVL_Tree from FPC trunk and replace classes in AvgLvlTree and in CodetoolsStructs with it. 2017-04-05 08:34:48 +00:00
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 LazUtils: Move string manipulation functions from IDEProcs to LazStringUtils. 2018-07-25 13:39:06 +00:00
findreplacedialog.lfm IDE: Use configurable DropDownCount for IDE's ComboBoxes. Issue #36329, patch from Vojtech Cihak. 2019-11-22 00:14:36 +00:00
findreplacedialog.pp IDE: Use configurable DropDownCount for IDE's ComboBoxes. Issue #36329, patch from Vojtech Cihak. 2019-11-22 00:14:36 +00:00
findunitdlg.lfm IDE: started dialog to help with the message recompiling checksum changed 2011-01-10 14:02:09 +00:00
findunitdlg.pas IdeIntf: Separate an interface for PackageLinks. 2017-03-15 13:13:41 +00:00
formeditor.pp Designer: Add debug lines to designer code and class destructors for testing issue #36151. 2019-10-08 17:12:10 +00:00
fpcsrcscan.pas codetools: renamed FPCDefinesCache to CompilerDefinesCache 2017-12-18 12:20:03 +00:00
fpdoceditwindow.lfm IDE: fpdoceditor: fixed synedit keys, bug #32386 2017-09-08 17:35:52 +00:00
fpdoceditwindow.pas IDE: Harmonize TNonModalIDEWindow enum identifiers in IdeOptionDefs. 2019-12-09 14:23:37 +00:00
fpdochints.pas IDE: Turn TCodeHelpHintOption chhoNoComments into positive chhoComments for consistency. 2017-06-10 16:30:22 +00:00
fpdocselectinherited.lfm ide: don't load LCL images for Cancel, OK buttons because LCL can do it itself and direct loading makes buttons looks not native on gtk2 2009-04-21 02:01:14 +00:00
fpdocselectinherited.pas general: Updated address of the Free Software Foundation in copyright messages 2017-01-29 21:04:32 +00:00
fpdocselectlink.lfm IDE: fpdoceditor: error in description: jump to col,line 2015-03-10 14:08:59 +00:00
fpdocselectlink.pas Copy AVL_Tree from FPC trunk and replace classes in AvgLvlTree and in CodetoolsStructs with it. 2017-04-05 08:34:48 +00:00
fpmake.pp buildintf: split from ideintf 2020-03-22 12:05:04 +00:00
frmcustomapplicationoptions.lfm IDE, IDEIntf, packager, tools: final batch of TButtonPanel captions cleanup 2011-10-03 23:14:54 +00:00
frmcustomapplicationoptions.pas general: Updated address of the Free Software Foundation in copyright messages 2017-01-29 21:04:32 +00:00
generatefppkgconfigurationdlg.lfm IDE: Improve layout of initial setup dialog. Issue #35316, patch from Alexey Tor. 2019-04-10 07:32:14 +00:00
generatefppkgconfigurationdlg.pas IDE: fix fppkg configuration screen for linux if the user provided the compiler-executable inside the lib-directory itself. (prefix/lib/3.3.1/ppcarm or something) 2020-03-06 10:50:33 +00:00
genericchecklist.lfm IDE: Simplify PathEditorDialog. Move list of templates to a separate window. 2017-12-23 12:40:22 +00:00
genericchecklist.pas IDE: use TLCLGlyphs for IDE buttons 2018-05-08 23:10:58 +00:00
genericlisteditor.lfm IDE: Improve GenericListEditor dialog layout. Issue #35328, patch from Alexey Tor. 2019-04-10 07:21:40 +00:00
genericlisteditor.pas IDE: Simplify PathEditorDialog. Move list of templates to a separate window. 2017-12-23 12:40:22 +00:00
genericlistselect.lfm IDE: Simplify PathEditorDialog. Move list of templates to a separate window. 2017-12-23 12:40:22 +00:00
genericlistselect.pas IDE: Prevent an exception when dbl-clicking empty list. Issue #32650, patch from FTurtle. 2017-12-23 17:04:42 +00:00
gotofrm.lfm IDE: GotoLine dialog: 2019-01-19 15:45:35 +00:00
gotofrm.pas IDE: goto line: fixed escape and enter in gtk2 2019-01-23 09:34:58 +00:00
helpfpcmessages.lfm IDE: messages: help for message and edit extra help 2014-05-29 21:20:42 +00:00
helpfpcmessages.pas Formatting, cleanup, also remove unused funcs in ProcedureList. 2018-07-24 12:50:26 +00:00
helpoptions.pas IdeIntf: Split IDEOptionsIntf into a new IDEOptEditorIntf. 2018-06-09 14:40:08 +00:00
ide.pas IDE: Fix ide.lpk package. Now it compiles. Issue #24160, patch from Cyrax 2013-04-27 21:27:33 +00:00
idecmdline.pas IDE fix IsVersionRequested (see http://forum.lazarus.freepascal.org/index.php/topic,44783.msg315161.html#msg315161). 2019-03-24 16:38:03 +00:00
idecontexthelpedit.lfm IDE, IDEIntf, packager, tools: final batch of TButtonPanel captions cleanup 2011-10-03 23:14:54 +00:00
idecontexthelpedit.pas general: Updated address of the Free Software Foundation in copyright messages 2017-01-29 21:04:32 +00:00
idecoolbardata.pas IDE: Refactor IDECoolBar classes. Move stuff from options frame to TIDECoolBar. 2020-03-08 23:00:22 +00:00
idedefs.pas general: Updated address of the Free Software Foundation in copyright messages 2017-01-29 21:04:32 +00:00
idefpcinfo.lfm IDE: Visual improvements for "About FPC" and "About IDE" dialogs. Issue #28457, patch from Alexey Torgashin. 2015-08-05 21:58:23 +00:00
idefpcinfo.pas IDE: fixed checking type of compiler (fpc/pas2js), fixed quoting compiler filename, improved error handling 2019-02-28 16:18:36 +00:00
idefpdocfilesearch.lfm IDE: ide internals: fpdoc files 2012-01-22 09:59:06 +00:00
idefpdocfilesearch.pas IDE: clean up 2015-03-10 12:02:19 +00:00
ideguicmdline.pas IDE: less hints 2018-06-14 10:43:03 +00:00
idehelpmanager.lfm IDE: help selector: read only treeview, bug #30303 2016-06-22 11:01:09 +00:00
idehelpmanager.pas IDE: Move registration of TFileNamePropertyEditor into a better place. 2020-04-15 19:33:47 +00:00
ideinfodlg.lfm IDE: ide internals: show list of external tools 2016-04-06 15:39:30 +00:00
ideinfodlg.pas IDE: fixed checking type of compiler (fpc/pas2js), fixed quoting compiler filename, improved error handling 2019-02-28 16:18:36 +00:00
ideinfoneedbuild.lfm IDE: In "Needs building" dialog prevent a crash when text was typed in Combobox. Layout improvements. Issue #28456, patch from Alexey Torgashin. 2015-08-05 22:35:16 +00:00
ideinfoneedbuild.pas IDE: Use configurable DropDownCount for IDE's ComboBoxes. Issue #36329, patch from Vojtech Cihak. 2019-11-22 00:14:36 +00:00
ideinstances.pas IDE: Make sure temp dir exists before starting IPC server. Issue #35838. 2020-01-04 19:30:08 +00:00
ideoptiondefs.pas IDE: Harmonize TNonModalIDEWindow enum identifiers in IdeOptionDefs. 2019-12-09 14:23:37 +00:00
ideoptionsdlg.lfm IDE: Remove the useless "Use Buildmodes" setting and CheckBox. 2018-09-05 18:23:58 +00:00
ideoptionsdlg.pas IDE: Implement configurable DropDownCount for more ComboBoxes. Issue #36595, patch from Vojtech Cihak. 2020-01-18 09:37:59 +00:00
ideprocs.pp IDE: FindFPCTool: fpc compiler path has higher priority than system path 2020-03-05 22:38:23 +00:00
ideprotocol.pas Formatting, cleanup, also remove unused funcs in ProcedureList. 2018-07-24 12:50:26 +00:00
idetranslations.pas IDE/Packager/LazUtils: factored out PO filename parsing code to a separate procedure and made it dotted filename safe. Now using it in all relevant places, thus reducing code duplication and fixing possible problems with dotted PO filenames. 2019-01-29 23:04:16 +00:00
idewindowhelp.pas Format and clean uses sections. 2018-07-25 13:38:35 +00:00
imexportcompileropts.lfm IDE: Make edit buttons ('...') square. 2018-01-05 14:44:31 +00:00
imexportcompileropts.pas IDE: Use a better XML tag format for project etc. info files. Issue #22752, patch from Ondrej. 2019-03-15 16:15:21 +00:00
initialsetupdlgs.lfm IDE: Added EnvironmentOptions.FppkgConfigFile 2019-04-12 21:08:55 +00:00
initialsetupdlgs.pas IDE: Don't show error dialog in InitialSetupDialog after every key press when entering compiler path. Issue #35800 2019-10-27 10:48:44 +00:00
initialsetupproc.pas IDE: Added EnvironmentOptions.FppkgConfigFile 2019-04-12 21:08:55 +00:00
inputfiledialog.pas IDE: invalidate filestate cache after opendialog, because it can change files without switching to another application 2019-03-08 08:50:57 +00:00
inputhistory.pas IDE: Project: LPI&LPS ProjectOptions - write new lists. Issue #22752 2019-11-16 18:53:50 +00:00
inputhistorywithsearchopt.pas IDE, LazBuild: Remove SynEdit dependency from unit InputHistory and project LazBuild. 2017-12-09 18:31:25 +00:00
inspectchksumchangeddlg.lfm IDE, IDEIntf, packager, tools: final batch of TButtonPanel captions cleanup 2011-10-03 23:14:54 +00:00
inspectchksumchangeddlg.pas codetools: renamed TFPCConfigFileStateList TPCConfigFileStateList, TFPCTargetConfigCache TPCTargetConfigCache 2017-12-18 17:03:02 +00:00
invertassigntool.pas general: Updated address of the Free Software Foundation in copyright messages 2017-01-29 21:04:32 +00:00
jumphistoryview.lfm IDE: Support Enter key in Jump History window. 2011-06-20 19:43:34 +00:00
jumphistoryview.pas LazUtils: Move string manipulation functions from IDEProcs to LazStringUtils. 2018-07-25 13:39:06 +00:00
keymapping.pp IDE, SynEdit: ecPasteAsColums, paste clipboard - forcing column mode 2020-05-05 14:40:11 +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 general: Updated address of the Free Software Foundation in copyright messages 2017-01-29 21:04:32 +00:00
keymapshortcutdlg.lfm IDE: Tweak Keymapshortcut dialog position and borders. Issue #28178, patch from Alexey Torgashin. 2015-05-26 11:09:12 +00:00
keymapshortcutdlg.pas general: Updated address of the Free Software Foundation in copyright messages 2017-01-29 21:04:32 +00:00
lazadvancedipc.pp LazUtils: Rename unit LazUTF8SysUtils -> LazSysUtils. It had nothing to do with character encoding. 2018-07-25 13:38:59 +00:00
lazarus_dci_file.dci IDE: Code-Templates, add more templates (property get/set). Issue #27625 2019-11-18 22:43:09 +00:00
lazarus_indentation.res ide: load default indentation resource from FPC resource 2013-09-28 15:16:27 +00:00
lazarus.ico IDE: restored ico 2012-09-20 07:21:06 +00:00
lazarus.lpi Turn unit ObjectLists to use generics, move it to Lazutils. Reduce typecasts in TPkgManager by using correct types when possible. 2020-02-17 12:23:38 +00:00
lazarus.pp LCL-QT5: Debug a crash in TQtWSWinControl.SetText. 2020-03-08 12:14:48 +00:00
lazarus.res ide: reverting an accidental change from the previous commit (r62875) 2020-04-04 05:27:29 +00:00
lazarusidestrconsts.pas IDE, SynEdit: New options for auto scroll on edit 2020-05-23 22:54:52 +00:00
lazarusmanager.pas ide: update startlazarus for darwin. Not to rely on the exit code returned by open utility. As it's not lazarus returned code 2019-06-17 03:27:15 +00:00
lazbuild.lpi lazbuild: do not set ExternalTools to nil before freeing 2020-04-25 12:12:05 +00:00
lazbuild.lpr lazbuild: fixed compile and fixed compile file.lpi, issue #35832 2019-07-11 21:09:59 +00:00
lazconf.pp IDE: Add file extension for OS=embedded to GetExecutableExt. Issue #36561, patch from Christo Crause. 2020-01-12 18:07:46 +00:00
lazdoc.res IDE: Add high-dpi icons to images/lazdoc (by Roland Hahn) 2018-10-19 20:24:35 +00:00
lfmunitresource.pas Copy AVL_Tree from FPC trunk and replace classes in AvgLvlTree and in CodetoolsStructs with it. 2017-04-05 08:34:48 +00:00
macropromptdlg.pas general: Updated address of the Free Software Foundation in copyright messages 2017-01-29 21:04:32 +00:00
main.pp IDE: Turn ExternalTools from a global var into a global function, returning ExternalToolList. Avoid duplicate assignments to ExternalToolList. 2020-04-25 15:30:42 +00:00
mainbar.pas IDE: removed Qt/Qt5 workaround , fixed issue #36874 2020-04-05 09:20:10 +00:00
mainbase.pas IDE: Show frames and datamodules correctly in menu with option "Window menu shows designed form's name instead of caption". Issue #37138, patch from FTurtle. 2020-05-26 21:55:06 +00:00
mainintf.pas IDE: Cleanup, remove unused unit reference. 2018-10-26 22:33:18 +00:00
Makefile Support Haiku build. Makefiles are generated from Makefile.fpc files using proper tools. Issue #36316, patch from Alfred. 2020-04-05 11:35:01 +00:00
Makefile.fpc buildintf: split from ideintf 2020-03-22 11:58:11 +00:00
makeresstrdlg.lfm IDE: Improve MakeResStr dialog, use ButtonPanel. Issue #28147, patch from Alexey Torgashin. 2015-05-22 20:20:40 +00:00
makeresstrdlg.pas Fix compilation of Codetools examples and wiki test project. Clean uses sections. 2017-04-07 19:02:11 +00:00
miscoptions.pas IDE: compiler options: show options dlg: option to split params into multiple lines 2018-05-31 07:51:04 +00:00
modematrixopts.pas IDE: use LazLoggerBase instead of LazLogger 2018-06-02 16:47:18 +00:00
mouseactiondialog.lfm IDE: Update for SynEdit horizontal mouse wheel 2019-03-02 19:29:58 +00:00
mouseactiondialog.pas IDE: Implement configurable DropDownCount for more ComboBoxes. Issue #36595, patch from Vojtech Cihak. 2020-01-18 09:37:59 +00:00
msgvieweditor.lfm Sort ListViews by column click around in many places. 2012-08-20 18:05:46 +00:00
msgvieweditor.pas IDE: use TLCLGlyphs for IDE buttons 2018-05-08 23:10:58 +00:00
multipastedlg.lfm IDE: Allow resizing the MultiPaste dialog. Issue #30671. 2017-08-28 09:28:37 +00:00
multipastedlg.pas IDE: Use configurable DropDownCount for IDE's ComboBoxes. Issue #36329, patch from Vojtech Cihak. 2019-11-22 00:14:36 +00:00
newdialog.lfm IDE: Give default size for NewDialog layout at first start. Design-time size has no effect. Set constraints. 2017-06-10 06:45:35 +00:00
newdialog.pas IDE: Show name and description in "New Item" and "New Project" dialogs. Simplifies GetLocalizedDescription methods. Issue #37134. 2020-05-27 10:30:19 +00:00
newprojectdlg.lfm IDE: Prevent Access violation when double-clicking on "Project" tree node in "NewProjectDlg. Issue #28399. 2015-07-16 16:45:15 +00:00
newprojectdlg.pp IDE: Show name and description in "New Item" and "New Project" dialogs. Simplifies GetLocalizedDescription methods. Issue #37134. 2020-05-27 10:30:19 +00:00
notifyprocessend.pas IdeIntf: New notify handler RunFinished. Issue #32617, patch from Pascal Riekenberg. 2017-10-31 21:13:40 +00:00
pas2jsmsg.txt IDE: quickfix inherited method is hidden: add modifier override 2018-05-13 12:00:23 +00:00
patheditordlg.lfm IDE: Remove a useless form OnResize handler from PathEditor. 2018-09-10 07:50:59 +00:00
patheditordlg.pas IDE: fixed package options FPDoc search path basedirectory, issue #35222 2019-03-14 18:15:27 +00:00
procedurelist.lfm IDE: Remember the state of filter buttons in ProcedureList. Trigger filtering when they are clicked. 2018-09-07 11:03:31 +00:00
procedurelist.pas IDE: Three new images. Issue #36534, patch from FTurtle. 2020-01-11 14:22:16 +00:00
progressdlg.lfm ide: fix big buttons in 2 dialogs 2009-12-26 17:54:22 +00:00
progressdlg.pas general: Updated address of the Free Software Foundation in copyright messages 2017-01-29 21:04:32 +00:00
progresswnd.lfm IDE: started background scan of fpc source directory 2010-10-04 14:00:13 +00:00
progresswnd.pas IDE: Improve layout of "Rescan FPC Source" window. Issue #32063, patch from AlexeyT. 2017-06-26 11:18:17 +00:00
project.pp IDE: Formatting. Eliminate a parameter in sub-function of LoadAncestorDependencyHidden. 2020-04-20 23:12:51 +00:00
projectdefs.pas IDE: Change logic updating Application.Title and .Scaled in main source. Don't delete them when user option is off. Check for LCL app. 2020-02-24 09:51:03 +00:00
projectdescriptors.pas IDE: Show name and description in "New Item" and "New Project" dialogs. Simplifies GetLocalizedDescription methods. Issue #37134. 2020-05-27 10:30:19 +00:00
projecticon.pas IDE: Always create project's main icon file when saving it. Keeps its size down. Issue #27287. 2018-10-03 17:24:17 +00:00
projectinspector.lfm IDE: Update project inspector also when there is no active project. 2020-03-27 20:20:56 +00:00
projectinspector.pas Formatting. 2020-04-07 21:28:45 +00:00
projectresources.pas IDE: Formatting. 2018-10-06 19:32:48 +00:00
projectuserresources.pas IDE: Formatting. 2018-10-06 19:32:48 +00:00
projectwizarddlg.lfm IDE: Add acceleration keys and fix tab order in Project Wizard and ImageListEditor, issue #21718 2012-04-13 19:24:28 +00:00
projectwizarddlg.pas IDE: Assign other icons for two buttons in Project Wizard. Issue #34952, patch from FTurtle. 2019-03-16 19:37:20 +00:00
publishmodule.pas IDE: clean up 2018-09-19 09:05:43 +00:00
publishmoduledlg.lfm IDE: Improve layout of Publish Project dialog. Issue #34547, patch from AlexeyT. 2018-11-14 11:23:31 +00:00
publishmoduledlg.pas IDE: Use configurable DropDownCount for IDE's ComboBoxes. Issue #36329, patch from Vojtech Cihak. 2019-11-22 00:14:36 +00:00
qfinitlocalvardlg.lfm IDE: quick fix for local variable not initialized: add assignment 2015-02-16 22:32:30 +00:00
qfinitlocalvardlg.pas IDE: use LazLoggerBase instead of LazLogger 2018-06-02 16:47:18 +00:00
raw_window.pas IDE: added resourcestring 2017-12-17 11:44:08 +00:00
redirect_stderr.pas general: Updated address of the Free Software Foundation in copyright messages 2017-01-29 21:04:32 +00:00
restrictionbrowser.lfm IDE: Tweak the restriction browser layout. Patch from AlexeyT. 2018-10-19 16:13:04 +00:00
restrictionbrowser.pas IDE: restrictionbrowser: give back DebugLn message 2018-06-05 08:18:18 +00:00
runparamsopts.lfm IDE: run params dlg: update preview on switch tab 2019-03-16 11:50:16 +00:00
runparamsopts.pas IDE: run params default for windows 2020-02-26 16:53:29 +00:00
searchfrm.lfm IDE: Tweaking SearchForm. Issue #31062, patch from AlexeyT. 2016-12-23 12:55:54 +00:00
searchfrm.pas IDE: find in files: show option search in project group if available 2019-07-11 14:58:15 +00:00
searchresultview.lfm IDE: new images for 'close tabs' toolbuttons in search results dialog, patch by FTurtle, bug #36908 2020-04-13 22:00:25 +00:00
searchresultview.pp IDE: new images for 'close tabs' toolbuttons in search results dialog, patch by FTurtle, bug #36908 2020-04-13 22:00:25 +00:00
showcompileropts.lfm IDE: Improve layout of "(Show) Compiler Options" form. Issue #35434, patch from Alexey Tor. 2019-04-24 18:09:11 +00:00
showcompileropts.pas IDE: Fix compilation with defines IDE_MEM_CHECK and DebugDisableAutoSizing. 2019-11-17 14:22:52 +00:00
showdeletingfilesdlg.lfm moved TShowDeletingFilesDialog to separate file and converted to .lfm 2008-10-15 17:53:14 +00:00
showdeletingfilesdlg.pas IDE: improved 'Show files to be deleted' dialog i18n, bug #28251 2015-06-09 21:12:59 +00:00
sortselectiondlg.lfm IDE: sort selection: layout 2012-04-13 15:22:53 +00:00
sortselectiondlg.pas Copy AVL_Tree from FPC trunk and replace classes in AvgLvlTree and in CodetoolsStructs with it. 2017-04-05 08:34:48 +00:00
sourceeditor.lfm IDE, SourceEditor: "Close tabs on right". Issue #0029929 / Added key combo 2019-01-06 19:44:58 +00:00
sourceeditor.pp Fix a crash, when a breakpoint can not be set, because no debugger is configured 2020-04-21 12:24:46 +00:00
sourceeditprocs.pas CodeTools: CodeCompletion: include templates (optional). Issue #34389 2019-11-15 19:26:51 +00:00
sourcefilemanager.pas IdeIntf: A new ProjectOpening event. Triggered before a project opens. Issue #36899. 2020-04-26 19:58:32 +00:00
sourcemarks.pas IDE: SynEdit: fix potential rangecheck in compare function 2019-05-05 15:30:02 +00:00
sourcesyneditor.pas SynEdit: replaced AddFoldChangedHandler with senrLineMappingChanged 2020-05-22 14:54:20 +00:00
splash.lfm IDE: Simplified anti-aliased stretch-drawing of "splash" and "about" forms. 2018-12-02 17:34:07 +00:00
splash.pp IDE: Undo r59715 #4ae9277231 2018-12-08 19:17:49 +00:00
srcedithintfrm.pas general: Updated address of the Free Software Foundation in copyright messages 2017-01-29 21:04:32 +00:00
startlazarus.ico startlazarus: use the same icon as lazarus, update project to use resources 2010-07-13 08:54:03 +00:00
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 ide: revert accidental change to startlazarus.res 2019-06-22 02:19:46 +00:00
syncolorattribeditor.lfm IDE, SynEdit: MarkupFoldColor, more options to set colors 2018-07-20 01:12:11 +00:00
syncolorattribeditor.pas IDE: Implement configurable DropDownCount for more ComboBoxes. Issue #36595, patch from Vojtech Cihak. 2020-01-18 09:37:59 +00:00
sysvaruseroverridedlg.pas Format and clean uses sections. 2018-07-25 13:38:35 +00:00
toolbarconfig.lfm IDE: Remove unnecessary label from ToolbarConfig. 2018-10-21 20:29:59 +00:00
toolbarconfig.pas IDE: refactoring: merged connecting run menu events and creating idecommands 2019-07-08 20:50:10 +00:00
transfermacros.pp IDEIntf: change IDEMacros.Stamps 2019-03-25 18:07:38 +00:00
unitdependencies.lfm IDE: Use configurable DropDownCount for IDE's ComboBoxes. Issue #36329, patch from Vojtech Cihak. 2019-11-22 00:14:36 +00:00
unitdependencies.pas IDE: Harmonize TNonModalIDEWindow enum identifiers in IdeOptionDefs. 2019-12-09 14:23:37 +00:00
unitinfodlg.lfm IDE: unit info dlg: imporved layout 2017-10-17 16:27:22 +00:00
unitinfodlg.pp general: Updated address of the Free Software Foundation in copyright messages 2017-01-29 21:04:32 +00:00
unusedunitsdlg.lfm IDE: Tweak UnusedUnits dialog layout. Issue #28179, patch from Alexey Torgashin. 2015-05-26 11:09:13 +00:00
unusedunitsdlg.pas Format and clean uses sections. 2018-07-25 13:38:35 +00:00
useunitdlg.lfm IDE: improved 'Add unit to Uses' dialog layout, bug #36344 2019-11-25 22:22:24 +00:00
useunitdlg.pas LCL: Screen.BeginTempCursor & EndTempCursor 2020-02-23 06:04:38 +00:00
version.inc set trunk version to 2.1.0 2018-09-15 19:46:38 +00:00
viewunit_dlg.lfm IDE: viewunit_dlg, inc height of item by 2px if itemheight <= ideimages16 2017-01-01 11:45:54 +00:00
viewunit_dlg.pp IDE: Remove unused parameters about MultiSelection in functions for selecting units. 2019-11-04 22:38:06 +00:00
w32manifest.pas Project Options: add "Ansi codepage is UTF8 (Windows 10 1903+)" manifest option, issue #36570 2020-01-14 12:58:30 +00:00
w32versioninfo.pas IDE: Use local variable FStringTable instead of global property in ProjectVersionInfo. 2017-10-05 16:37:05 +00:00
wordcompletion.pp IDE: identifier completion: 2018-06-18 13:16:58 +00:00