Commit Graph

70302 Commits

Author SHA1 Message Date
Martin
cf948b040d SynEdit: Added align-option to auto-string continue on line-break. Issue #23886 2025-03-07 01:01:25 +01:00
Maxim Ganetsky
c2db8906a2 IDE: regenerated translations and updated Russian translation 2025-03-06 22:57:31 +03:00
Maxim Ganetsky
91b037de63 IDE: improved captions of column-block related keymappings 2025-03-06 22:57:30 +03:00
zeljan1
b854217dd0 Gtk3: improved TGtk3CustomControl scrolling and sizing. 2025-03-06 20:54:54 +01:00
Juha
ca96e32a3c IDE: Make sure the renamed (LowerCase) project files are found. Issue #10370. 2025-03-06 20:55:39 +02:00
wp_xyz
487ab660e1 TAChart: Split the demos contained in the "axis" demo project into separate frames. 2025-03-06 19:29:45 +01:00
Martin
277a8f0a31 IDE, SynEdit: Add column-selection-shift (shift inside selection only) Issue #40978 2025-03-06 18:06:18 +01:00
Maxim Ganetsky
1451c33dd9 IDE: regenerated translations and updated Russian translation 2025-03-06 19:57:03 +03:00
Martin
a66269e8bb SynEdit: fix single-line (mode=smLine) selection was not restored by undo (e.g. after undo after indent). Related to issue #29591 2025-03-06 17:50:58 +01:00
Juha
a3f095480f LCL: Figure out an unused name for a new Notebook page. Issue #36957. 2025-03-06 17:17:26 +02:00
Juha
eff9f6981c LazControls: Do not expand/collapse nodes uselessly. Issues #41454,#41455. 2025-03-06 12:53:58 +02:00
Michaël Van Canneyt
f95b262013 * Also accept *.fmx as form file extension (Firemonkey form files) 2025-03-06 10:22:03 +01:00
zeljan1
5a59ce23e7 Gtk3: fixed wrong assignment of TScrollBar params. 2025-03-06 10:09:33 +01:00
Martin
6aab34b3e2 SynEdit: move some helper to LazEdit 2025-03-05 23:41:35 +01:00
Martin
2ef9a0607c SynEdit: fix SyncroEdit for chars with different upper/lower length. Issue #41446 2025-03-05 23:38:11 +01:00
wp_xyz
30b3480649 Examples: Add and fix metadata of recently added sample projects. 2025-03-05 22:34:53 +01:00
Maxim Ganetsky
83bb987de7 Merge branch 'IdeConfig/GetSkipCheckByKey' into 'main'
IdeConfig: Always check the skcAll key in GetSkipCheckByKey function

See merge request freepascal.org/lazarus/lazarus!446
2025-03-05 22:40:24 +03:00
Martin
b33513dac3 IDE, Debugger: make toolbars in debug-dialogs wrap-able 2025-03-05 20:20:14 +01:00
Juha
803ce231ce LCL/LazControls: Update Button.Enabled state of FilterEdit component when it is loaded. Issue #41321. 2025-03-05 21:10:56 +02:00
Juha
d6c7371e1f LazControls: Fix design time issues in FilterEdit controls. Issue #41321. 2025-03-05 21:10:56 +02:00
n7800
2ad1f33b7d IdeConfig: Refactoring GetSkipCheckByKey function 2025-03-05 22:08:35 +03:00
n7800
971885c68a IdeConfig: Always check the skcAll key in GetSkipCheckByKey function 2025-03-05 22:08:35 +03:00
Aruna Hewapathirane
20d924570a LCL: Added Sinhala (Sri Lanka) translation, merge request !444 2025-03-05 19:02:24 +03:00
Maxim Ganetsky
27d1c12cec PoChecker: regenerated translations and updated Russian translation 2025-03-05 18:48:11 +03:00
Maxim Ganetsky
ee83ed8734 PoChecker: added support of Sinhala language 2025-03-05 18:47:41 +03:00
Maxim Ganetsky
585ec20c79 IDE/IDEUtils: regenerated translations and updated Russian translation 2025-03-05 18:46:08 +03:00
Maxim Ganetsky
e3394f7b36 IDE/IDEUtils: added support of Sinhala language 2025-03-05 18:44:46 +03:00
Juha
517925d781 Codetools: Prevent another error in identifier completion while defining a function. Issue #32972, patch by Włodzimierz Bień. 2025-03-05 13:39:52 +02:00
Juha Manninen
2232ccde07 Merge branch 'DoubtfulIndent' into 'main'
Correction of dubious indentation in the code

