lazarus/ide/frames
mattias c68c01b223 IDE: fixed layout
git-svn-id: trunk@42369 -
2013-08-08 10:23:33 +00:00
..
atom_checkboxes_options.pas
backup_options.lfm
backup_options.pas
codeexplorer_categories_options.lfm
codeexplorer_categories_options.pas
codeexplorer_update_options.lfm
codeexplorer_update_options.pas
codeobserver_options.lfm ide: fix layout for NestedProcCount box 2013-06-22 09:01:17 +00:00
codeobserver_options.pas
codetools_classcompletion_options.lfm codetools: started ability to load code completion snippets from an xml files, thanks to Don Ziesig, patch #15922 2013-07-22 22:08:53 +00:00
codetools_classcompletion_options.pas codetools: started ability to load code completion snippets from an xml files, thanks to Don Ziesig, patch #15922 2013-07-22 22:08:53 +00:00
codetools_codecreation_options.lfm codetools: started ability to load code completion snippets from an xml files, thanks to Don Ziesig, patch #15922 2013-07-22 22:08:53 +00:00
codetools_codecreation_options.pas codetools: disabled complete code templates until a compatible solution is implemented 2013-07-23 07:04:44 +00:00
codetools_general_options.lfm IDE: removed old workaround global SrcPath 2013-06-26 12:47:16 +00:00
codetools_general_options.pas IDE: removed old workaround global SrcPath 2013-06-26 12:47:16 +00:00
codetools_identifiercompletion_options.lfm ide: fix anchors 2013-05-04 08:10:07 +00:00
codetools_identifiercompletion_options.pas
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 IDE: moved conditionals to page Other 2013-06-09 13:17:48 +00:00
compiler_buildmacro_options.pas IDE: Cleanup of options frames 2013-07-09 23:02:07 +00:00
compiler_codegen_options.lfm IDE: Move target-specific options (Win32GraphicApp) to "Config and Target" page in compiler options. 2013-08-05 11:33:28 +00:00
compiler_codegen_options.pas IDE: Move target-specific options (Win32GraphicApp) to "Config and Target" page in compiler options. 2013-08-05 11:33:28 +00:00
compiler_compilation_options.lfm IDE: use a new options frame in project options for config and target. Reorganize other options, too. 2013-07-09 18:40:09 +00:00
compiler_compilation_options.pas IDE: formatting 2013-07-10 09:38:21 +00:00
compiler_config_target.lfm IDE: Move target-specific options (Win32GraphicApp) to "Config and Target" page in compiler options. 2013-08-05 11:33:28 +00:00
compiler_config_target.pas IDE: Move target-specific options (Win32GraphicApp) to "Config and Target" page in compiler options. 2013-08-05 11:33:28 +00:00
compiler_debugging_options.lfm IDE: Move target-specific options (Win32GraphicApp) to "Config and Target" page in compiler options. 2013-08-05 11:33:28 +00:00
compiler_debugging_options.pas IDE: add option Trash variables (-gt) to compiler options and GUI. 2013-07-29 07:21:18 +00:00
compiler_messages_options.lfm
compiler_messages_options.pas IDE: further migration external tools 2013-08-04 19:22:42 +00:00
compiler_modematrix.lfm ide: remove toolbar top bevel from the Additions and Overrides frame. We don't use Top Bevel for other IDE toolbars and bottom bevel is not needed too since bottom control has it own 2013-06-14 14:25:37 +00:00
compiler_modematrix.pas IDE: Fix adding an item to mode matrix when build modes are hidden. 2013-07-14 08:45:31 +00:00
compiler_other_options.lfm IDE: fixed layout 2013-08-08 10:23:33 +00:00
compiler_other_options.pas IDE: add a GUI for compiler defines. Synchronized with Custom Options. 2013-08-02 11:29:44 +00:00
compiler_parsing_options.lfm IDE: change locations of some compiler option GUI elements. 2013-07-26 12:46:28 +00:00
compiler_parsing_options.pas IDE: change locations of some compiler option GUI elements. 2013-07-26 12:46:28 +00:00
compiler_path_options.lfm
compiler_path_options.pas IDE: Cleanup of options frames 2013-07-09 23:02:07 +00:00
compiler_verbosity_options.lfm IDE: Cleanup of options frames 2013-07-09 23:02:07 +00:00
compiler_verbosity_options.pas IDE: fixed caption of compiler option -vb 2013-07-20 20:49:57 +00:00
desktop_options.lfm
desktop_options.pas Revert "Use AllFilesMask everywhere instead of GetAllFilesMask, mask must be fixed in FPC libs" 2013-04-30 16:35:02 +00:00
editor_codefolding_options.lfm
editor_codefolding_options.pas
editor_codetools_options.lfm
editor_codetools_options.pas IDE: formatting 2013-05-25 14:57:05 +00:00
editor_color_options.lfm IDE: Editor-Color opts - Allow setting priorities 2013-05-26 13:34:29 +00:00
editor_color_options.pas IDE+synedit: TSynHighlighterAttributes: added Caption:PString for non fixed resourcestring, fixed IDE to use Caption and StoredName correct 2013-06-14 21:28:58 +00:00
editor_display_options.lfm
editor_display_options.pas
editor_dividerdraw_options.lfm
editor_dividerdraw_options.pas
editor_general_misc_options.lfm
editor_general_misc_options.pas
editor_general_options.lfm
editor_general_options.pas IDE: Editor-Color opts - Allow setting priorities 2013-05-26 13:34:29 +00:00
editor_indent_options.lfm
editor_indent_options.pas
editor_keymapping_options.lfm IDE: keymap options: popup menu for conflicts 2013-05-13 14:43:39 +00:00
editor_keymapping_options.pas IDE: show already grabbed shortcut key in the filter GUI. 2013-07-30 11:19:08 +00:00
editor_markup_options.lfm
editor_markup_options.pas
editor_markup_userdefined.lfm
editor_markup_userdefined.pas IDE: replaced some MessageDlg with IDEMessageDialog 2013-06-02 17:54:22 +00:00
editor_mouseaction_options_advanced.lfm Reimplement "IDE, Packager: harmonize some string constants" 2013-05-01 08:44:51 +00:00
editor_mouseaction_options_advanced.pas IDE: replaced some MessageDlg with IDEMessageDialog 2013-06-02 17:54:22 +00:00
editor_mouseaction_options.lfm
editor_mouseaction_options.pas
editor_multiwindow_options.lfm
editor_multiwindow_options.pas
env_file_filters.lfm
env_file_filters.pas IDE: replaced some MessageDlg with IDEMessageDialog 2013-06-02 17:54:22 +00:00
files_options.lfm ide: replace max recent options combos with spin edit (issue #0024514) 2013-06-10 08:06:53 +00:00
files_options.pas ide: replace max recent options combos with spin edit (issue #0024514) 2013-06-10 08:06:53 +00:00
formed_options.lfm
formed_options.pas
fpdoc_options.lfm ide: fix anchors 2013-05-04 08:14:22 +00:00
fpdoc_options.pas
help_general_options.lfm
help_general_options.pas
modematrixctrl.pas IDE: Rename a variable in TGroupedMatrixValue to avoid confusion with another variable of type TGroupedMatrixModes 2013-07-09 11:40:09 +00:00
naming_options.lfm ide: fix anchors 2013-05-04 08:10:07 +00:00
naming_options.pas
oi_options.lfm IDE: fixed Object Inspector settings tab layout 2013-05-25 17:46:50 +00:00
oi_options.pas IDE: fixed Object Inspector settings tab layout 2013-05-25 17:46:50 +00:00
project_application_options.lfm IDE: project options: layout windows options 2013-06-21 10:41:09 +00:00
project_application_options.pas IDE: replaced some MessageDlg with IDEMessageDialog 2013-06-02 17:54:22 +00:00
project_forms_options.lfm
project_forms_options.pas
project_i18n_options.lfm
project_i18n_options.pas
project_lazdoc_options.lfm
project_lazdoc_options.pas
project_misc_options.lfm
project_misc_options.pas
project_save_options.lfm
project_save_options.pas IDE: start to use the new build mode window by default. 2013-05-20 12:08:59 +00:00
project_versioninfo_options.lfm
project_versioninfo_options.pas
window_options.lfm IDE: enable edits also when restoring window geometry in options 2013-04-27 07:18:29 +00:00
window_options.pas IDE: rename a generic resource string "Apply". 2013-07-30 09:25:02 +00:00