lazarus/ide
mattias bac9fc0689 IDE: clean up
git-svn-id: trunk@44851 -
2014-04-30 12:51:40 +00:00
..
frames IDE: auto show the param hint for functions. Patch by David Zimmer 2014-03-18 12:50:04 +00:00
include IDE: lazconf for openbsd 2014-02-27 07:45:35 +00:00
aboutfrm.lfm
aboutfrm.pas ide: remove unneeded resource 2013-09-27 11:33:05 +00:00
abstractsmethodsdlg.lfm
abstractsmethodsdlg.pas
addprofiledialog.lfm
addprofiledialog.pas
addtoprojectdlg.lfm IDE: "Add" command to ProjectInspector popup menu and make AddToProjectDlg's lists read-only. Issue #25755, patch from Flávio Etrusco 2014-02-23 11:22:12 +00:00
addtoprojectdlg.pas ide, components: move images related code to use FPC resource instead of Lazarus resources 2013-09-27 12:27:04 +00:00
advhistorylist.pas IDE: disable optimization stackframe for units with for..in 2014-02-06 19:42:58 +00:00
allcompileroptions.lfm IDE: Improve the All Compiler Options GUI filter. It lost focus because it was disabled. Not any more. 2013-09-23 21:28:53 +00:00
allcompileroptions.pas ide: fix loading of some IDE resources 2013-09-27 10:48:59 +00:00
applicationbundle.pas
basebuildmanager.pas IDEIntf: added event called when the IDE collects the fpc front end parameters 2014-03-04 14:13:40 +00:00
basedebugmanager.pas Debugger: refactor 2014-03-18 02:45:28 +00:00
buildfiledlg.lfm
buildfiledlg.pas IDEIntf: clean up and added unit ideutils 2014-02-18 20:55:15 +00:00
buildlazdialog.lfm IDE: In ConfigureBuildLazarusDlg, show a single checkbox for "Clean common files" when installation dir is read-only. 2014-03-16 21:35:11 +00:00
buildlazdialog.pas IDE: In ConfigureBuildLazarusDlg, show a single checkbox for "Clean common files" when installation dir is read-only. 2014-03-16 21:35:11 +00:00
buildmanager.pas IDE: trim fpc front end params 2014-03-04 14:26:22 +00:00
buildmodediffdlg.lfm
buildmodediffdlg.pas IDE: disable optimization stackframe for units with for..in 2014-02-06 19:42:58 +00:00
buildmodesmanager.lfm IDE: Let user create Debug and Release build modes with one button click. Issues #22743 and #19641 2013-07-28 09:14:25 +00:00
buildmodesmanager.pas ide, components: move images related code to use FPC resource instead of Lazarus resources 2013-09-27 12:27:04 +00:00
buildprofilemanager.lfm
buildprofilemanager.pas
buildprojectdlg.lfm
buildprojectdlg.pas IDE: clean up build files: omit packages with compile manually 2013-09-02 13:39:06 +00:00
charactermapdlg.lfm
charactermapdlg.pas
checkcompileropts.lfm
checkcompileropts.pas IDE: do not report ~ as unusual char 2014-03-29 08:12:32 +00:00
checkcompoptsfornewunitdlg.lfm
checkcompoptsfornewunitdlg.pas
checklfmdlg.lfm
checklfmdlg.pas IDE: improve comment 2013-12-16 00:10:38 +00:00
cleandirdlg.lfm
cleandirdlg.pas IDE: clean up 2014-02-18 18:47:15 +00:00
clipboardhistory.pas
codebrowser.lfm IDE: codebrowser: right click selects 2014-02-07 10:22:57 +00:00
codebrowser.pas IDE: codebrowser: warn for units with non unit file extension 2014-02-26 14:51:58 +00:00
codecontextform.pas ide, components: move images related code to use FPC resource instead of Lazarus resources 2013-09-27 12:27:04 +00:00
codeexplopts.pas IDE: clean up 2014-02-18 18:47:15 +00:00
codeexplorer.lfm
codeexplorer.pas IDE: codeexplorer: catch syntax error 2014-03-05 17:39:02 +00:00
codehelp.pas IDE: code help: combine pascal comments which are near together, issue #25506 2014-03-17 19:56:24 +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 SynEdit, IDE: Fix phys/logic char pos in autocomplete. Issue #0026038 2014-04-17 22:25:13 +00:00
codemacroselect.lfm
codemacroselect.pas
codetemplatesdlg.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
codetemplatesdlg.pas 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
codetoolsdefines.lfm
codetoolsdefines.pas
codetoolsdefpreview.lfm
codetoolsdefpreview.pas
codetoolsoptions.pas IDE: clean up 2014-02-18 18:47:15 +00:00
ColorDefault.xml IDE: update Color-schemes 2013-06-27 14:37:13 +00:00
ColorDelphi.xml IDE: update Color-schemes 2013-06-27 14:37:13 +00:00
ColorOcean.xml IDE: update Color-schemes 2013-06-27 14:37:13 +00:00
ColorPascalClassic.xml IDE: update Color-schemes 2013-06-27 14:37:13 +00:00
ColorTwilight.xml IDE: update Color-schemes 2013-06-27 14:37:13 +00:00
compatibilityrestrictions.pas
compiler.pp IDE: use compiler of project for FPCVer and codetools macro values 2014-02-18 18:26:04 +00:00
compileroptions.pp IDE: more details why the IDE does not like the compiler file 2014-02-28 17:29:04 +00:00
componentlist.lfm IDE: In ComponentList, set ReadOnly flag in the first TreeView showing a list of components. Part of issue #26035 2014-04-29 20:12:11 +00:00
componentlist.pas IDE: implement storage for component palette options. Read and write it in GUI frame. 2013-09-11 06:21:29 +00:00
componentpalette.pas LCL: TScrollBox, workaround for bug in gtk2 WS 2014-04-29 12:18:03 +00:00
compoptsmodes.pas
comppagespopup.lfm New files for a component palette drop-down list. 2013-08-04 10:33:34 +00:00
comppagespopup.pas IDE: less hints 2013-09-05 10:09:30 +00:00
condef.lfm IDE: Improve Conditional Define GUI. 2013-07-30 09:14:43 +00:00
condef.pas IDE: clean up 2014-02-18 18:47:15 +00:00
customdefines.lfm IDE: Try to improve the custom defines GUI. 2013-08-24 09:08:12 +00:00
customdefines.pas IDE: Respect the Use Comments setting also when editing defines. 2013-09-29 07:54:28 +00:00
customformeditor.pp IDE: clean up 2014-02-18 18:47:15 +00:00
debugmanager.pas Debugger: Ask to add RunError to ignored exceptions 2014-04-16 03:44:21 +00:00
dialogprocs.pas IDE: renamed DoPathDelims to ForcePathDelims 2013-09-09 10:18:24 +00:00
diffdialog.lfm
diffdialog.pas ide, components: move images related code to use FPC resource instead of Lazarus resources 2013-09-27 12:27:04 +00:00
diffpatch.pas
diskdiffsdialog.lfm
diskdiffsdialog.pas
editdefinetree.pas IDE: removed old workaround global SrcPath 2013-06-26 12:47:16 +00:00
editmsgscannersdlg.lfm
editmsgscannersdlg.pas ide, components: move images related code to use FPC resource instead of Lazarus resources 2013-09-27 12:27:04 +00:00
editorfilemanager.lfm IDE: close source editor window manager with Esc key. Issue #25684. 2014-02-07 23:15:40 +00:00
editorfilemanager.pas IDE: close source editor window manager with Esc key. Issue #25684. 2014-02-07 23:15:40 +00:00
editormacrolistviewer.lfm
editormacrolistviewer.pas IDE EditorMacros: Fix saving macro, after editing in source-editor 2014-02-08 01:03:30 +00:00
editoroptions.pp IDE: auto show the param hint for functions. Patch by David Zimmer 2014-03-18 12:50:04 +00:00
editoroptions.rc ide: load default DCI resource from FPC resource 2013-09-28 15:06:04 +00:00
editoroptions.res ide: load default DCI resource from FPC resource 2013-09-28 15:06:04 +00:00
emptymethodsdlg.lfm
emptymethodsdlg.pas IDE: fixed resourcestring name: lisEMDEmtpyMethods -> lisEMDEmptyMethods 2013-11-30 15:30:19 +00:00
encloseselectiondlg.lfm
encloseselectiondlg.pas
environmentopts.pp IDE: further migration external tools 2014-02-20 18:30:05 +00:00
etfpcmsgparser.pas IDE: further migration external tools 2013-09-04 09:15:41 +00:00
etmakemsgparser.pas IDE: further migration external tools 2013-09-04 09:15:41 +00:00
etmessageframe.lfm IDE: further migration external tools 2013-10-17 19:17:50 +00:00
etmessageframe.pas IDE: disable optimization stackframe for units with for..in 2014-02-06 19:42:58 +00:00
etmessageswnd.lfm IDE: further migration external tools 2013-08-03 18:39:14 +00:00
etmessageswnd.pas IDE: further migration external tools 2013-09-04 09:15:41 +00:00
etquickfixes.pas IDE: further migration external tools 2013-10-17 19:17:50 +00:00
etsrceditmarks.pas IDE: further migration external tools 2013-08-03 18:39:14 +00:00
examplemanager.lfm IDE, Examples manager: removed 'Under construction' label, hid 'Build Selected' button, which functionality was not implemented, improved layout 2013-09-05 13:40:31 +00:00
examplemanager.pas ide, components: move images related code to use FPC resource instead of Lazarus resources 2013-09-27 12:27:04 +00:00
extractprocdlg.lfm
extractprocdlg.pas
exttooldialog.lfm
exttooldialog.pas IDE: further migration external tools 2013-10-17 19:17:50 +00:00
exttooleditdlg.lfm
exttooleditdlg.pas IDE: clean up 2014-03-02 21:22:13 +00:00
filereferencelist.pas
findinfilesdlg.lfm
findinfilesdlg.pas
findoverloadsdlg.lfm
findoverloadsdlg.pas IDE: compare default target os, cpu with compiler default 2013-07-11 23:15:45 +00:00
findrenameidentifier.lfm
findrenameidentifier.pas
findreplacedialog.lfm IDE: in Find/Replace dialog, remove AutoSize from OptionsGroupBox. On Windows the size was wrong when the lowest checkbox was disabled. 2014-02-28 10:12:07 +00:00
findreplacedialog.pp IDE: Fix button order in FindReplaceDialog dialog using ButtonPanel. Issue #13561 2013-12-30 18:50:05 +00:00
findunitdlg.lfm
findunitdlg.pas IDE: clean up 2014-02-18 18:47:15 +00:00
formeditor.pp
fpcsrcscan.pas Clean outdated DEFINEs from the code, like old compiler versions and FPC_HAS_CONSTREF. 2014-01-02 18:16:19 +00:00
fpdoceditwindow.lfm
fpdoceditwindow.pas ide, images: 2013-09-28 03:19:37 +00:00
fpdochints.pas
fpdocselectinherited.lfm
fpdocselectinherited.pas
fpdocselectlink.lfm
fpdocselectlink.pas
fpmake.pp IDE: New options page for re-ordering component palette entries. Requires define "EnableComponentPaletteOptions". 2013-09-03 12:04:16 +00:00
frmcustomapplicationoptions.lfm
frmcustomapplicationoptions.pas
genericchecklist.lfm IDE: When adding the path of a new file to project search path, ask which build modes to add it to. Issue #23714. 2013-12-25 17:23:46 +00:00
genericchecklist.pas IDE: When adding the path of a new file to project search path, ask which build modes to add it to. Issue #23714. 2013-12-25 17:23:46 +00:00
genericlisteditor.lfm IDE: add a GUI for compiler defines. Synchronized with Custom Options. 2013-08-02 11:29:44 +00:00
genericlisteditor.pas IDE: clean up 2013-09-15 06:10:28 +00:00
gotofrm.lfm
gotofrm.pas
helpfpcmessages.lfm
helpfpcmessages.pas IDE: further migration external tools 2013-08-03 16:14:35 +00:00
helpoptions.pas IDE: clean up 2014-02-18 18:47:15 +00:00
ide.pas
idecmdline.pas LazBuild: read pcp from lazarus.cfg file 2014-01-10 14:34:43 +00:00
idecontexthelpedit.lfm
idecontexthelpedit.pas
idedefs.pas
idefpcinfo.lfm
idefpcinfo.pas IDEIntf: added event called when the IDE collects the fpc front end parameters 2014-03-04 14:13:40 +00:00
idefpdocfilesearch.lfm
idefpdocfilesearch.pas
ideguicmdline.pas IDE: use lazarus.cfg file for additional commandline param 2013-08-27 15:30:51 +00:00
idehelpmanager.lfm
idehelpmanager.pas IDE: help on unknown identifier: start codebrowser 2014-02-05 10:42:04 +00:00
ideinfodlg.lfm
ideinfodlg.pas IDE: use compiler of project for FPCVer and codetools macro values 2014-02-18 18:26:04 +00:00
ideinfoneedbuild.lfm
ideinfoneedbuild.pas
ideoptiondefs.pas IDE: editor file manager: dockable 2013-07-02 16:07:39 +00:00
ideoptionsdlg.lfm IDE: New EnvOption + CheckBox for showing/hiding build modes in project options. 2013-07-05 13:25:49 +00:00
ideoptionsdlg.pas IDE: Hide build modes in "Additions and Overrides" when UseBuildModes=False. 2013-07-09 11:40:17 +00:00
ideprocs.pp IDEIntf: clean up and added unit ideutils 2014-02-18 20:55:15 +00:00
ideprotocol.pas
idetranslations.pas Debugger: moved translations from IDE to lazdebuggergdbmi package, updated Russian translation 2014-02-22 22:18:58 +00:00
idewindowhelp.pas
imexportcompileropts.lfm
imexportcompileropts.pas IDE: clean up 2014-02-18 18:47:15 +00:00
infobuild.lfm
infobuild.pp lcl, ide: redo LoadGlypFromResource to LoadGlyphFromResourceName with ability to pass an Instance handle 2013-09-27 08:44:38 +00:00
initialsetupdlgs.lfm
initialsetupdlgs.pas IDE, Setup: search debugger (gdb) according to path in gdbmidebugger class "ExePath()". Issue #0025997 2014-04-11 20:54:06 +00:00
inputfiledialog.pas IDE: clean up 2014-02-18 18:47:15 +00:00
inputhistory.pas Revert r41936 #ab277e68c5 because Run Parameters dialog lost its existing history lists. 2013-06-29 13:14:58 +00:00
inspectchksumchangeddlg.lfm
inspectchksumchangeddlg.pas IDE: further migration external tools 2013-08-04 19:22:42 +00:00
invertassigntool.pas
jumphistoryview.lfm
jumphistoryview.pas
keymapping.pp IDE: register toggle code browser 2014-02-13 11:39:57 +00:00
keymapschemedlg.lfm
keymapschemedlg.pas
keymapshortcutdlg.lfm
keymapshortcutdlg.pas IDE: show already grabbed shortcut key in the filter GUI. 2013-07-30 11:19:08 +00:00
lazarus_dci_file.dci dci: changed -1 to Pred 2013-07-22 18:20:54 +00:00
lazarus_indentation.res ide: load default indentation resource from FPC resource 2013-09-28 15:16:27 +00:00
lazarus.ico
lazarus.lpi Lazarus.lpi: remove package "ide" dependency. 2014-04-07 07:20:27 +00:00
lazarus.pp ide: again rename project.ico to mainiconproject.ico - this way it is more understandable that it is a mainicon of a project file 2013-09-28 04:10:00 +00:00
lazarus.res lplupdate: fixed svn add command 2013-09-15 16:11:22 +00:00
lazarusidestrconsts.pas IDE: auto show the param hint for functions. Patch by David Zimmer 2014-03-18 12:50:04 +00:00
lazarusmanager.pas IDE: cut handles when starting applications 2013-11-07 12:52:03 +00:00
lazbuild.lpi IDE: fixed lazbuild, added gdbmi to dependency 2014-04-12 22:50:45 +00:00
lazbuild.lpr IDE: Move func param ExternalTools to a var in TLazarusBuilder. 2014-02-13 15:54:02 +00:00
lazconf.pp IDE fix spelling 2013-12-18 22:49:21 +00:00
lazdoc.res ide, images: 2013-09-28 03:19:37 +00:00
lfmunitresource.pas IDE: fixed duplicate code, break cycle lfmunitresource 2013-09-20 09:15:48 +00:00
macropromptdlg.pas
main.pp IDE: do not show error when checking the fallback compiler before initial setup dialog 2014-04-12 08:13:00 +00:00
mainbar.pas IDE: clean up 2013-09-15 06:10:28 +00:00
mainbase.pas IDE: new project: if there is are default project settings: adapt target file name to resemble project name, bug #23379 2014-02-18 21:18:59 +00:00
mainintf.pas IDE: comments + formatting. 2014-02-11 18:17:28 +00:00
Makefile IDE: make distclean, cleanlaz: delete all output directories ../units/* 2014-02-18 10:00:58 +00:00
Makefile.fpc IDE: make distclean, cleanlaz: delete all output directories ../units/* 2014-02-18 10:00:58 +00:00
makeresstrdlg.lfm
makeresstrdlg.pas
miscoptions.pas
modematrixopts.pas
mouseactiondialog.lfm
mouseactiondialog.pas
msgquickfixes.pas IDE: migrating external tools 2013-07-29 20:02:09 +00:00
msgview.lfm
msgview.pp IDE: further migration external tools 2013-08-03 18:39:14 +00:00
msgvieweditor.lfm
msgvieweditor.pas ide, components: move images related code to use FPC resource instead of Lazarus resources 2013-09-27 12:27:04 +00:00
multireplacedlg.lfm
multireplacedlg.pas
newdialog.lfm
newdialog.pas
newprojectdlg.lfm
newprojectdlg.pp
objectlists.pas
outputfilter.pas IDE: clean up 2014-02-18 18:47:15 +00:00
patheditordlg.lfm
patheditordlg.pas ide, components: move images related code to use FPC resource instead of Lazarus resources 2013-09-27 12:27:04 +00:00
procedurelist.lfm
procedurelist.pas
progressdlg.lfm
progressdlg.pas
progresswnd.lfm
progresswnd.pas
project.pp IDE: clean up 2014-04-11 11:54:16 +00:00
projectdefs.pas
projecticon.pas IDE: check if project needs build: check if file is in unit/include path 2014-02-13 23:18:25 +00:00
projectinspector.lfm IDE: Make Project Inspector remember its settings for dir hierarchy and sorting. Issues #22448, #22609 2013-12-29 16:44:36 +00:00
projectinspector.pas IDE: "Add" command to ProjectInspector popup menu and make AddToProjectDlg's lists read-only. Issue #25755, patch from Flávio Etrusco 2014-02-23 11:22:12 +00:00
projectresources.pas ide: save/restore user resource items to/from config 2013-10-13 05:12:53 +00:00
projectuserresources.pas IDE: further migration external tools 2014-02-20 18:30:05 +00:00
projectwizarddlg.lfm
projectwizarddlg.pas ide, components: move images related code to use FPC resource instead of Lazarus resources 2013-09-27 12:27:04 +00:00
publishmodule.pas
publishprojectdlg.lfm
publishprojectdlg.pas ide, components: move images related code to use FPC resource instead of Lazarus resources 2013-09-27 12:27:04 +00:00
raw_window.pas
redirect_stderr.pas
restrictionbrowser.lfm
restrictionbrowser.pas
runparamsopts.lfm Revert r41936 #ab277e68c5 because Run Parameters dialog lost its existing history lists. 2013-06-29 13:14:58 +00:00
runparamsopts.pas IDE: run params: version as integer 2014-04-11 11:54:35 +00:00
searchfrm.lfm
searchfrm.pas IDE: fixed crash in search form, when doing a hidden search, bug #25886 2014-03-20 08:43:56 +00:00
searchresultview.lfm
searchresultview.pp
showcompileropts.lfm
showcompileropts.pas
showdeletingfilesdlg.lfm
showdeletingfilesdlg.pas
sortselectiondlg.lfm
sortselectiondlg.pas IDE: sourcemarks: break cycle 2013-09-19 20:06:45 +00:00
sourceeditor.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
sourceeditor.pp IDE: clean up 2014-04-30 12:51:40 +00:00
sourceeditprocs.pas IDE: identifier completion: global property 2014-02-26 19:26:12 +00:00
sourcefilemanager.pas IDE: remove/rename unit in lpr if it is a pascal source 2014-02-19 15:48:29 +00:00
sourcemarks.pas ide, components: move images related code to use FPC resource instead of Lazarus resources 2013-09-27 12:27:04 +00:00
sourcesyneditor.pas SynEdit (IDE): Fixed crash in "Class/Proc Hint". Issue #0025989 2014-04-09 16:08:04 +00:00
splash.lfm
splash.pp ide: load splash logo from FPC resource 2013-09-27 08:51:41 +00:00
srcedithintfrm.pas
startlazarus.ico
startlazarus.lpi
startlazarus.lpr
startlazarus.res
syncolorattribeditor.lfm
syncolorattribeditor.pas IDE: sourcemarks: break cycle 2013-09-19 20:06:45 +00:00
sysvaruseroverridedlg.lfm
sysvaruseroverridedlg.pas
transfermacros.pp IDE: macro loop marker 2014-02-16 01:34:41 +00:00
unitdependencies.lfm IDE: unit dependencies: overlays for cycles 2013-09-19 18:23:56 +00:00
unitdependencies.pas IDE: disable optimization stackframe for units with for..in 2014-02-06 19:42:58 +00:00
unitinfodlg.lfm
unitinfodlg.pp
unusedunitsdlg.lfm IDE: fixed layout 2013-07-13 21:37:11 +00:00
unusedunitsdlg.pas IDE: unit deps: popup menu item for unused units 2013-06-27 15:11:22 +00:00
useunitdlg.lfm
useunitdlg.pas
version.inc set trunk version to 1.3 2013-09-15 15:53:49 +00:00
viewunit_dlg.lfm IDE: select frame: started scan 2013-08-04 09:17:57 +00:00
viewunit_dlg.pp IDE: disable optimization stackframe for units with for..in 2014-02-06 19:42:58 +00:00
w32manifest.pas
w32versioninfo.pas IDE: disable optimization stackframe for units with for..in 2014-02-06 19:42:58 +00:00
wordcompletion.pp