Commit Graph

69121 Commits

Author SHA1 Message Date
n7800
0cc7727429 IDE/Options: Improved color name for text selection in color scheme 2024-10-29 20:11:38 +05:00
rich2014
a29409bdad Cocoa: simplify popup menu tracking mechanism in TCustomComboBox (TCocoaReadOnlyComboBox) 2024-10-29 22:59:08 +08:00
Maxim Ganetsky
5a27e690f1 IDE: German translation update by Roland Hahn 2024-10-29 16:07:43 +03:00
DomingoGP
5db320a961 Jedi code format: better version info for command line tool. 2024-10-29 10:29:02 +01:00
Michaël Van Canneyt
41e0703552 * Settings to skip mysql version check 2024-10-28 22:24:11 +01:00
dsiders
8770993482 Docs: LCL/grids. Updates TCustomGrid.ExtendedSelect topic for changes in 602375a8. Issue #41084.
* Minor correction to word choice in TCustomGrid.FastEditing remarks.
2024-10-28 21:54:40 +01:00
Maxim Ganetsky
d4ab57fa3a LazReport: updated Russian translation 2024-10-28 19:16:04 +03:00
Maxim Ganetsky
6b81298251 JCF2: updated Russian translation 2024-10-28 19:16:04 +03:00
Maxim Ganetsky
05d3bb7c29 IDE: regenerated translations and updated Russian translation 2024-10-28 19:16:04 +03:00
Maxim Ganetsky
0b46fd2f3a IDE: improved captions of IDE title settings 2024-10-28 19:16:04 +03:00
rich2014
21803721f8 Cocoa: in TCustomComboBox (TCocoaReadOnlyComboBox) with OwnerDraw, fix the issue that popupButton are covered 2024-10-28 23:55:46 +08:00
rich2014
3b1a924a6d Cocoa: fix the width of the drop-down menu is not updated after the size of TCustomComboBox (TCocoaReadOnlyComboBox) is dynamically updated 2024-10-28 22:57:07 +08:00
Martin
59f5c61e2e IDE: Custom IDE title, changed storage default value 2024-10-28 15:49:35 +01:00
Martin
2de900cb00 IDE: Custom IDE title, added preview 2024-10-28 14:11:05 +01:00
Martin
b83d624eee IDE: Custom IDE title, added preview 2024-10-28 14:07:55 +01:00
Martin
01d301d685 IDE: Custom IDE title, skip interactive macros 2024-10-28 13:42:21 +01:00
Martin
0327410ec6 IDE: Custom IDE title, remove separate task-bar-button-caption 2024-10-28 13:06:29 +01:00
Ondrej Pokorny
4bd60bf2b5 RunParamsOpts dialog: allow negative values for console window position - they are valid in a multi monitor environment where a secondary monitor is left or above the main monitor
fix tab orders as well
2024-10-28 10:55:47 +01:00
DomingoGP
1db5f4272e Jedi code format: add support for "Whitesmiths" format style. 2024-10-28 10:44:55 +01:00
Jesus Reyes A
01c4f3588d LazReport: Implements CRLF script function, patch by Maxim Ganetsky and João Cezar Tissot, issue #41089 2024-10-27 22:25:38 -06:00
Jesus Reyes A
602375a803 LCL, TDrawGrid: Fix ExtendedSelect property is not saved, Patch by Sebastian Hütter, issue #41084 2024-10-27 19:48:59 -06:00
Maxim Ganetsky
c03ed0b963 IDE: improved Russian translation 2024-10-27 17:06:59 +03:00
Maxim Ganetsky
9653546873 JCF2: updated Russian translation 2024-10-27 16:35:30 +03:00
Maxim Ganetsky
e7cee39fc3 JCF2: added missing i18n assignment 2024-10-27 16:35:03 +03:00
Maxim Ganetsky
9765ab59cf IDE: regenerated translations and updated Russian translation 2024-10-27 16:14:07 +03:00
Maxim Ganetsky
44e8349f9a IDE: removed "Cancel" button (does not make any difference with "No" in logic) in revert confirmation, improved newly added captions 2024-10-27 16:08:08 +03:00
Maxim Ganetsky
7208ff44ae IDE: fixed typos in captions of some keymap commands 2024-10-27 16:06:04 +03:00
Maxim Ganetsky
11ff47b474 Icons_to_html: regenerated translations and updated Russian translation and German (which was provided by Roland Hahn) 2024-10-27 14:39:33 +03:00
Maxim Ganetsky
d11f653783 Icons_to_html: replaced some SpeedButtons with ToolBar/ToolButtons, patch by Roland Hahn 2024-10-27 14:38:18 +03:00
Juha
7123dc549d Merge branch 'lazarus-IDE/ToolbarsShortCuts' 2024-10-27 13:00:27 +02:00
Juha
89326ffaa2 IDE: Cleanup of resourcestrings. 2024-10-27 12:36:03 +02:00
n7800
9de423baed IDE: Refactoring the KeyValuesToCaptionStr function of the IdeCommands unit 2024-10-27 12:33:55 +02:00
n7800
b33ae45ea6 IDE: Fix display of hints in the mainbar and editor toolbar for shortcuts with a sequence of keystrokes 2024-10-27 12:33:55 +02:00
Juha Manninen
59d514db44 Merge branch 'IDE/Menu/File/Revert' into 'main'
IDE: Prompt for confirmation before executing "Revert" command in "File" menu

