Bart
db6ed214b9
Fix several occurrences of raise exception('some string'), in effect casting a string into an exception, instead of raise exception.create(). Issue #40860 . Patch by n7800 (slightly modified).
2024-03-23 23:16:38 +01:00
marcos-ebm
d3f23af47c
Translations: Brazilian Portuguese translation update, merge request !275
2024-03-19 20:43:30 +03:00
Maxim Ganetsky
decd3881c4
IDEIntf: regenerated translations and updated Russian translation
2024-03-19 19:10:35 +03:00
wp_xyz
5621ec7af3
IDE/LCL: Prevent using the TListItems component editor when the associated listview is in virtual mode. https://forum.lazarus.freepascal.org/index.php/topic,66660.0.html , patch by dsiders.
2024-03-18 21:07:15 +01:00
Juha
1a2b394941
Remove IdeIntf dependency from unit PackageDefs.
2024-03-15 11:52:35 +02:00
Juha
3ec140e266
Move unit ComponentReg from IdeIntf to BuildIntf.
2024-03-15 10:40:41 +02:00
Juha
2c7e959e62
IdeIntf: Remove LCL dependency from unit ComponentReg. Adjust TRegisteredComponent method visibility.
2024-03-15 10:40:40 +02:00
Martin
46516b161f
SynEdit: Extend Syncro edit, key-combo for case/context sensitivity Issue #40808 / key-combo to add/change/remove cells
2024-03-13 21:55:31 +01:00
Juha
a6a98c4327
IdeIntf: In TCompPaletteUserOrder.SortPagesAndCompsUserOrder turn a for loop into a while loop. Items can be deleted.
2024-03-09 10:20:10 +02:00
Juha
0aa083ac3f
IdeIntf: Cleanup.
2024-03-08 23:06:32 +02:00
Juha
790df77a21
IDE,IdeIntf: Simplify code passing keys from Designer to OI. Debug why works wrong with GT5. Issue #10155 .
2024-03-08 09:59:35 +02:00
mattias
feef357f72
ideintf: less hints
2024-03-05 15:38:14 +01:00
Martin
68174a162e
Debugger: Add default config for WatchDisplayFormat (Locals, Watches, Hint, ...)
2024-03-01 17:54:59 +01:00
Martin
3149c5261f
Debugger: New DisplayFormat for Watches
2024-02-28 18:49:19 +01:00
Martin
8117ca5a5d
LazDebugger: Remove TWatchDisplayFormat from debugger backends.
2024-02-28 00:52:45 +01:00
Maxim Ganetsky
2f4ead8848
IDEIntf: updated Russian translation
2024-02-28 02:45:29 +03:00
Juha
8e1fc0cf60
IDE: Fix component palette configuration when a component is installed or uninstalled after the user configuration.
2024-02-25 16:29:25 +02:00
wp_xyz
82784f13b1
LCL/IDE: Fix tab order in Treeview component editor
2024-02-24 01:24:05 +01:00
Maxim Ganetsky
02bc007955
IDEIntf: regenerated German translation
2024-02-24 02:53:30 +03:00
wp_xyz
c4e07b3619
LCL/IDE: Improvements of TTreeview component editor. Issue #40748 . Parts of patch by n7800.
2024-02-24 00:44:15 +01:00
wp_xyz
fd01caa9a2
LCL/IDE: Improved usability of TreeView component editor, patch "treeeditor_fixes" by n7800. Issue #40748 .
2024-02-22 00:00:50 +01:00
wp_xyz
805f05ea99
LCL/TreeView component editor: Fix typo in previous commit
2024-02-20 20:39:25 +01:00
wp_xyz
3da3224506
LCL: New layout for the TreeView component editor, issue #40748 , patches "4_treeeditor_toolbar" and "5_treeeditor_fix_modified" by n7800
2024-02-20 20:24:27 +01:00
wp_xyz
fc844f5fc1
LCL: New layout for the TreeView component editor, issue #40748 , patch "3_treeeditor_editing" by n7800
2024-02-20 18:39:18 +01:00
wp_xyz
43f05f787a
LCL: New layout for the TreeView component editor, issue #40748 , patch "2_treeeditor_cleanup" by n7800
2024-02-20 18:35:47 +01:00
wp_xyz
235fee3c1d
LCL: New layout for the TreeView component editor, issue #40748 , patch "1_treeeditor_formatting" by n7800
2024-02-20 18:26:29 +01:00
Maxim Ganetsky
abffe34f33
IDEIntf: regenerated translations and updated Russian translation
2024-02-18 22:08:37 +03:00
wp_xyz
448d584096
LCL: Add missing button hints to the TreeView component editor
2024-02-18 12:56:41 +01:00
wp_xyz
ac88bf7dbe
LCL: Improved Save/Open for TreeView component editor. Part of patch by n7800, submitted for issue #40748
2024-02-18 01:23:20 +01:00
wp_xyz
d21d97c82a
LCL: Use ButtonPanel in TreeView component editor. Enable keyboard shortcuts. Part of patch by n7800, submitted for issue #40748
2024-02-18 00:48:01 +01:00
wp_xyz
8c636b64e7
LCL: Improved handling of enabled/disabled controls in TreeView component editor. Part of patch by n7800, submitted for issue #40748
2024-02-18 00:04:09 +01:00
wp_xyz
c7ee48d7fa
LCL: Consistent names of the controls on the TreeView component editor form. Part of patch by n7800 (submitted for issue #40748 )
2024-02-17 23:38:55 +01:00
wp_xyz
361f0379c8
LCL: Fix colons in label captions in TreeView component editor.
2024-02-17 23:28:24 +01:00
wp_xyz
1339ae70e9
LCL: Use SpinEdit controls for ImageIndex selection in TreeView component editor. Issue #40748 . Part of patch by n7800
2024-02-17 23:10:26 +01:00
wp_xyz
e541a44115
Images: New and revised icons by Roland Hahn
2024-02-14 19:54:52 +01:00
wp_xyz
cad367e40a
TreeView/IDE: Rename treeview component editor icons to lower-case
2024-02-13 19:27:54 +01:00
wp_xyz
3c248e6539
TreeView/IDE: New icons for TreeView component editor, by Roland Hahn.
2024-02-13 19:18:05 +01:00
Martin
cbc532004b
Updated Makefiles
2024-02-10 21:34:12 +01:00
Martin
5892e97e99
IDE, Debugger: Value-Formatter
2024-02-10 20:57:59 +01:00
Juha
08c0f4865d
SynEdit, FpDebug, LazUtils, IdeIntf: Remove UTF8CompareLatinTextFast calls.
2024-02-09 01:20:35 +02:00
Juha
1e544fb5b9
Designer: Repaint after changing "BorderSpacing" in AnchorEditor or in OI. Issue #40746 , by n7800 and myself.
2024-02-03 11:10:03 +02:00
Maxim Ganetsky
149d8b2306
IDEIntf: updated Russian translation
2024-01-23 03:35:05 +03:00
Bart
c819e0ed2a
MaskEdit property editor: fix issue #40696 .
...
- load and save which sample file was loaded
- add ability to unload a sample file
2024-01-22 18:59:27 +01:00
Bart
daacf0bfe9
MaskEdit property editor: fix taborder after commit 310abc69
. Patch by Don Siders (slightly modified).
2024-01-21 11:48:04 +01:00
Maxim Ganetsky
afae7dfa87
IDEIntf: regenerated translations and updated Russian translation
2024-01-19 18:30:08 +03:00
Maxim Ganetsky
7cc9a03e30
IDEIntf: improved Input Mask Sample open dialog dialog i18n
2024-01-19 18:30:08 +03:00
Bart
554ea7ebb1
MaskEdit property editor: refactor loading EditMask Sample files and displaying them in he listbox.
...
- support Delhpi .dem files
- support new Lazarus .lem files (with a more forgiving syntax)
- minimize the calls to the parse function for sample files
2024-01-18 19:49:19 +01:00
Maxim Ganetsky
a2d346daf9
IDEIntf: regenerated translations and updated Russian translation
2024-01-18 02:52:06 +03:00
Maxim Ganetsky
30bf64e0ef
IDEIntf: improved Input Mask Editor dialog i18n
2024-01-18 02:50:28 +03:00
Bart
310abc6966
MaskEdit property editor: adapt for EnableSets.
2024-01-17 21:44:39 +01:00