lazarus/ide/frames
2024-02-15 14:08:40 +00:00
..
atom_checkboxes_options.pas IdeIntf: Split IDEOptionsIntf into a new IDEOptEditorIntf. 2018-06-09 14:40:08 +00:00
backup_options.lfm
backup_options.pas IDE, Backup Options page: store Subdirectory comboboxes '(no subdirectory)' values language independently 2023-07-20 19:40:41 +03:00
codeexplorer_categories_options.lfm
codeexplorer_categories_options.pas IdeIntf: Split IDEOptionsIntf into a new IDEOptEditorIntf. 2018-06-09 14:40:08 +00:00
codeexplorer_update_options.lfm
codeexplorer_update_options.pas IdeIntf: Split IDEOptionsIntf into a new IDEOptEditorIntf. 2018-06-09 14:40:08 +00:00
codeobserver_options.lfm
codeobserver_options.pas IdeIntf: Split IDEOptionsIntf into a new IDEOptEditorIntf. 2018-06-09 14:40:08 +00:00
codetools_classcompletion_options.lfm IDE: improved layout of Codetools Class Completion option page, patch by Don Siders, issue #39757 2022-05-24 00:54:27 +03:00
codetools_classcompletion_options.pas IdeIntf: Split IDEOptionsIntf into a new IDEOptEditorIntf. 2018-06-09 14:40:08 +00:00
codetools_codecreation_options.lfm
codetools_codecreation_options.pas IdeIntf: Split IDEOptionsIntf into a new IDEOptEditorIntf. 2018-06-09 14:40:08 +00:00
codetools_general_options.lfm IDE: Improve layout for Codetools - General options. Issue #33436, patch from Phemtik. 2018-03-19 21:09:25 +00:00
codetools_general_options.pas IdeIntf: Split IDEOptionsIntf into a new IDEOptEditorIntf. 2018-06-09 14:40:08 +00:00
codetools_identifiercompletion_options.lfm Codetools: order Identifier completion by declaration (scoped). Part of issue #40332 (Based on) Patch by WooBean007 2023-06-24 12:37:56 +02:00
codetools_identifiercompletion_options.pas IDE: fixed typo in a name of a resource string, also cleaned up hacky spaces in a caption 2023-06-24 16:55:48 +03:00
codetools_linesplitting_options.lfm
codetools_linesplitting_options.pas IDE: fix compilation for latest SynEdit changes 2021-02-05 14:34:09 +00:00
codetools_space_options.lfm
codetools_space_options.pas IDE: fix compilation for latest SynEdit changes 2021-02-05 14:34:09 +00:00
codetools_wordpolicy_options.lfm
codetools_wordpolicy_options.pas IdeIntf: Split IDEOptionsIntf into a new IDEOptEditorIntf. 2018-06-09 14:40:08 +00:00
compiler_buildmacro_options.lfm
compiler_buildmacro_options.pas IDE: new IDE maco: replace dots with underscores, bug #34517, patch from Imants Gulbis 2018-11-07 17:29:22 +00:00
compiler_codegen_options.lfm
compiler_codegen_options.pas IdeIntf: Split IDEOptionsIntf into a new IDEOptEditorIntf. 2018-06-09 14:40:08 +00:00
compiler_compilation_options.lfm IDE: compiler_compilation_options: replace TCheckComboBox with TCheckListBox 2018-06-18 11:47:47 +00:00
compiler_compilation_options.pas ideconfig: less dependency on codetools 2023-06-11 23:10:53 +02:00
compiler_config_target.lfm
compiler_config_target.pas IDE: pass to FPC only documented assembler mode parameter values and only for relevant CPU families (i8086, i386, x86_64), issue #38786 2023-11-24 02:27:02 +03:00
compiler_debugging_options.lfm IDE, Debug-Options: Add "RunWithoutDebug" checkbox. In release-mode the default of the "run" menu-item changes to "not using the debugger" 2023-03-24 11:41:27 +01:00
compiler_debugging_options.pas IDE, Debug-Options: Add "RunWithoutDebug" checkbox. In release-mode the default of the "run" menu-item changes to "not using the debugger" 2023-03-24 11:41:27 +01:00
compiler_messages_options.lfm
compiler_messages_options.pas Move SkipCheckByKey functions from IdeUtils (IdeIntf) to LazUtilities (LazUtils). No LCL dependency. Add comments in uses section. 2023-06-11 20:34:36 +03:00
compiler_modematrix.lfm
compiler_modematrix.pas Renamed LazarusCommonStrConst to IdeIntfStrConsts 2023-01-25 16:51:48 +01:00
compiler_other_options.lfm
compiler_other_options.pas IdeIntf: Split IDEOptionsIntf into a new IDEOptEditorIntf. 2018-06-09 14:40:08 +00:00
compiler_parsing_options.lfm
compiler_parsing_options.pas IDE: pass to FPC only documented assembler mode parameter values and only for relevant CPU families (i8086, i386, x86_64), issue #38786 2023-11-24 02:27:02 +03:00
compiler_path_options.lfm
compiler_path_options.pas Remove units from uses sections, especially LCLProc which now contains many wrappers to other non-LCL units. 2023-06-18 14:57:06 +03:00
compiler_verbosity_options.lfm
compiler_verbosity_options.pas IdeIntf: Split IDEOptionsIntf into a new IDEOptEditorIntf. 2018-06-09 14:40:08 +00:00
componentpalette_options.lfm IDE: component palette: helper button: item to open options, item to open view all components window 2018-05-25 11:08:15 +00:00
componentpalette_options.pas IDE/TCompPaletteOptionsFrame: fix the error when clicking on the blank of the Pages ListBox 2023-07-01 16:52:23 +08:00
desktop_options.lfm IDE: Apply global DropDownCount to TCustomComboBox derivatives in options dialog. Issue #40250, patch by n7800. 2023-05-08 19:21:30 +03:00
desktop_options.pas IDE: Move adding default initial recent projects out from EnvironmentOptions. 2023-06-19 22:08:57 +03:00
editor_codefolding_options.lfm
editor_codefolding_options.pas IDE: Simplify type definitions in EditorOptions. Also satisfies -Sy checks. 2023-05-21 20:18:40 +03:00
editor_codetools_options.lfm Debugger: Add option to use converter in Watches 2022-07-03 01:54:24 +02:00
editor_codetools_options.pas IdeDebugger: Move units from Ide to IdeDebugger. (BreakPropertyDlgGroups, CallStack, DebuggerAttachDialog, DebuggerOutput, ExceptDlg, FeedbackDlg, HistoryDlg, LocalsDlg, PseudoTerminal, RegisterDlg, ThreadDlg, WatchesDlg) 2023-01-10 17:04:54 +01:00
editor_color_options.lfm IDE: color settings for "plain text" and "none" 2023-06-18 10:24:32 +02:00
editor_color_options.pas Remove units from uses sections, especially LCLProc which now contains many wrappers to other non-LCL units. 2023-06-18 14:57:06 +03:00
editor_display_options.lfm IDE: EditorOpts, Line-number gutter, "Every Nth Line" must be 1 or greater. Issue #39394 2021-09-24 22:02:19 +02:00
editor_display_options.pas Remove units from uses sections, especially LCLProc which now contains many wrappers to other non-LCL units. 2023-06-18 14:57:06 +03:00
editor_dividerdraw_options.lfm
editor_dividerdraw_options.pas IDE: Simplify type definitions in EditorOptions. Also satisfies -Sy checks. 2023-05-21 20:18:40 +03:00
editor_general_misc_options.lfm IDE, SynEdit: New options for auto scroll on edit 2020-05-23 22:54:52 +00:00
editor_general_misc_options.pas Remove units from uses sections, especially LCLProc which now contains many wrappers to other non-LCL units. 2023-06-18 14:57:06 +03:00
editor_general_options.lfm IDE: Change options for different "caret past eol" styles. Issue #40282 2023-05-31 21:28:17 +02:00
editor_general_options.pas Remove units from uses sections, especially LCLProc which now contains many wrappers to other non-LCL units. 2023-06-18 14:57:06 +03:00
editor_indent_options.lfm IDE: Use PageControl in Editor - Tab and Indent options frame. Shows better with some widgetsets. Issue #33438, patch from Phemtik. 2018-03-20 10:53:00 +00:00
editor_indent_options.pas Remove units from uses sections, especially LCLProc which now contains many wrappers to other non-LCL units. 2023-06-18 14:57:06 +03:00
editor_keymapping_options.lfm IDE, Keymapping Options: removed key scheme Import button and related functionality (it was impossible to correctly load such a scheme after IDE restart), last part of issue #40559. 2023-11-13 17:24:01 +03:00
editor_keymapping_options.pas IDE, Keymapping Options: removed key scheme Import button and related functionality (it was impossible to correctly load such a scheme after IDE restart), last part of issue #40559. 2023-11-13 17:24:01 +03:00
editor_markup_options.lfm EditorOpts: Add warning, if outline has no colors set 2018-10-29 20:43:59 +00:00
editor_markup_options.pas IDE: Simplify type definitions in EditorOptions. Also satisfies -Sy checks. 2023-05-21 20:18:40 +03:00
editor_markup_userdefined.lfm IDE, Options: user defined markup, improve add/del words. Issue #0028253 2018-07-21 17:44:49 +00:00
editor_markup_userdefined.pas IDE: clean up 2018-09-19 09:05:43 +00:00
editor_mouseaction_options_advanced.lfm
editor_mouseaction_options_advanced.pas Renamed LazarusCommonStrConst to IdeIntfStrConsts 2023-01-25 16:51:48 +01:00
editor_mouseaction_options.lfm IDE: Update for SynEdit horizontal mouse wheel 2019-03-02 19:29:58 +00:00
editor_mouseaction_options.pas Remove units from uses sections, especially LCLProc which now contains many wrappers to other non-LCL units. 2023-06-18 14:57:06 +03:00
editor_multiwindow_options.lfm IDE: improved layout of editor Tabs and Windows option page, patch by Don Siders, issue #39757 2022-05-24 00:47:40 +03:00
editor_multiwindow_options.pas IDE, Options: Font for editor notebook tabs 2022-03-11 16:59:29 +01:00
editortoolbar_options.lfm IDE: Add to Toolbar/coolbar options window a message about saving current desktop manually. Issue #34659, patch from FTurtle. 2018-12-11 00:03:23 +00:00
editortoolbar_options.pas Remove units from uses sections, especially LCLProc which now contains many wrappers to other non-LCL units. 2023-06-18 14:57:06 +03:00
env_file_filters.lfm fix env_file_filters hardcoded colors 2021-09-29 01:20:14 +03:00
env_file_filters.pas Remove units from uses sections, especially LCLProc which now contains many wrappers to other non-LCL units. 2023-06-18 14:57:06 +03:00
files_options.lfm IDE: Add a hint for LazarusDir in global options GUI. 2022-12-06 11:26:49 +02:00
files_options.pas IDE: Allow a dotted directory name for Lazarus directory setting. Issue #40338, patch by Bruno K. 2023-06-23 09:17:23 +03:00
formed_options.lfm IDE: improved Form Editor options page layout, issue #39757 2022-05-24 01:00:46 +03:00
formed_options.pas IdeConfig: Remove LCL dependency from IdeConfig package. Add comments in uses sections, helps locate dependencies. 2023-06-11 20:34:36 +03:00
fpdoc_options.lfm IDE: New restore_default and restore_defaults icons. Use more icons in Options GUI. Issue #33997, icon patch from FTurtle. 2018-08-31 10:09:04 +00:00
fpdoc_options.pas IDE: New restore_default and restore_defaults icons. Use more icons in Options GUI. Issue #33997, icon patch from FTurtle. 2018-08-31 10:09:04 +00:00
help_general_options.lfm
help_general_options.pas IdeConfig: Remove LCL dependency from IdeConfig package. Add comments in uses sections, helps locate dependencies. 2023-06-11 20:34:36 +03:00
idecoolbar_options.lfm IDE: Add to Toolbar/coolbar options window a message about saving current desktop manually. Issue #34659, patch from FTurtle. 2018-12-11 00:03:23 +00:00
idecoolbar_options.pas IDE: Allow configuring Toolbars in IDE CoolBar also when "Coolbar is visible" is unchecked. Issue #40600, patch by n7800. 2023-11-18 20:49:15 +03:00
idestartup_options.lfm IDE: added IDE Startup option to check fppkg configuration at startup, disabled by default 2022-10-14 09:42:55 +02:00
idestartup_options.pas IDE: improved i18n 2022-10-15 01:40:14 +03:00
initialsetupdlgdebuggerframe.lfm IDE, Initial Setup: Improve layout for debugger section 2023-06-21 11:56:17 +02:00
initialsetupdlgdebuggerframe.pas IDE, Initial Setup: Improve layout for debugger section 2023-06-21 11:56:17 +02:00
modematrixctrl.pas Reverted revisions r62734, r62733, r62731, r62729, r62728, r62715, r62704 #6343248e4e - changes after MDI commit 2020-03-11 05:47:23 +00:00
msgwnd_options.lfm IDE: New image "pastel_colors.png" and visual enhancements (issue #34635, patch by FTurtle). 2018-12-03 10:04:41 +00:00
msgwnd_options.pas IdeConfig: Remove LCL dependency from IdeConfig package. Add comments in uses sections, helps locate dependencies. 2023-06-11 20:34:36 +03:00
naming_options.lfm
naming_options.pas Renamed LazarusCommonStrConst to IdeIntfStrConsts 2023-01-25 16:51:48 +01:00
oi_options.lfm IDE: Add checkbox to show/hide property filter in object inspector. Issue #35043, patch from ptvs. 2019-02-11 16:35:11 +00:00
oi_options.pas IdeConfig: Remove LCL dependency from IdeConfig package. Add comments in uses sections, helps locate dependencies. 2023-06-11 20:34:36 +03:00
packagelisteditordlg.lfm ide: started package list editor dialog 2023-01-01 23:08:43 +01:00
packagelisteditordlg.pas Remove units from uses sections, especially LCLProc which now contains many wrappers to other non-LCL units. 2023-06-18 14:57:06 +03:00
project_application_options.lfm IDE, Project: Add config for NSPrincipalClass (MacOS) 2021-03-19 20:28:42 +00:00
project_application_options.pas Remove units from uses sections, especially LCLProc which now contains many wrappers to other non-LCL units. 2023-06-18 14:57:06 +03:00
project_debug_options.lfm IDE, Debugger, Project: Allow setting up project specific debugger backends 2022-08-28 21:00:28 +02:00
project_debug_options.pas IDE, Debugger: fix free vs access race in Debugger options. 2023-03-30 22:53:43 +02:00
project_forms_options.lfm
project_forms_options.pas Optimise string manipulation. Reduce calls to Copy(). 2021-02-11 14:08:24 +00:00
project_i18n_options.lfm IDE: don't wrap strings in memos of i18n project options, allows to avoid corruption when saving long strings to .lpi 2024-02-15 14:08:40 +00:00
project_i18n_options.pas IdeIntf: Split IDEOptionsIntf into a new IDEOptEditorIntf. 2018-06-09 14:40:08 +00:00
project_lazdoc_options.lfm
project_lazdoc_options.pas LazUtils: Move string manipulation functions from IDEProcs to LazStringUtils. 2018-07-25 13:39:06 +00:00
project_misc_options.lfm IDE: do not allow to edit contents of Path Delimiters combobox in "Project Options"->"Miscellaneous", issue #40429 2023-08-05 22:13:24 +03:00
project_misc_options.pas Remove units from uses sections, especially LCLProc which now contains many wrappers to other non-LCL units. 2023-06-18 14:57:06 +03:00
project_resources_options.lfm
project_resources_options.pas Renamed LazarusCommonStrConst to IdeIntfStrConsts 2023-01-25 16:51:48 +01:00
project_save_options.lfm
project_save_options.pas Format and clean uses sections. 2018-07-25 13:38:35 +00:00
project_valconv_options.lfm Debugger: missing files 2022-08-28 21:05:10 +02:00
project_valconv_options.pas Debugger: missing files 2022-08-28 21:05:10 +02:00
project_versioninfo_options.lfm IDE: Improve project->version info. Issue #32899, patch from Lutz Mändle. 2021-03-12 10:08:59 +00:00
project_versioninfo_options.pas IDE: Improve project->version info. Issue #32899, patch from Lutz Mändle. 2021-03-12 10:08:59 +00:00
window_options.lfm IDE: Show the project name and build mode by default in the IDE title. Name variables and properties consistently. 2023-09-03 15:44:56 +00:00
window_options.pas IDE: Show the project name and build mode by default in the IDE title. Name variables and properties consistently. 2023-09-03 15:44:56 +00:00