See merge request freepascal.org/lazarus/lazarus!442
2025-03-05 11:15:17 +00:00
Martin
e393919040 SynEdit: PasHighLighter, fix "record helper" in "mode objfpc" with modeswitches. 2025-03-05 11:42:39 +01:00
Martin
79938e1f39 SynEdit: hide complier message about "not inline" 3124 2025-03-05 11:42:38 +01:00
Martin
3643ab0c2c SynEdit: Refactor WordWrap 2025-03-05 11:42:38 +01:00
Martin
deb16e750d SynEdit: Refactor avl trees 2025-03-05 11:42:38 +01:00
Martin
29cfa37c37 SynEdit: Test, exclude reg-ex that fails in older fpc 3.2.0 2025-03-05 11:42:37 +01:00
n7800
19319bf7de Correction of dubious indentation in the code 2025-03-05 10:41:32 +00:00
Juha
847dee461c LHelp: Show only the original CHM file's title in a tab. Issue #41467. 2025-03-05 11:38:29 +02:00
Juha
44d89018ab LHelp: Change return type of function OpenURL to TLHelpResponse. Less typecasts. Formatting. 2025-03-05 10:42:31 +02:00
Martin
9f48130673 IDE: catch codetool error during source-completion paint. Issue #32972 2025-03-04 21:09:25 +01:00
dsiders
347c530198 Docs: LCL/comctrls. Updates the TCustomListView.SortWithParams topic for changes in 25e63201. 2025-03-04 12:22:27 -05:00
rich2014
25e632015e LCL: fix a bug in ListView introduced @0e0ef8c where the checked state was not restored correctly after sorting. 2025-03-04 22:01:35 +08:00
zeljan1
d73ca45293 Gtk3: improved calculation of content size of TScrollingWinControl. 2025-03-04 13:47:18 +01:00
zeljan1
7a4ede3fa4 Gtk3: proper resize of LCLGtkFixed inside SrollingWindow, also mouse offset is needed to make LCL happy. 2025-03-04 09:55:10 +01:00
zeljan1
8574b341e5 Gtk3: overrided GtkFixed so we can set minimum sizes. Will be used in scrollbox and similar. 2025-03-04 09:23:09 +01:00
Juha
9dd4b6a97e Codetools: Restore filtering a completion list in TIdentifierList.Add. Issue #32972. 2025-03-04 10:19:09 +02:00
Juha
6f6df5602b Codetools: Prevent error in identifier completion while defining a function. Issue #32972, patch by Włodzimierz Bień. 2025-03-03 22:56:28 +02:00
wp_xyz
cae8834e91 TAChart: area demo clean-up 2025-03-03 20:20:24 +01:00
wp_xyz
6292275696 TAChart: Add stateseries metadata file for examples window. 2025-03-03 20:19:39 +01:00
Juha
3db5d120a5 Codetools: Revert the identifier completion change. Issue #32972. 2025-03-03 20:57:22 +02:00
wp_xyz
c42495ffab TAChart: Split the two area demos off into separate frames. 2025-03-03 19:53:34 +01:00
Juha
5584457e13 Codetools: Prevent identifier completion while defining a function. Issue #32972, based on patch by Włodzimierz Bień. 2025-03-03 13:42:58 +02:00