See merge request freepascal.org/lazarus/lazarus!362
2024-10-27 10:23:17 +00:00
n7800
dd811896b8 IDE: Prompt for confirmation before executing "Revert" command in "File" menu 2024-10-27 09:29:39 +00:00
n7800
ec38875d68 IDE/Desktops: Allow the desktops manager to switch to the active window layout to restore it. Issue #41208 2024-10-27 11:00:50 +02:00
Juha
d7d76e620f IDE: Obey key combination for Stop button. Issue #41198, by n7800. 2024-10-27 10:39:10 +02:00
n7800
48c8d4455b IDE: Disable "Compile many modes" command of "Run" menu during build. Issue #41198 2024-10-27 10:24:19 +02:00
n7800
04759c056d IDE: Disable "Change build mode" button on coolbar during build. Issue #40909 2024-10-27 10:21:25 +02:00
Martin
c3c7999e20 FpDebug: more asm fixes / Issue #41204 by Red_prig (Pavel) 2024-10-26 22:43:31 +02:00
DomingoGP
a68ddcaaf6 Jedi code format: more options to indent labels (goto label). 2024-10-26 17:11:50 +02:00
Martin
81f3140a4b IDE, Editor Macro Pascal: fix switching between macros, broken in c77c71b54e 2024-10-26 14:39:37 +02:00
rich2014
f72113b9f4 IDE: update lazaruside.zh_CN.po 2024-10-26 19:40:11 +08:00
rich2014
9c594297c5 IDE: improve i18n for Modern Form Style Tool Bar 2024-10-26 19:39:22 +08:00
mattias
cf9e640f1b mac env options: added fpc source dir 2024-10-25 21:38:21 +02:00
mattias
6aa633b9c9 lcl: updated makefile 2024-10-25 19:59:10 +02:00
rich2014
6a05a53978 IDE: i18n for Modern Form Style Tool Bar 2024-10-25 23:23:20 +08:00
Maxim Ganetsky
70d318be0c Icons_to_html: regenerated translations and updated Russian translation 2024-10-25 15:54:02 +03:00
Maxim Ganetsky
402c1e6dea Icons_to_html: adjusted resource strings to unify terminology with other IDE parts and avoid platform-specific lineendings 2024-10-25 15:54:02 +03:00
Maxim Ganetsky
46b404c130 Icons_to_html: enable hint for "Close" button 2024-10-25 15:54:02 +03:00