lazarus/ide
2019-05-08 19:53:57 +00:00
..
frames Ide ColorOptions: Improved "reset one" button (fix updating comboboxes / reset according to global/local) 2019-05-01 15:42:19 +00:00
include
aboutfrm.lfm IDE: Anti-aliased painting of the About form logo image. 2018-11-29 21:52:01 +00:00
aboutfrm.pas IDE: Undo r59715 #4ae9277231 2018-12-08 19:17:49 +00:00
abstractsmethodsdlg.lfm
abstractsmethodsdlg.pas
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
allcompileroptions.pas IDE: use TLCLGlyphs for IDE buttons 2018-05-08 23:10:58 +00:00
applicationbundle.pas
basebuildmanager.pas IDE: Check for 'Unversioned directory' when omitting revision from IDE title. 2019-04-21 08:11:46 +00:00
basedebugmanager.pas Debugger: let the debugger request certain compiler opts (eg: needs dwarf, or external info) 2018-08-05 12:26:21 +00:00
buildfiledlg.lfm
buildfiledlg.pas LazUtils: Move string manipulation functions from IDEProcs to LazStringUtils. 2018-07-25 13:39:06 +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 IDE: fixed checking type of compiler (fpc/pas2js), fixed quoting compiler filename, improved error handling 2019-02-28 16:18:36 +00:00
buildmanager.pas IDE: searching executable: skip directories and files without exe permissions 2019-03-08 13:19:57 +00:00
buildmodediffdlg.lfm
buildmodediffdlg.pas IDE: use LazLoggerBase instead of LazLogger 2018-06-02 16:47:18 +00:00
buildmodesmanager.lfm
buildmodesmanager.pas IDE: Update unit path for all build modes also when creating a new unit. Issue #34413. 2018-10-27 14:44:35 +00:00
buildprofilemanager.lfm
buildprofilemanager.pas IDE: use LazLoggerBase instead of LazLogger 2018-06-02 16:47:18 +00:00
buildprojectdlg.lfm
buildprojectdlg.pas LazUtils: Move string manipulation functions from LazUtilities to LazStringUtils. 2018-07-25 23:44:54 +00:00
charactermapdlg.lfm
charactermapdlg.pas IDE: use TLCLGlyphs for IDE buttons 2018-05-08 23:10:58 +00:00
checkcompileropts.lfm
checkcompileropts.pas IDE: fixed checking type of compiler (fpc/pas2js), fixed quoting compiler filename, improved error handling 2019-02-28 16:18:36 +00:00
checkcompoptsfornewunitdlg.lfm
checkcompoptsfornewunitdlg.pas
checklfmdlg.lfm
checklfmdlg.pas LazUtils: Move string manipulation functions from IDEProcs to LazStringUtils. 2018-07-25 13:39:06 +00:00
cleandirdlg.lfm
cleandirdlg.pas LazUtils: Move string manipulation functions from IDEProcs to LazStringUtils. 2018-07-25 13:39:06 +00:00
clipboardhistory.pas
codebrowser.lfm IDE: use IDEImages instead of custom image lists 2018-05-09 01:39:31 +00:00
codebrowser.pas IDE: fixed invalidate filestate cache after TSaveDialog 2019-03-08 12:12:59 +00:00
codecontextform.pas LazUtils: Move string manipulation functions from IDEProcs to LazStringUtils. 2018-07-25 13:39:06 +00:00
codecreationdlg.lfm
codecreationdlg.pas
codeexplopts.pas IdeIntf: Split IDEOptionsIntf into a new IDEOptEditorIntf. 2018-06-09 14:40:08 +00:00
codeexplorer.lfm IDE: use IDEImages instead of custom image lists 2018-05-09 01:39:31 +00:00
codeexplorer.pas Use RaiseGDBException from LazTracer unit. Remove similar funcs from IDEProcs and ComponentReg. 2018-07-24 17:49:21 +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
codemacroprompt.pas
codemacroselect.lfm
codemacroselect.pas
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: Macro support for module's filename in "Code Templates" dialog. Issue #33901, patch from errno. 2018-08-05 08:32:02 +00:00
codetoolsdefines.lfm
codetoolsdefines.pas LazUtils: Move string manipulation functions from LazUtilities to LazStringUtils. 2018-07-25 23:44:54 +00:00
codetoolsdefpreview.lfm
codetoolsdefpreview.pas
codetoolsoptions.pas LazUtils: Move string manipulation functions from IDEProcs to LazStringUtils. 2018-07-25 13:39:06 +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: fixed checking type of compiler (fpc/pas2js), fixed quoting compiler filename, improved error handling 2019-02-28 16:18:36 +00:00
compileroptions.pp IDEIntf: added TLazCompilationToolOptions.Parsers 2019-04-05 11:42:16 +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 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
componentpalette.pas IDE: Add package name to hints for component palette icons. 2018-09-19 10:22:47 +00:00
compoptsmodes.pas
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 IDE: Allow Tcomponent.ValidateContainer raise an exception at design time. Issue #34445, patch from errno. 2018-10-26 22:33:22 +00:00
debugmanager.pas LazDebuggerGdbmi: Improve "Reset Debugger". Ensure timeouts, if certain options lead to endless waiting. 2019-04-28 13:31:45 +00:00
definesgui.lfm
definesgui.pas IDE: use TLCLGlyphs for IDE buttons 2018-05-08 23:10:58 +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
desktopmanager.pas IDE: fixed invalidate filestate cache after TSaveDialog 2019-03-08 12:12:59 +00:00
dialogprocs.pas Cleanup for utility functions. 2018-08-27 19:03:21 +00:00
diffdialog.lfm
diffdialog.pas IDE: use TLCLGlyphs for IDE buttons 2018-05-08 23:10:58 +00:00
diffpatch.pas IDE: use LazLoggerBase instead of LazLogger 2018-06-02 16:47:18 +00:00
diskdiffsdialog.lfm
diskdiffsdialog.pas
editdefinetree.pas Use RaiseGDBException from LazTracer unit. Remove similar funcs from IDEProcs and ComponentReg. 2018-07-24 17:49:21 +00:00
editorfilemanager.lfm
editorfilemanager.pas IDE: use TLCLGlyphs for IDE buttons 2018-05-08 23:10:58 +00:00
editormacrolistviewer.lfm IDE, Editor Macros: improved layout for "repeat play" / fixed check for "Checked" 2018-04-07 22:32:09 +00:00
editormacrolistviewer.pas Format and clean uses sections. 2018-07-25 13:38:35 +00:00
editoroptions.pp IDE, EditorOptions: add colors for Overview-Gutter / fix modified/save indicator colors (swapped) 2019-04-30 23:15:53 +00:00
editoroptions.rc
editoroptions.res IDE, EditorOptions: add colors for Overview-Gutter 2019-04-30 22:54:27 +00:00
editortoolbarstatic.pas Formatting, cleanup, also remove unused funcs in ProcedureList. 2018-07-24 12:50:26 +00:00
emptymethodsdlg.lfm
emptymethodsdlg.pas
encloseifdef.lfm
encloseifdef.pas IDE: use TLCLGlyphs for IDE buttons 2018-05-08 23:10:58 +00:00
encloseselectiondlg.lfm
encloseselectiondlg.pas LazUtils: Move string manipulation functions from IDEProcs to LazStringUtils. 2018-07-25 13:39:06 +00:00
environmentopts.pp IDE: Fixed memory-leak introduced in r60944 #9d1b8c9d87 2019-04-17 21:02:48 +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
etmessageframe.pas IDE: fixed invalidate filestate cache after TSaveDialog 2019-03-08 12:12:59 +00:00
etmessageswnd.lfm
etmessageswnd.pas
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 IDE: use TLCLGlyphs for IDE buttons 2018-05-08 23:10:58 +00:00
extractprocdlg.lfm
extractprocdlg.pas Move functions CompareCaret and CompareBoolean away from IDEProcs, to LCLProc and LazUtilities respectively. 2018-07-24 17:49:11 +00:00
exttooldialog.lfm
exttooldialog.pas
exttooleditdlg.lfm
exttooleditdlg.pas
exttools.pas IDE: searching executable: skip directories and files without exe permissions 2019-03-08 13:19:57 +00:00
exttoolsconsole.pas lazbuild: less hints 2019-03-04 13:33:21 +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
findinfilesdlg.pas
findoverloadsdlg.lfm
findoverloadsdlg.pas
findrenameidentifier.lfm
findrenameidentifier.pas LazUtils: Move string manipulation functions from IDEProcs to LazStringUtils. 2018-07-25 13:39:06 +00:00
findreplacedialog.lfm
findreplacedialog.pp IDE: use TLCLGlyphs for IDE buttons 2018-05-08 23:10:58 +00:00
findunitdlg.lfm
findunitdlg.pas
formeditor.pp
fpcsrcscan.pas
fpdoceditwindow.lfm
fpdoceditwindow.pas lazutils: deprecated ConvertLineEndings in favor of LineBreaksToSystemLineBreaks 2018-09-23 10:33:52 +00:00
fpdochints.pas
fpdocselectinherited.lfm
fpdocselectinherited.pas
fpdocselectlink.lfm
fpdocselectlink.pas
fpmake.pp 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
frmcustomapplicationoptions.lfm
frmcustomapplicationoptions.pas
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: Added EnvironmentOptions.FppkgConfigFile 2019-04-12 21:08:55 +00:00
genericchecklist.lfm
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
genericlistselect.lfm
genericlistselect.pas
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
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
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
idecontexthelpedit.pas
idecoolbardata.pas IDE: disable DoubleBuffered 2018-02-07 17:04:36 +00:00
idedefs.pas
idefpcinfo.lfm
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
idefpdocfilesearch.pas
ideguicmdline.pas IDE: less hints 2018-06-14 10:43:03 +00:00
idehelpmanager.lfm
idehelpmanager.pas Delete old deprecated methods. 2018-09-28 11:06:40 +00:00
ideinfodlg.lfm
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
ideinfoneedbuild.pas
ideinstances.pas
ideoptiondefs.pas Formatting, cleanup, also remove unused funcs in ProcedureList. 2018-07-24 12:50:26 +00:00
ideoptionsdlg.lfm IDE: Remove the useless "Use Buildmodes" setting and CheckBox. 2018-09-05 18:23:58 +00:00
ideoptionsdlg.pas IDE: Remove the useless "Use Buildmodes" setting and CheckBox. 2018-09-05 18:23:58 +00:00
ideprocs.pp IDE: Move function GetFPCVer to IDEProcs. Issue #35310, patch from Pascal Riekenberg. 2019-04-04 17:26:50 +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
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 LCL, LazUtils: Move string manipulation functions from LCLProc to LazStringUtils. 2019-04-22 09:00:32 +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: Store history from "RunParameters" dialog in LPS and not in global Lazarus IDE config, issue #35285, patch from Ondrej 2019-03-26 19:59:44 +00:00
inputhistorywithsearchopt.pas
inspectchksumchangeddlg.lfm
inspectchksumchangeddlg.pas
invertassigntool.pas
jumphistoryview.lfm
jumphistoryview.pas LazUtils: Move string manipulation functions from IDEProcs to LazStringUtils. 2018-07-25 13:39:06 +00:00
keymapping.pp IDE, SourceEditor: "Close tabs on right". Issue #0029929 / Added key combo 2019-01-06 19:44:58 +00:00
keymapschemedlg.lfm
keymapschemedlg.pas
keymapshortcutdlg.lfm
keymapshortcutdlg.pas
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
lazarus_indentation.res
lazarus.ico
lazarus.lpi updated lazarus.lpi 2018-09-15 19:59:32 +00:00
lazarus.pp bigide: added pas2jsdsgn 2019-04-11 11:22:41 +00:00
lazarus.res undo 2019-04-18 08:11:56 +00:00
lazarusidestrconsts.pas IDE, project opts: improve captions about optimization and debugger friendliness. 2019-05-06 21:02:43 +00:00
lazarusmanager.pas startlazarus: fixed regression starting lazarus, issue #35184, Cyrax 2019-03-04 08:00:47 +00:00
lazbuild.lpi
lazbuild.lpr LazBuild: Remove a useless test. 2019-02-28 22:43:47 +00:00
lazconf.pp IDE: searching executable: skip directories and files without exe permissions 2019-03-08 13:19:57 +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
macropromptdlg.pas
main.pp IDE, component-palette: Better pos/size on multi monitor 2019-05-05 13:59:49 +00:00
mainbar.pas IDE: Fixed compiling for -dDebugDisableAutoSizing. 2018-06-18 08:21:28 +00:00
mainbase.pas IDE: Five new images. Fix casing of some file names. Issue #35373, patch from FTurtle. 2019-04-16 13:59:53 +00:00
mainintf.pas IDE: Cleanup, remove unused unit reference. 2018-10-26 22:33:18 +00:00
Makefile bigide: added pas2jsdsgn 2019-04-11 11:22:41 +00:00
Makefile.fpc bigide: added pas2jsdsgn 2019-04-11 11:22:41 +00:00
makeresstrdlg.lfm
makeresstrdlg.pas
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: less hints 2019-03-23 19:12:25 +00:00
msgvieweditor.lfm
msgvieweditor.pas IDE: use TLCLGlyphs for IDE buttons 2018-05-08 23:10:58 +00:00
multipastedlg.lfm
multipastedlg.pas Format and clean uses sections. 2018-07-25 13:38:35 +00:00
newdialog.lfm
newdialog.pas
newprojectdlg.lfm
newprojectdlg.pp
notifyprocessend.pas
objectlists.pas
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: Remember the state of filter buttons in ProcedureList. Trigger filtering when they are clicked. 2018-09-07 11:03:31 +00:00
progressdlg.lfm
progressdlg.pas
progresswnd.lfm
progresswnd.pas
project.pp IDE: fixed uninitialized result, issue #35411, from Ondrej 2019-04-18 08:12:04 +00:00
projectdefs.pas IDE: catch errors while releasing project file descriptors 2019-03-15 14:02:49 +00:00
projectdescriptors.pas Format and clean uses sections. 2018-07-25 13:38:35 +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: 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
projectinspector.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
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
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: Reduce DebugLn() calls in Publish Module code. It seems to work. 2018-10-07 09:07:05 +00:00
qfinitlocalvardlg.lfm
qfinitlocalvardlg.pas IDE: use LazLoggerBase instead of LazLogger 2018-06-02 16:47:18 +00:00
raw_window.pas
redirect_stderr.pas
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: Sanity check when loading LPS run modes. Issue #35410, patch from Ondrej. 2019-04-24 19:16:47 +00:00
searchfrm.lfm
searchfrm.pas IDE: Speedup Find in Files. Was slowish with LCL-QT5. Issue #35416, patch from rusty_robot. 2019-04-24 19:02:15 +00:00
searchresultview.lfm IDE: search results dialog: fix focus behavior - focus (new) result treeview unless the filter edit was explicitely focused. 2018-05-10 23:41:58 +00:00
searchresultview.pp LazUtils: Move string manipulation functions from IDEProcs to LazStringUtils. 2018-07-25 13:39:06 +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: compiler options: show options dialog: show execute before and after tool as well 2019-03-15 13:39:51 +00:00
showdeletingfilesdlg.lfm
showdeletingfilesdlg.pas
sortselectiondlg.lfm
sortselectiondlg.pas
sourceeditor.lfm IDE, SourceEditor: "Close tabs on right". Issue #0029929 / Added key combo 2019-01-06 19:44:58 +00:00
sourceeditor.pp IDE: Fix jumping to next/previous error from the Search menu. Issue #35352. 2019-04-12 06:05:49 +00:00
sourceeditprocs.pas LazUtils: Move string manipulation functions from LazUtilities to LazStringUtils. 2018-07-25 23:44:54 +00:00
sourcefilemanager.pas IDE: SaveEditorFile with multi srceedits: saveas only once 2019-03-23 19:26:39 +00:00
sourcemarks.pas IDE: SynEdit: fix potential rangecheck in compare function 2019-05-05 15:30:02 +00:00
sourcesyneditor.pas SynEdit: Caret Color 2018-07-28 18:01:10 +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
startlazarus.ico
startlazarus.lpi
startlazarus.lpr
startlazarus.res
syncolorattribeditor.lfm IDE, SynEdit: MarkupFoldColor, more options to set colors 2018-07-20 01:12:11 +00:00
syncolorattribeditor.pas IDE, EditorOptions: add colors for Overview-Gutter 2019-04-30 22:54:27 +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: Remove unnecessary label from ToolbarConfig. 2018-10-21 20:29:59 +00:00
transfermacros.pp IDEIntf: change IDEMacros.Stamps 2019-03-25 18:07:38 +00:00
unitdependencies.lfm Unit-Dependencies, PkgGraphExplorer: Add option dialog to modify graph style 2019-04-07 19:57:35 +00:00
unitdependencies.pas Unit-Dependencies, PkgGraphExplorer: Add option dialog to modify graph style 2019-04-07 19:57:35 +00:00
unitinfodlg.lfm
unitinfodlg.pp
unusedunitsdlg.lfm
unusedunitsdlg.pas Format and clean uses sections. 2018-07-25 13:38:35 +00:00
useunitdlg.lfm
useunitdlg.pas IDE: use TLCLGlyphs for IDE buttons 2018-05-08 23:10:58 +00:00
version.inc set trunk version to 2.1.0 2018-09-15 19:46:38 +00:00
viewunit_dlg.lfm
viewunit_dlg.pp IDE: Center icon and text vertically for each item in ViewUnit dialog. Issue #34402, patch from Vojtech Cihak. 2018-10-08 13:40:49 +00:00
w32manifest.pas IDE: Win32 manifest option "Long path awareness". Issue #34573, patch from AlexeyT. 2018-11-23 12:39:03 +00:00
w32versioninfo.pas
wordcompletion.pp IDE: identifier completion: 2018-06-18 13:16:58 +00:00