lazarus/ide/frames
2019-03-15 22:17:12 +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 Format and clean uses sections. 2018-07-25 13:38:35 +00: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 LCL: Prevent rotated font from being detected as default font (patch by Michl) 2017-11-23 14:06:04 +00:00
codetools_classcompletion_options.pas IdeIntf: Split IDEOptionsIntf into a new IDEOptEditorIntf. 2018-06-09 14:40:08 +00:00
codetools_codecreation_options.lfm IDE: options: make buttons 25px wide, issue #32924 2018-01-05 03:39:41 +00:00
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 IDE: identifier completion: create "Include words" option 2018-06-18 12:34:12 +00:00
codetools_identifiercompletion_options.pas IDE: fixed typo 2018-06-18 23:00:37 +00:00
codetools_linesplitting_options.lfm
codetools_linesplitting_options.pas IdeIntf: Split IDEOptionsIntf into a new IDEOptEditorIntf. 2018-06-09 14:40:08 +00:00
codetools_space_options.lfm
codetools_space_options.pas IdeIntf: Split IDEOptionsIntf into a new IDEOptEditorIntf. 2018-06-09 14:40:08 +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 IDE: invalidate filestate cache after opendialog, because it can change files without switching to another application 2019-03-08 08:50:57 +00:00
compiler_config_target.lfm
compiler_config_target.pas LazUtils: Move string manipulation functions from LazUtilities to LazStringUtils. 2018-07-25 23:44:54 +00:00
compiler_debugging_options.lfm
compiler_debugging_options.pas IdeIntf: Split IDEOptionsIntf into a new IDEOptEditorIntf. 2018-06-09 14:40:08 +00:00
compiler_messages_options.lfm
compiler_messages_options.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
compiler_modematrix.lfm
compiler_modematrix.pas IDE: Remove the useless "Use Buildmodes" setting and CheckBox. 2018-09-05 18:23:58 +00:00
compiler_other_options.lfm IDE: fpdoceditor: fixed synedit keys, bug #32386 2017-09-08 17:35:52 +00:00
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 IdeIntf: Split IDEOptionsIntf into a new IDEOptEditorIntf. 2018-06-09 14:40:08 +00:00
compiler_path_options.lfm IDE: Make '...' buttons square (issue #32924). 2018-01-04 21:35:17 +00:00
compiler_path_options.pas IDE: Simplify function CompilerOptions.ShortenPath. 2018-12-09 15:37:10 +00: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: 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
desktop_options.lfm
desktop_options.pas IDE: fixed invalidate filestate cache after TSaveDialog 2019-03-08 12:12:59 +00:00
editor_codefolding_options.lfm
editor_codefolding_options.pas IdeIntf: Split IDEOptionsIntf into a new IDEOptEditorIntf. 2018-06-09 14:40:08 +00:00
editor_codetools_options.lfm IDE: Separate delays for hints and completion box. Issue #29482, patch from Paweł Dmitruk. 2019-03-15 22:17:12 +00:00
editor_codetools_options.pas IDE: Separate delays for hints and completion box. Issue #29482, patch from Paweł Dmitruk. 2019-03-15 22:17:12 +00:00
editor_color_options.lfm IDE, Editor Options: implement priority conf for text style 2018-04-10 20:08:45 +00:00
editor_color_options.pas IDE: Update for SynEdit horizontal mouse wheel 2019-03-02 19:29:58 +00:00
editor_display_options.lfm IDE: Make '...' buttons square (issue #32924). 2018-01-04 21:35:17 +00:00
editor_display_options.pas Format and clean uses sections. 2018-07-25 13:38:35 +00:00
editor_dividerdraw_options.lfm
editor_dividerdraw_options.pas IdeIntf: Split IDEOptionsIntf into a new IDEOptEditorIntf. 2018-06-09 14:40:08 +00:00
editor_general_misc_options.lfm
editor_general_misc_options.pas Format and clean uses sections. 2018-07-25 13:38:35 +00:00
editor_general_options.lfm EditorOpts: tab order for general page 2018-07-15 21:43:02 +00:00
editor_general_options.pas Format and clean uses sections. 2018-07-25 13:38:35 +00: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 Format and clean uses sections. 2018-07-25 13:38:35 +00:00
editor_keymapping_options.lfm
editor_keymapping_options.pas IDE: clean up 2019-03-01 09:01:32 +00: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 EditorOpts: Add warning, if outline has no colors set 2018-10-29 20:43:59 +00: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 IdeIntf: Split IDEOptionsIntf into a new IDEOptEditorIntf. 2018-06-09 14:40:08 +00:00
editor_mouseaction_options.lfm IDE: Update for SynEdit horizontal mouse wheel 2019-03-02 19:29:58 +00:00
editor_mouseaction_options.pas IDE: Update for SynEdit horizontal mouse wheel 2019-03-02 19:29:58 +00:00
editor_multiwindow_options.lfm IDE, SourceEditor: Implement "Close tabs on right". Issue #0029929 2019-01-06 18:41:19 +00:00
editor_multiwindow_options.pas IDE, SourceEditor: Implement "Close tabs on right". Issue #0029929 2019-01-06 18:41:19 +00: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 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
env_file_filters.lfm
env_file_filters.pas Formatting, cleanup, also remove unused funcs in ProcedureList. 2018-07-24 12:50:26 +00:00
files_options.lfm IDE: Add a hint in options GUI for max value 0 meaning unlimited. Issue #33910. 2018-07-09 08:21:11 +00:00
files_options.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
formed_options.lfm IDE: new designer option: Force DPI scaling in design-time 2018-01-06 01:53:01 +00:00
formed_options.pas Format and clean uses sections. 2018-07-25 13:38:35 +00: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 IDE: options: make buttons 25px wide, issue #32924 2018-01-05 03:39:41 +00:00
help_general_options.pas IdeIntf: Split IDEOptionsIntf into a new IDEOptEditorIntf. 2018-06-09 14:40:08 +00: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: 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
modematrixctrl.pas Format and clean uses sections. 2018-07-25 13:38:35 +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 IDE: New image "pastel_colors.png" and visual enhancements (issue #34635, patch by FTurtle). 2018-12-03 10:04:41 +00:00
naming_options.lfm
naming_options.pas IdeIntf: Split IDEOptionsIntf into a new IDEOptEditorIntf. 2018-06-09 14:40:08 +00: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 IDE: Add checkbox to show/hide property filter in object inspector. Issue #35043, patch from ptvs. 2019-02-11 16:35:11 +00:00
project_application_options.lfm IDE: Assign icon for button "Load default icon" in project options. Issue #34578, patch from FTurtle. 2018-11-23 23:34:50 +00:00
project_application_options.pas IDE: clean up 2019-01-19 17:39:03 +00:00
project_forms_options.lfm
project_forms_options.pas IdeIntf: Split IDEOptionsIntf into a new IDEOptEditorIntf. 2018-06-09 14:40:08 +00:00
project_i18n_options.lfm IDE: Make edit buttons ('...') square. 2018-01-05 14:44:31 +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 IDE: Make edit buttons ('...') square. 2018-01-05 14:44:31 +00:00
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: Use a better XML tag format for project etc. info files. Issue #22752, patch from Ondrej. 2019-03-15 16:15:21 +00:00
project_misc_options.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
project_resources_options.lfm
project_resources_options.pas IdeIntf: Split IDEOptionsIntf into a new IDEOptEditorIntf. 2018-06-09 14:40:08 +00:00
project_save_options.lfm
project_save_options.pas Format and clean uses sections. 2018-07-25 13:38:35 +00:00
project_versioninfo_options.lfm
project_versioninfo_options.pas IDE: project version info: fixed ChahrSetCompare, issue #35021 2019-02-06 08:24:11 +00:00
window_options.lfm IDE: Remove IDE Options -> Environment -> Windows -> Window Positons. Issue #29742 2018-01-01 20:26:46 +00:00
window_options.pas IdeIntf: Split IDEOptionsIntf into a new IDEOptEditorIntf. 2018-06-09 14:40:08 +00:00