lazarus/ide/frames
2011-10-21 15:44:48 +00:00
..
atom_checkboxes_options.pas
backup_options.lfm
backup_options.pas IDE: fixed case sensitivity of combobox history lists 2011-01-20 21:35:50 +00:00
buildmodeseditor.lfm IDE: started compiler options diff dialog 2010-10-19 10:27:17 +00:00
buildmodeseditor.pas IDE: remove a duplicate str const lisTheFirstBuildModeIsTheDefaultModeAndMustBeStoredIn2, formatting 2011-10-03 12:21:42 +00: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 IDE: fixed several translation regressions by August Klein, bug #18893 2011-03-09 00:37:32 +00:00
codetools_identifiercompletion_options.lfm IDE: identifier completion: option to show help 2011-06-14 18:37:52 +00:00
codetools_identifiercompletion_options.pas IDE: identifier completion: option to show help 2011-06-14 18:37:52 +00:00
codetools_linesplitting_options.lfm
codetools_linesplitting_options.pas codetools: BeautifyStatement: nested comments 2011-04-23 15:10:56 +00:00
codetools_space_options.lfm
codetools_space_options.pas codetools: BeautifyStatement: do not split comments 2011-04-23 14:47:22 +00:00
codetools_wordpolicy_options.lfm
codetools_wordpolicy_options.pas
compiler_buildmacro_options.lfm IDE: create makefile for package: add Makefile.compiled file 2010-10-24 17:49:50 +00:00
compiler_buildmacro_options.pas Formatting: joined lines where only ');' was split to its own line, in procedure defs. 2011-03-16 16:52:28 +00:00
compiler_codegen_options.lfm IDE: Change style of target selection comboboxes from csDropDown to csDropDownList. Issue #18088, patch from Sven Barth 2011-08-16 21:59:39 +00:00
compiler_codegen_options.pas IDE: removed colons from some groupbox captions 2011-09-28 21:45:43 +00:00
compiler_compilation_options.lfm IDE: compiler options: nicer layout 2011-02-12 14:52:00 +00:00
compiler_compilation_options.pas IDEIntf: moved compiler options to unit of its own (compoptsintf.pas), added access to compiler options of packages 2011-02-13 13:42:19 +00:00
compiler_inherited_options.lfm
compiler_inherited_options.pas IDE: show skipped designtime only packages 2011-08-31 21:50:56 +00:00
compiler_linking_options.lfm IDE: debug/complier-options dialog. revert default to -g 2011-09-23 09:54:24 +00:00
compiler_linking_options.pas IDE, Compiler linking options dialog: added spaces between debug info names and parameters 2011-09-28 21:31:33 +00:00
compiler_messages_options.lfm
compiler_messages_options.pas IDE: small optimization 2011-02-17 10:06:00 +00:00
compiler_other_options.lfm IDE Compile options: Add hint to Custom options memo. Issue #19276 2011-06-03 18:51:20 +00:00
compiler_other_options.pas IDE Compile options: Add hint to Custom options memo. Issue #19276 2011-06-03 18:51:20 +00:00
compiler_parsing_options.lfm
compiler_parsing_options.pas ide, ideintf: prepare IDEOptionsIntf and IDE for common package options dialog: 2011-02-12 13:00:34 +00:00
compiler_path_options.lfm IDE: compiler options: moved LCLWidgetType to macros 2011-01-24 17:08:44 +00:00
compiler_path_options.pas IDE: package options: work on real package and restore via backup 2011-05-24 14:27:40 +00:00
compiler_verbosity_options.lfm
compiler_verbosity_options.pas ide, ideintf: prepare IDEOptionsIntf and IDE for common package options dialog: 2011-02-12 13:00:34 +00:00
desktop_options.lfm
desktop_options.pas IDE: update windows layout after loading desktop settings from file. 2011-10-21 15:44:48 +00:00
editor_codefolding_options.lfm
editor_codefolding_options.pas
editor_codetools_options.lfm IDE, DBG: add option for class auto-typecast for hints 2011-09-08 10:22:56 +00:00
editor_codetools_options.pas IDE, DBG: add option for class auto-typecast for hints 2011-09-08 10:22:56 +00:00
editor_color_options.lfm ide: use treeview canvas for text height measurements in editor color options frame 2011-04-27 03:20:55 +00:00
editor_color_options.pas IDE: harmonize Color/Colors resource strings 2011-05-22 09:37:36 +00:00
editor_display_options.lfm IDE, Options: Unifying Font-specification to only use Size, instead of mixing Size and Height. Issue #0017694 Patch by cobines 2011-09-01 21:54:33 +00:00
editor_display_options.pas IDE, Options: Unifying Font-specification to only use Size, instead of mixing Size and Height. Issue #0017694 Patch by cobines 2011-09-01 21:54:33 +00:00
editor_dividerdraw_options.lfm
editor_dividerdraw_options.pas
editor_general_misc_options.lfm
editor_general_misc_options.pas Moves TCustomNotebook to ComCtrls in preparation for renaming it 2011-07-04 09:43:21 +00:00
editor_general_options.lfm
editor_general_options.pas Formatting: joined lines where only ');' was split to its own line, in procedure defs. 2011-03-16 16:52:28 +00:00
editor_keymapping_options.lfm
editor_keymapping_options.pas IDE: fixed classic key scheme 2011-06-16 18:12:22 +00:00
editor_markup_options.lfm IDE, IDE options/Editor/Display/Markup and Matches tab: change TrackBar style to ShowSelRange=False 2010-11-14 16:42:26 +00:00
editor_markup_options.pas IDE, EditorOptions: added config for different modes to highlight "string", "Ansistring", "exit", "break", 2010-10-30 00:54:27 +00:00
editor_mouseaction_options_advanced.lfm
editor_mouseaction_options_advanced.pas Reverted r30719 (adding SortOrder parameter to OnCompareCells event) and all subsequent commits (r30724, r30727 #7cdf1cffde) which were intended to fix breakage it caused 2011-05-13 22:54:51 +00:00
editor_mouseaction_options.lfm
editor_mouseaction_options.pas
editor_multiwindow_options.lfm IDE: improve 'Options'->'Editor'->'Tabs and Windows' tab layout to save some horizontal space 2010-11-26 00:25:08 +00:00
editor_multiwindow_options.pas IDE: improve 'Options'->'Editor'->'Tabs and Windows' tab layout to save some horizontal space 2010-11-26 00:25:08 +00:00
files_options.lfm
files_options.pas IDE: fixed case sensitivity of combobox history lists 2011-01-20 21:35:50 +00:00
formed_options.lfm
formed_options.pas IDE: harmonize Color/Colors resource strings 2011-05-22 09:37:36 +00:00
fpdoc_options.lfm
fpdoc_options.pas
help_general_options.lfm
help_general_options.pas
naming_options.lfm IDE: made suggestion of lowercased file name for new forms/units configurable 2011-08-08 22:25:03 +00:00
naming_options.pas IDE: made suggestion of lowercased file name for new forms/units configurable 2011-08-08 22:25:03 +00:00
oi_options.lfm
oi_options.pas IDE: harmonize Color/Colors resource strings 2011-05-22 09:37:36 +00:00
project_application_options.lfm IDE, Project options/Application tab: correctly disable 'DPI Aware' checkbox when form is shown if 'Use manifest' checkbox is disabled. Also change TrackBar style to ShowSelRange=False. 2010-11-14 16:34:10 +00:00
project_application_options.pas IDEIntf: added TLazProject.Resources 2011-10-01 19:49:29 +00:00
project_forms_options.lfm
project_forms_options.pas
project_i18n_options.lfm
project_i18n_options.pas IDE: fixed storing i18n output directory and checking modified 2010-09-12 16:26:12 +00:00
project_lazdoc_options.lfm
project_lazdoc_options.pas
project_misc_options.lfm IDE: project options: combobox to change StorePathDelim 2011-04-23 15:44:21 +00:00
project_misc_options.pas IDEIntf: added TLazProject.Resources 2011-10-01 19:49:29 +00:00
project_save_options.lfm IDE: compiler options: show session column only if session separate 2010-10-18 16:43:49 +00:00
project_save_options.pas IDE: compiler options: show session column only if session separate 2010-10-18 16:43:49 +00:00
project_versioninfo_options.lfm IDE: fix layout anchors of some dialogs and frames. Issue #20244 2011-09-16 09:10:14 +00:00
project_versioninfo_options.pas IDEIntf: added TLazProject.Resources 2011-10-01 19:49:29 +00:00
window_options.lfm Fix window positioning for dual screen, and systems with negative coordinates 2011-07-23 10:56:47 +00:00
window_options.pas IDE: a better name for TabOrderEditor in Options -> Winodws list. 2011-10-19 06:37:31 +00:00