.. |
atom_checkboxes_options.pas
|
IDE: checked compiler warnings, clean up
|
2015-03-10 13:27:41 +00:00 |
backup_options.lfm
|
|
|
backup_options.pas
|
IDE: checked compiler warnings, clean up
|
2015-03-10 13:27:41 +00:00 |
codeexplorer_categories_options.lfm
|
|
|
codeexplorer_categories_options.pas
|
IDE: checked compiler warnings, clean up
|
2015-03-10 13:27:41 +00:00 |
codeexplorer_update_options.lfm
|
|
|
codeexplorer_update_options.pas
|
IDE: checked compiler warnings, clean up
|
2015-03-10 13:27:41 +00:00 |
codeobserver_options.lfm
|
|
|
codeobserver_options.pas
|
IDE: fpdoceditor: error in description: jump to col,line
|
2015-03-10 14:08:59 +00:00 |
codetools_classcompletion_options.lfm
|
IDE: show hint for 'Method default section' label in Codetools Class Completion options page; made minor improvement in other hint.
|
2016-10-24 22:30:45 +00:00 |
codetools_classcompletion_options.pas
|
IDE: codetools: class completion: added option to select default method section
|
2016-10-19 21:52:40 +00:00 |
codetools_codecreation_options.lfm
|
ide, codetools: change ClassCompleteCode into CompleteCodeInteractive
|
2016-03-08 16:46:12 +00:00 |
codetools_codecreation_options.pas
|
ide, codetools: change ClassCompleteCode into CompleteCodeInteractive
|
2016-03-08 16:46:12 +00:00 |
codetools_general_options.lfm
|
IDE: options: codetools general: fixed layout
|
2016-02-26 10:46:40 +00:00 |
codetools_general_options.pas
|
ide: add option to jump directly to method body, if available. Issue #13245. Modified patch by Balázs Székely
|
2016-01-26 16:54:30 +00:00 |
codetools_identifiercompletion_options.lfm
|
IDE: identifier completion: option to disable auto completion if there is only one identifier, patch #28852 from Ondrej
|
2015-10-14 10:09:15 +00:00 |
codetools_identifiercompletion_options.pas
|
IDE: word completion: when option IdentComplReplaceIdentifier is off behave the same as identifier completion: replace only left side, issue #30510
|
2016-08-24 09:58:35 +00:00 |
codetools_linesplitting_options.lfm
|
|
|
codetools_linesplitting_options.pas
|
IDE: checked compiler warnings, clean up
|
2015-03-10 13:27:41 +00:00 |
codetools_space_options.lfm
|
|
|
codetools_space_options.pas
|
IDE: checked compiler warnings, clean up
|
2015-03-10 13:27:41 +00:00 |
codetools_wordpolicy_options.lfm
|
|
|
codetools_wordpolicy_options.pas
|
IDE: checked compiler warnings, clean up
|
2015-03-10 13:27:41 +00:00 |
compiler_buildmacro_options.lfm
|
|
|
compiler_buildmacro_options.pas
|
Remove extra checks for empty strings together with IsValidIdent. It already handles an empty string.
|
2016-08-17 10:40:29 +00:00 |
compiler_codegen_options.lfm
|
IDE: added -O4 optimization, bug #29107
|
2015-11-30 16:31:44 +00:00 |
compiler_codegen_options.pas
|
IDE: added -O4 optimization, bug #29107
|
2015-11-30 16:31:44 +00:00 |
compiler_compilation_options.lfm
|
IDE: Make buttons with "..." wider. Used in many settings windows. Issue #29493, patch from Alexey Torgashin.
|
2016-01-25 16:22:14 +00:00 |
compiler_compilation_options.pas
|
Change order of used units so that "deprecated" warnings are not triggered.
|
2015-08-07 17:20:40 +00:00 |
compiler_config_target.lfm
|
|
|
compiler_config_target.pas
|
IDE, compiler config and target options page: improved i18n. Don't show any comments if option is active.
|
2016-07-02 13:00:09 +00:00 |
compiler_debugging_options.lfm
|
IDE: Fix TabOrder in compiler_debugging_options. Issue #28298, patch from Alexey Torgashin.
|
2015-06-16 11:52:26 +00:00 |
compiler_debugging_options.pas
|
IDE: compiler options: -pg gprof added hint that it only works on 32bit
|
2016-10-14 17:46:39 +00:00 |
compiler_messages_options.lfm
|
|
|
compiler_messages_options.pas
|
IDE: renamed/regrouped/cleaned up resource strings for file filter names, bug #28219, patch from Alexey Torgashin
|
2015-06-02 23:56:03 +00:00 |
compiler_modematrix.lfm
|
IDE: Move Delete button in front of SystemEncoding button in Options / Additions and Overrides page. Issue #29968.
|
2016-04-06 10:45:23 +00:00 |
compiler_modematrix.pas
|
IDE: Move Delete button in front of SystemEncoding button in Options / Additions and Overrides page. Issue #29968.
|
2016-04-06 10:45:23 +00:00 |
compiler_other_options.lfm
|
Use the new UTF-8 system by default. Can be disabled by define DisableUTF8RTL. EnableUTF8RTL is removed.
|
2015-10-20 17:20:11 +00:00 |
compiler_other_options.pas
|
IDE: Store defines added by user to compiler options. Works also for packages. Issue #28887.
|
2015-10-27 17:30:48 +00:00 |
compiler_parsing_options.lfm
|
|
|
compiler_parsing_options.pas
|
IDE: Make CompilerMode selection more robust. DelphiUnicode could not be used. Support also GNU Pascal mode.
|
2016-06-20 08:51:17 +00:00 |
compiler_path_options.lfm
|
|
|
compiler_path_options.pas
|
IDE: Export/Import also package options properly. Worked only for project. Issue #27709.
|
2016-04-06 10:19:20 +00:00 |
compiler_verbosity_options.lfm
|
|
|
compiler_verbosity_options.pas
|
IDE: moved compiler options - show lines compiled - to environment options
|
2015-09-27 20:32:15 +00:00 |
componentpalette_options.lfm
|
IDE: Adjust anchors so that "Component palette" options page can be resized. Issue #30715, patch from Michl.
|
2016-10-26 20:25:55 +00:00 |
componentpalette_options.pas
|
IDE: Rename the "Desktop" environment options page to "General" to avoid confusion with new Desktops feature.
|
2015-07-14 18:39:57 +00:00 |
desktop_options.lfm
|
IDE: Hide the Export / Import buttons in options General page for now. The set of options makes no sense.
|
2015-12-18 17:45:50 +00:00 |
desktop_options.pas
|
IDE: partially revert r50517 #d696ee5a59
|
2015-11-28 19:42:00 +00:00 |
editor_codefolding_options.lfm
|
|
|
editor_codefolding_options.pas
|
IDE: checked compiler warnings, clean up
|
2015-03-10 13:27:41 +00:00 |
editor_codetools_options.lfm
|
|
|
editor_codetools_options.pas
|
IDE: checked compiler warnings, clean up
|
2015-03-10 13:27:41 +00:00 |
editor_color_options.lfm
|
|
|
editor_color_options.pas
|
IDE: EditorOptions, added colors for line before fold/hide
|
2016-07-31 13:54:50 +00:00 |
editor_display_options.lfm
|
IDE: Make buttons with "..." wider. Used in many settings windows. Issue #29493, patch from Alexey Torgashin.
|
2016-01-25 16:22:14 +00:00 |
editor_display_options.pas
|
IDE: editor display options, allow to force pixel/point size for font (negative size). Issue #30085
|
2016-05-30 03:23:32 +00:00 |
editor_dividerdraw_options.lfm
|
|
|
editor_dividerdraw_options.pas
|
IDE: checked compiler warnings, clean up
|
2015-03-10 13:27:41 +00:00 |
editor_general_misc_options.lfm
|
IDE: Fix control's name to match its type.
|
2015-12-04 20:04:53 +00:00 |
editor_general_misc_options.pas
|
IDE: Fix control's name to match its type.
|
2015-12-04 20:04:53 +00:00 |
editor_general_options.lfm
|
SynEdit/IDE: More multi caret
|
2015-03-09 13:07:39 +00:00 |
editor_general_options.pas
|
IDE: checked compiler warnings, clean up
|
2015-03-10 13:27:41 +00:00 |
editor_indent_options.lfm
|
|
|
editor_indent_options.pas
|
|
|
editor_keymapping_options.lfm
|
IDE: Prevent left-over lines in key mapping Treeviews after moving splitter. Issue #28706, patch from Balázs Székely.
|
2016-03-14 17:01:39 +00:00 |
editor_keymapping_options.pas
|
IDE: Fix TEditorKeymappingOptionsFrame.FilterEditFilterItem, was broken by r52745 #85628cd5f9. Issue #30461.
|
2016-08-11 11:25:43 +00:00 |
editor_markup_options.lfm
|
IDE, Opitons: markup opts for other xml and lfm
|
2016-04-15 00:49:42 +00:00 |
editor_markup_options.pas
|
IDE: clean up
|
2016-04-18 17:10:01 +00:00 |
editor_markup_userdefined.lfm
|
|
|
editor_markup_userdefined.pas
|
IDE: checked compiler warnings, clean up
|
2015-03-10 13:27:41 +00:00 |
editor_mouseaction_options_advanced.lfm
|
|
|
editor_mouseaction_options_advanced.pas
|
SynEdit: Clicks on overview gutter. Issue #30012
|
2016-05-09 19:17:28 +00:00 |
editor_mouseaction_options.lfm
|
SynEdit / IDE: add full line selection on line-gutter click
|
2015-03-07 02:21:55 +00:00 |
editor_mouseaction_options.pas
|
IDE: checked compiler warnings, clean up
|
2015-03-10 13:27:41 +00:00 |
editor_multiwindow_options.lfm
|
ide: source notebook: add option to show editor file name in caption
|
2016-03-27 17:32:12 +00:00 |
editor_multiwindow_options.pas
|
ide: source notebook: add option to show editor file name in caption
|
2016-03-27 17:32:12 +00:00 |
editortoolbar_options.lfm
|
IDE: improved Editor Toolbar options page layout/i18n
|
2015-10-05 23:00:40 +00:00 |
editortoolbar_options.pas
|
IDE: improved Editor Toolbar options page layout/i18n
|
2015-10-05 23:00:40 +00:00 |
env_file_filters.lfm
|
|
|
env_file_filters.pas
|
LazUtils, unit FileUtil: Disable conditionally LazUtf8 and LazFileUtils wrapper functions. For testing define NoLazUTF8Wrappers and build Lazarus.
|
2015-07-04 23:08:00 +00:00 |
files_options.lfm
|
IDE: Make buttons with "..." wider. Used in many settings windows. Issue #29493, patch from Alexey Torgashin.
|
2016-01-25 16:22:14 +00:00 |
files_options.pas
|
IDE: fpc msg parser: fixed default fpc.errore.msg file
|
2016-10-26 16:43:30 +00:00 |
formed_options.lfm
|
IDE: Show form's properties in Object Inspector when clicking its title bar. Issue #17488, patch from Michl.
|
2016-10-12 09:17:30 +00:00 |
formed_options.pas
|
IDE: Show form's properties in Object Inspector when clicking its title bar. Issue #17488, patch from Michl.
|
2016-10-12 09:17:30 +00:00 |
fpdoc_options.lfm
|
IDE: Make buttons with "..." wider. Used in many settings windows. Issue #29493, patch from Alexey Torgashin.
|
2016-01-25 16:22:14 +00:00 |
fpdoc_options.pas
|
IDE: checked compiler warnings, clean up
|
2015-03-10 13:27:41 +00:00 |
help_general_options.lfm
|
IDE: Help options frame: simpler. Issue #28974, patch from Alexey.
|
2015-11-08 09:00:57 +00:00 |
help_general_options.pas
|
IDE: clean up
|
2015-11-08 10:06:06 +00:00 |
idecoolbar_options.lfm
|
Rename Toolbar_options -> IdeCoolbar_options.
|
2015-06-21 17:31:13 +00:00 |
idecoolbar_options.pas
|
IDE: Allow selecting a toolbar of IDE Coolbar config by clicking on its icons. Issue #30713, patch from Silvio Clécio.
|
2016-10-09 21:21:40 +00:00 |
modematrixctrl.pas
|
ide: use grid scrolling in IDE matrix grid.
|
2016-06-12 19:55:27 +00:00 |
msgwnd_options.lfm
|
IDE: moved compiler options - show lines compiled - to environment options
|
2015-09-27 20:32:15 +00:00 |
msgwnd_options.pas
|
IDE: change "Focus messages after compilation" to "Focus messages at compilation"
|
2016-02-10 22:32:26 +00:00 |
naming_options.lfm
|
|
|
naming_options.pas
|
IDE: Share 'Ignore' resource string, reorder.
|
2015-08-06 12:50:41 +00:00 |
oi_options.lfm
|
Object Inspector: Differentiate multi-selected properties which have different values using background color. Issue #23151.
|
2016-03-28 10:37:25 +00:00 |
oi_options.pas
|
Object Inspector: Differentiate multi-selected properties which have different values using background color. Issue #23151.
|
2016-03-28 10:37:25 +00:00 |
project_application_options.lfm
|
IDE: Fix taborder in Project_application_options. Issue #28292, patch from Alexey Torgashin.
|
2015-06-14 21:38:29 +00:00 |
project_application_options.pas
|
IDE: In project application options use KeepOriginWhenClipped for icon. Issue #29619, patch from Alexey Torgashin.
|
2016-02-09 20:59:24 +00:00 |
project_forms_options.lfm
|
|
|
project_forms_options.pas
|
IDE: Add hints to project forms options frame. Issue #28205, patch from Alexey Torgashin.
|
2015-05-29 09:04:18 +00:00 |
project_i18n_options.lfm
|
IDE: Add ability to exclude components from i18n by identifier or original text:
|
2016-02-10 22:46:00 +00:00 |
project_i18n_options.pas
|
IDE: clean up deprecated
|
2016-10-17 13:35:07 +00:00 |
project_lazdoc_options.lfm
|
IDE: Use DirectoryEdit in Project FPDoc options. Issue #28198, patch from Alexey Torgashin
|
2015-05-29 09:04:15 +00:00 |
project_lazdoc_options.pas
|
IDE: Use DirectoryEdit in Project FPDoc options. Issue #28198, patch from Alexey Torgashin
|
2015-05-29 09:04:15 +00:00 |
project_misc_options.lfm
|
|
|
project_misc_options.pas
|
IDE: clean up
|
2015-03-10 13:17:19 +00:00 |
project_resources_options.lfm
|
|
|
project_resources_options.pas
|
IDE: clean up deprecated
|
2016-10-17 13:35:07 +00:00 |
project_save_options.lfm
|
|
|
project_save_options.pas
|
IDE: clean up
|
2015-03-10 13:17:19 +00:00 |
project_versioninfo_options.lfm
|
IDE: ThumbTracking for Scrollbar in ProjectVersioninfoOptions. Issue #28254, patch from Alexey Torgashin.
|
2015-06-08 16:11:00 +00:00 |
project_versioninfo_options.pas
|
IDE: fixed Version Info dialog stringgrid title i18n and made some fixes/improvements to Russian translation, bug #28251
|
2015-06-08 23:44:23 +00:00 |
window_options.lfm
|
IDE: Shorten a long variable name.
|
2015-06-23 10:41:54 +00:00 |
window_options.pas
|
IDE: Improve saving Anchordocking settings. Issue #28704, patch from Ondrej Pokorny.
|
2015-09-29 18:05:38 +00:00 |