lazarus/ide/frames
2025-08-04 21:09:39 +02: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
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 Set HideSelection of all Treeviews to false. 2025-02-23 01:48:42 +01:00
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 Fix comments in uses sections about where a unit comes from. Helps manage dependencies in the long run. 2025-07-25 09:57: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 Fix comments in uses sections about where a unit comes from. Helps manage dependencies in the long run. 2025-07-25 09:57:35 +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 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 ToDoList: Prevent a memory leak. 2025-07-01 12:25:39 +03:00
compiler_other_options.lfm
compiler_other_options.pas IDE: Remove IdeIntf dependency from unit Compiler. 2025-07-25 07:45:38 +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 Fix comments in uses sections about where a unit comes from. Helps manage dependencies in the long run. 2025-07-25 09:57:35 +03: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
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/Options: Reduce the value of some constraints 2025-07-06 12:07:42 +00:00
editor_color_options.pas Replace TSynSelectedColor with base class. Introduce own class for gutter colors 2025-08-04 21:09:39 +02:00
editor_color_tml_options.lfm IDE: More textmate Highlighting 2023-09-19 20:51:03 +02:00
editor_color_tml_options.pas IDE: Editor-Options, fix mem leak 2025-02-22 12:29:01 +01:00
editor_display_options.lfm IDE: editor-display options frame: remove DesignTimePPI - not needed, all autosized. 2025-06-13 18:52:49 +02: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 IDE/Options: Fix a typo in the method name TEditorGeneralOptionsFrame.UpdatePrevieEdits 2025-07-15 02:44:22 +05:00
editor_indent_options.lfm IDE: Editor > Indent options, new layout and text 2025-03-24 21:15:35 +01:00
editor_indent_options.pas IDE/Options: Fix a typo in the method name TEditorIndentOptionsFrame.UpdatePrevieEdits 2025-07-15 02:44:23 +05:00
editor_keymapping_options.lfm IDE: Tweak the key mapping TreeView behavior. Issue #40257, patch by n7800. 2025-04-13 13:10:06 +03:00
editor_keymapping_options.pas IDE/Options: Hide the panel of conflict shortcuts if they are absent. Merge request !435. 2025-02-16 10:10:07 +02:00
editor_markup_options.lfm SynEdit: PascalHighlighter, implement new highlights for declaration sections and proc-headers: param, type, value. Implement basic label and structure-member (after dot) highlight. Issues #22711 and #40152 2025-03-11 23:13:46 +01:00
editor_markup_options.pas IDE/Options: Fix a typo in the method name TEditorGeneralOptionsFrame.UpdatePrevieEdits 2025-07-15 02:44:22 +05:00
editor_markup_userdefined.lfm IDE: Options frames, make some button autosize for i18n. 2025-03-25 01:04:43 +01:00
editor_markup_userdefined.pas IDE: update Editor > Userdefined Markup options 2025-03-24 21:15:35 +01:00
editor_mouseaction_options_advanced.lfm Set HideSelection of all Treeviews to false. 2025-02-23 01:48:42 +01: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
editor_multiwindow_options.pas
editor_wordwrap_options.lfm IDE: improved wordwrap options frame i18n 2025-03-20 19:16:04 +03:00
editor_wordwrap_options.pas Ide, SourceEditor: Allow setting word-wrap based on Highlighter. Issue #41527 Patch by paweld 2025-03-19 17:09:24 +01:00
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 * Also accept *.fmx as form file extension (Firemonkey form files) 2025-03-06 10:22:03 +01:00
files_options.lfm IDE/Options: Cleaning up the "Files" options frame after eac9c6e5c6. Merge request 416. 2025-05-10 15:07:47 +03:00
files_options.pas Fix comments in uses sections about where a unit comes from. Helps manage dependencies in the long run. 2025-07-25 09:57:35 +03:00
formed_options.lfm
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
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 dlg, use CompareFilenames 2025-04-08 09:58:22 +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 IDE/Application options: Set default file extensions, based on MR !539 by n7800. Issue #36828. Minor refactoring. 2025-07-14 10:51:49 +02:00
project_application_options.pas IDE/Application options/Save icon: Set default file extension for Linux also to ico. Option to save all images of the icon to individual files. Handle .cur files correctly. Issue #36828 2025-07-15 00:46:00 +02:00
project_debug_options.lfm
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 Remove LCL dependency from PackageDefs. Move Pkg editor related stuff to new unit EditablePackage. 2025-07-08 16:23:14 +03: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 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 ide: less hints 2025-07-07 14:58:26 +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 Delete some deprecated functions. Inspired by issue #41363. 2025-01-31 13:50:35 +02:00