Commit Graph

71006 Commits

Author SHA1 Message Date
n7800
9600246db4 Docs: LCL/controls. Updating FindChildControl function content 2025-06-25 01:13:49 +03:00
Maxim Ganetsky
fee838c3d4 IDE: regenerated translations 2025-06-25 01:10:15 +03:00
Maxim Ganetsky
e373c65dbf Codetools/Cody: regenerated translations and updated Russian translation 2025-06-25 01:09:23 +03:00
Maxim Ganetsky
7ebb935039 Merge branch 'IDE/PropEdit/Strings/CtrlEnter' into 'main'
IDE: Add [Ctrl+Enter] shortcut to "OK" button in "TStrings" property editor

See merge request freepascal.org/lazarus/lazarus!506
2025-06-24 23:17:31 +03:00
Maxim Ganetsky
31ce0772fa Merge branch 'Cody/Dictionary/FixDisplayCount' into 'main'
Cody/Dictionary: Corrected the exact number of items displayed

See merge request freepascal.org/lazarus/lazarus!502
2025-06-24 23:15:50 +03:00
Maxim Ganetsky
a878c16ee6 Merge branch 'Cody/Dictionary/MaxItemsOption' into 'main'
Cody/Dictionary: Option for the maximum number of identifiers in the list

See merge request freepascal.org/lazarus/lazarus!503
2025-06-24 23:14:49 +03:00
n7800
09646d2f39 IDE: Add [Ctrl+Enter] shortcut to "OK" button in "TStrings" property editor 2025-06-24 22:45:08 +03:00
Martin
176a168010 LCL: Fix BidiMode for ChildSizing (correct alignment for crsAnchorAligning or non-fitting oversized content). Issue #28483
Reverts f0c35a35282c2c32d2374e42cbadfe82d3c80a97 which prevented a resize-loop / Childsizing has been partly rewritten since).
2025-06-24 21:45:05 +02:00
Martin
a13c86d979 SynEdit: ScanRanges, make sure all line-change notifications have been send before scanning and markup. 2025-06-24 21:45:05 +02:00
Martin
38dd104393 SynEdit: clean up calculation of changed lines / get rid of extra invalidate line. 2025-06-24 21:45:05 +02:00
Martin
439768951a SynEdit: Refactor ScanRanges / Fix changed lines for ScanRanges (when outside PaintLock) 2025-06-24 21:45:04 +02:00
n7800
46440860a9 Cody/Dictionary: Option for the maximum number of identifiers in the list 2025-06-24 22:42:44 +03:00
Maxim Ganetsky
855b1803db Merge branch 'Cody/Dictionary/ContextPopup' into 'main'
Cody/Dictionary: Do not display popup menu if non-identifier is selected

See merge request freepascal.org/lazarus/lazarus!501
2025-06-24 22:41:36 +03:00
n7800
58dece93f7 Cody/Dictionary: Corrected the exact number of items displayed 2025-06-24 22:39:32 +03:00
n7800
e240a8897b Cody/Dictionary: Add resource strings for context menu items 2025-06-24 22:34:29 +03:00
n7800
1e1a6a44e7 Cody/Dictionary: Do not display popup menu if non-identifier is selected 2025-06-24 22:34:29 +03:00
Maxim Ganetsky
5e16f81833 Merge branch 'IDE/Help/HelpButton' into 'main'
IDE/Help: Automatically assign shortcut hints to help buttons in windows

See merge request freepascal.org/lazarus/lazarus!505
2025-06-24 22:32:36 +03:00
n7800
569e3484fe IDE: Clearing unnecessary help button hints 2025-06-24 22:31:46 +05:00
n7800
f2e991aa05 IDE/Help: Automatically assign shortcut hints to help buttons in windows 2025-06-24 22:31:45 +05:00
mattias
2f35bfbe90 debuggerintf: added fcl-proc331 to unitpath 2025-06-24 14:03:54 +02:00
mattias
1e821d7110 debuggerintf: added fcl-process331 to unitpath for fpc 3.2.* 2025-06-24 13:53:09 +02:00
mattias
4340cbf363 codetools: redo check if directory cache filename is expanded 2025-06-24 13:41:05 +02:00
mattias
099b2fac38 codetools: added virtualtreeview to default lazarus ide unit path 2025-06-24 13:36:00 +02:00
mattias
1c71967f08 ide: less hints 2025-06-24 11:45:06 +02:00
Mattias Gaertner
7e8d72a5f0 Merge branch 'IDE/Help/HelpButton' into 'main'
IDE/Help: Automatically assign a handler to help buttons in windows

