Martin
dc7e7aa6ca
LCL: Refactor Childsizing, split TAutoSizeBox into classes for table, row and cell
2025-06-25 18:26:20 +02:00
rich2014
c5c40fa8ed
Cocoa: fix Control Key issue in Button and CustomControl
...
1. it may cause a crash when pressing the Button with the Space Key to close the Form
2. ESC and RETURN may be lost in CustomControl (such as TreeView)
2025-06-25 23:52:59 +08:00
mattias
2504c0fce0
codetools: find references: search simple function Result references
2025-06-25 17:51:59 +02:00
Maxim Ganetsky
977f3e8331
Merge branch 'Cody/Dictionary/MaxItemsOption' into 'main'
...
Cody/Dictionary: Fixed the tab order in the options frame
See merge request freepascal.org/lazarus/lazarus!507
2025-06-25 16:28:48 +03:00
n7800
2ef0656cc0
Cody/Dictionary: Fixed the tab order in the options frame
2025-06-25 16:22:01 +03:00
mattias
cbefa133c9
codetools: gather identifiers: skip compilerproc
2025-06-25 14:57:32 +02:00
Martin
a2c8248bc3
LCL, Test: Test BidiMode for ChildSizing (correct alignment for crsAnchorAligning ). Issue #28483
2025-06-25 11:49:32 +02:00
Juha
940adefb9d
IDE, ToDoList: Prevent a crash in FindUnitsOfOwner when a unit does not exist. Issue #41709 .
2025-06-25 12:24:13 +03:00
Don Siders
23df8021c1
Merge branch 'LCL/FindChildControl/Docs' into 'main'
...
Docs: LCL/controls. Updating FindChildControl function content
See merge request freepascal.org/lazarus/lazarus!504
2025-06-24 19:14:40 -04:00
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