lazarus/ide/frames
2024-12-30 16:51:00 +01:00
..
atom_checkboxes_options.pas
backup_options.lfm
backup_options.pas IDE, Backup Options page: store Subdirectory comboboxes '(no subdirectory)' values language independently 2023-07-20 19:13:24 +03:00
codeexplorer_categories_options.lfm
codeexplorer_categories_options.pas
codeexplorer_update_options.lfm
codeexplorer_update_options.pas
codeobserver_options.lfm
codeobserver_options.pas
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
codetools_codecreation_options.lfm
codetools_codecreation_options.pas
codetools_general_options.lfm
codetools_general_options.pas
codetools_identifiercompletion_options.lfm IDE: improved Codetools identifier completion settings page layout 2023-07-18 17:34:24 +03:00
codetools_identifiercompletion_options.pas Codetools: Identifier completion, add limit for recent history items shown. issue #40332 Patch by WooBean007 2023-07-17 21:33:12 +02:00
codetools_linesplitting_options.lfm
codetools_linesplitting_options.pas
codetools_space_options.lfm
codetools_space_options.pas
codetools_wordpolicy_options.lfm
codetools_wordpolicy_options.pas
compiler_buildmacro_options.lfm
compiler_buildmacro_options.pas Ide: Move more units into ide-packages, project / packager 2024-04-11 23:46:56 +02:00
compiler_codegen_options.lfm
compiler_codegen_options.pas Tweak uses sections. 2024-04-08 02:22:35 +03:00
compiler_compilation_options.lfm
compiler_compilation_options.pas Tweak uses sections. 2024-04-08 02:22:35 +03:00
compiler_config_target.lfm IDE: added project option Write compiler config file 2023-07-28 14:50:48 +01:00
compiler_config_target.pas ide: fixed cancel project options resetting Subtarget 2024-08-25 12:36:23 +02: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 Tweak uses sections. 2024-04-08 02:22:35 +03:00
compiler_messages_options.lfm
compiler_messages_options.pas Tweak uses sections. 2024-04-08 02:22:35 +03:00
compiler_modematrix.lfm IDE: Delete "Use system encoding" button from "Additions and Overrides" page. 2024-03-05 09:44:55 +02:00
compiler_modematrix.pas IDE: Delete "Use system encoding" button from "Additions and Overrides" page. 2024-03-05 09:44:55 +02:00
compiler_other_options.lfm
compiler_other_options.pas Tweak uses sections. 2024-04-08 02:22:35 +03:00
compiler_parsing_options.lfm
compiler_parsing_options.pas Tweak uses sections. 2024-04-08 02:22:35 +03:00
compiler_path_options.lfm
compiler_path_options.pas IdeConfig, IdeProject: Fix a typo in the method name TProjectCompilerOptions.CanBeDefaulForProject 2024-09-23 10:11:37 +00:00
compiler_verbosity_options.lfm
compiler_verbosity_options.pas Tweak uses sections. 2024-04-08 02:22:35 +03:00
componentpalette_options.lfm IDE/Component palette editor: Make sure that "Restore defaults" is always visible. Issue #40911 2024-04-17 18:57:49 +02:00
componentpalette_options.pas IDE/Component palette editor: Make sure that "Restore defaults" is always visible. Issue #40911 2024-04-17 18:57:49 +02:00
desktop_options.lfm IDE/Options: Show restart hint only when changing language 2024-09-23 14:31:42 +02:00
desktop_options.pas IDE: Change resource string name, since purpose was altered / prevent accidentality using any outdated translation 2024-09-28 14:45:30 +02:00
editor_codefolding_options.lfm
editor_codefolding_options.pas Support for Highlighter based on TextMate grammar 2023-09-12 12:01:50 +02: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, SourceEditor: Add colors for code completion "type of token" Issue #40868 2024-10-21 12:45:39 +02:00
editor_color_options.pas IDE/Options: Fixed crash when opening color settings for the assembler window 2024-10-22 05:55:49 +05:00
editor_color_tml_options.lfm IDE: More textmate Highlighting 2023-09-19 20:51:03 +02:00
editor_color_tml_options.pas ide: less hints 2024-03-05 16:03:15 +01:00
editor_display_options.lfm IDE: improved Editor Display Options page layout 2024-06-18 00:47:56 +03:00
editor_display_options.pas IDE, EditorOption: fix right gutter, hide separator gutter parts, when hiding overview gutter part / keep index order 2024-10-21 17:21:39 +02:00
editor_dividerdraw_options.lfm Support for Highlighter based on TextMate grammar 2023-09-12 12:01:50 +02:00
editor_dividerdraw_options.pas Support for Highlighter based on TextMate grammar 2023-09-12 12:01:50 +02:00
editor_general_misc_options.lfm IDE, SynEdit: add option to have bookmarks restore the scroll pos. Issue #40912 2024-09-24 22:35:09 +02:00
editor_general_misc_options.pas IDE, SynEdit: add option to have bookmarks restore the scroll pos. Issue #40912 2024-09-24 22:35:09 +02: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: Add options for elastic tabstops 2023-07-02 20:45:33 +02:00
editor_indent_options.pas IDE: Fix display of hints in the mainbar and editor toolbar for shortcuts with a sequence of keystrokes 2024-10-27 12:33:55 +02:00
editor_keymapping_options.lfm IDE, Options: Editor Keymap, fix layout to make the key-map tree bigger (if Window grows) and keep the Conflict view at its size. 2024-10-03 14:12:18 +02:00
editor_keymapping_options.pas IDE, Options: Editor Keymap, fix layout to make the key-map tree bigger (if Window grows) and keep the Conflict view at its size. 2024-10-03 14:12:18 +02:00
editor_markup_options.lfm IDE: Update "Markup Options Frame" tab order - See MR !313 2024-08-24 00:24:57 +02:00
editor_markup_options.pas IDE: Fix display of hints in the mainbar and editor toolbar for shortcuts with a sequence of keystrokes 2024-10-27 12:33:55 +02:00
editor_markup_userdefined.lfm
editor_markup_userdefined.pas Fix checking modal result, handle mrCancel. Issue: #40920 2024-04-25 21:47:15 +02:00
editor_mouseaction_options_advanced.lfm IDE: fixed a typo (TMouseaActionDialog -> TMouseActionDialog) 2024-12-18 16:10:16 +03:00
editor_mouseaction_options_advanced.pas IDE: fixed a typo (TMouseaActionDialog -> TMouseActionDialog) 2024-12-18 16:10:16 +03:00
editor_mouseaction_options.lfm
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
editortoolbar_options.lfm
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 IDE: added option for global star directory excludes 2023-07-09 22:20:56 +02:00
env_file_filters.pas IDE: added i18n for global star directory excludes caption 2023-07-10 17:13:07 +03:00
files_options.lfm IDE: Exchange "max recent files" and "max recent project files" edit boxes in file options dialog for more consistent GUI with MRU drop-down menu 2024-12-30 16:51:00 +01:00
files_options.pas Ide: Move more units into ide-packages, project / packager 2024-04-11 23:46:56 +02: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
fpdoc_options.pas
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
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 11:04:05 +02: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: added option for global star directory excludes 2023-07-09 22:20:56 +02: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 Reserve "On..." prefix for events and name functions differently. 2023-07-25 11:07:57 +03:00
msgwnd_options.lfm ide: added TEnvGuiOptions.EmulateRightMouseButton, used by Messages Window for popup on Ctrl+Left 2023-10-27 15:36:44 +01:00
msgwnd_options.pas ide: added TEnvGuiOptions.EmulateRightMouseButton, used by Messages Window for popup on Ctrl+Left 2023-10-27 15:36:44 +01:00
naming_options.lfm
naming_options.pas Renamed LazarusCommonStrConst to IdeIntfStrConsts 2023-01-25 16:51:48 +01:00
oi_options.lfm
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
project_application_options.pas Ide: Move more units into ide-packages, project / packager 2024-04-11 23:46:56 +02: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 Debugger/Project Settings: Fix updating when changing project / fix config frame (wrong warning hint) 2024-04-28 17:00:19 +02:00
project_displayformat_options.lfm Debugger: Improve new Displayformats. Redo layout of watch properties 2024-04-06 17:38:17 +02:00
project_displayformat_options.pas IdeDebugger: refactor (Global)ValueFormatterSelectorList / (Global)ValueConverterSelectorList / DisplayFormat changed notify 2024-04-16 13:38:24 +02:00
project_forms_options.lfm
project_forms_options.pas
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 17:03:58 +03:00
project_i18n_options.pas
project_lazdoc_options.lfm
project_lazdoc_options.pas
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:10:58 +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
project_valconv_options.lfm IDE: improved and enabled hints for "store in session" checkboxes in value converters and value formatters debugger options frames 2024-02-12 18:57:51 +03:00
project_valconv_options.pas IdeDebugger: refactor (Global)ValueFormatterSelectorList / (Global)ValueConverterSelectorList / DisplayFormat changed notify 2024-04-16 13:38:24 +02:00
project_valformatter_options.lfm IdeDebugger: remove DisplayFormat-filter from Valueformatter. (value formatter can now be disabled in watch properties) 2024-04-18 15:42:54 +02:00
project_valformatter_options.pas IdeDebugger: refactor (Global)ValueFormatterSelectorList / (Global)ValueConverterSelectorList / DisplayFormat changed notify 2024-04-16 13:38:24 +02:00
project_versioninfo_options.lfm
project_versioninfo_options.pas
window_options.lfm IDE: Custom IDE title, added preview 2024-10-28 14:11:05 +01:00
window_options.pas IDE: Custom IDE title, added preview 2024-10-28 14:11:05 +01:00