See merge request freepascal.org/lazarus/lazarus!500
2025-06-23 08:59:43 +00:00
n7800
1e6e4f9076 CharacterMap: Cleaning up unnecessary help button code 2025-06-22 23:00:32 +03:00
n7800
9b1ee107db IdeDebugger: Cleaning up unnecessary help button code 2025-06-22 23:00:32 +03:00
n7800
713b6afa8f Converter: Cleaning up unnecessary help button code 2025-06-22 23:00:32 +03:00
n7800
975c46a7fa Packager: Cleaning up unnecessary help button code 2025-06-22 23:00:32 +03:00
n7800
9fcc2caf10 IDE: Cleaning up unnecessary help button code 2025-06-22 23:00:32 +03:00
n7800
ece10813a8 IDE/Help: Call CreateOftenUsedForms after assigning IDE handlers 2025-06-22 23:00:32 +03:00
n7800
1bb846c171 IDE/Help: Automatically assign a handler to help buttons in windows 2025-06-22 23:00:32 +03:00
n7800
3265bd28bd IDE/Help: Add a handler for the help button click event in TBaseHelpManager 2025-06-22 23:00:32 +03:00
Martin
c604946f42 LCL: Reduce TListView flicker with Begin/EndUpdate. Removes SW_HIDE/SW_SHOW of the entire window. On XP adds WM_SETREDRAW for the header. Issue #41720 2025-06-22 19:36:31 +02:00
Martin
7f0a0f7ea6 FpDebug: Fix attaching to a process, if the project does not provide the filename of the (host) executable. Issue #41201 2025-06-22 15:31:05 +02:00
Martin
fd1d22521f IDE: Special line highlight, if colors for a "special reason" (E.g. breakpoint) are not enabled, then continue search for other special reasons. (Or keep "current line" colors visible). Issue #41691 2025-06-22 13:39:14 +02:00
Martin
bced136d21 IDE: removed old unused colors on TSourceMark. IDE is now using aha "additional highlighter attribute" settings 2025-06-22 13:26:19 +02:00
Juha
95eaa30d4e IDE, CodeHelp: Initialize a variable. Issue #14384. 2025-06-21 18:22:45 +03:00
Mattias Gaertner
f99b581e24 Merge branch 'Cody/Dictionary/Refac' into 'main'
Cody/Dictionary: Refactoring

See merge request freepascal.org/lazarus/lazarus!497
2025-06-21 07:40:12 +00:00
Mattias Gaertner
65618d9708 Merge branch 'Cody/Dictionary/DblClick' into 'main'
Cody/Dictionary: Ability to select identifier by double click

See merge request freepascal.org/lazarus/lazarus!498
2025-06-21 07:35:26 +00:00
Mattias Gaertner
cf037cd6df Merge branch 'Cody/Dictionary/KeyDown' into 'main'
Cody/Dictionary: Respect modifier keys and stop passing keystroke processing

See merge request freepascal.org/lazarus/lazarus!499
2025-06-21 07:33:31 +00:00
Maxim Ganetsky
a4b6cc0eac Merge branch 'Cody/Dictionary/SaveLayout' into 'main'
Cody/Dictionary: Remember window layout

See merge request freepascal.org/lazarus/lazarus!496
2025-06-20 23:18:25 +03:00
Maxim Ganetsky
2205623552 Merge branch 'IDE/NewProjDlg/SaveLayout' into 'main'
IDE/NewProjectDlg: Remember window layout

See merge request freepascal.org/lazarus/lazarus!495
2025-06-20 23:14:47 +03:00
n7800
30c41494e8 Cody/Dictionary: Remember window layout 2025-06-20 22:45:59 +03:00
n7800
b6c56372d2 IDE/NewProjectDlg: Remember window layout 2025-06-20 22:43:47 +03:00
n7800
caebf3502a Cody/Dictionary: Respect modifier keys and stop passing keystroke processing 2025-06-20 17:53:25 +05:00
n7800
340dbd2080 Cody/Dictionary: Ability to select identifier by double click 2025-06-20 15:11:55 +05:00
Michaël Van Canneyt
3d540e424d * Fast unit open package 2025-06-20 11:23:06 +02:00
n7800
12698b8db6 Cody/Dictionary: Minor refactoring 2025-06-20 12:20:50 +05:00
n7800
56889eac78 Cody/Dictionary: Using constants in code 2025-06-20 12:20:49 +05:00