Commit Graph

1463 Commits

Author SHA1 Message Date
Martin
ccd36eba7f IdeDebugger: Watches/Evaluate-Dlg, improve multi-line formatting of values. Configurable depth for line-wrapping. 2024-05-11 12:58:08 +02:00
Martin
f01a0c056d IdeDebugger: Display-format, no leading zeros for addresses. 2024-05-11 12:58:07 +02:00
Juha
e969070031 IDE: Remove the File > 'Close All' feature. It was neither intuitive nor very useful. 2024-04-28 10:17:39 +03:00
Martin
85652d22ca IdeDebugger: ValueFormatter "Ordinal to name" 2024-04-28 00:10:03 +02:00
Maxim Ganetsky
d68ed7f5d7 IDEIntf: regenerated translations and updated Russian translation 2024-04-26 16:57:25 +03:00
wp_xyz
30046f3bba IDE/ImagelistEditor: Add button to paste image from clipboard. 2024-04-25 16:37:53 +02:00
Martin
fcaca1fe6a IdeDebugger: ValueFormatter "Custom Displayformat" 2024-04-22 21:23:10 +02:00
Juha
f8a04256ff IdePackager: Remove IDEMsgIntf dependency from PackageSystem. 2024-04-20 17:07:51 +03:00
Martin
3f2ccce591 IdeDebugger: Displayformat defaults for enum-identifier 2024-04-19 17:30:08 +02:00
Martin
e1a58d379a IdeDebugger: add SupportedDataKinds to Valueformatter for quicker filter 2024-04-18 15:59:44 +02:00
Martin
a31c9b11d7 IdeDebugger: remove DisplayFormat-filter from Valueformatter. (value formatter can now be disabled in watch properties) 2024-04-18 15:42:54 +02:00
Juha
fdc1806f53 IdePackager: Remove IDEOptEditorIntf dependency from PackageSystem. 2024-04-18 13:29:35 +03:00
Juha
3ad25b1afc Move 2 functions from IdeDialogs (IdeIntf) to LazMsgWorker (BuildIntf). Leave wrapper functions. 2024-04-16 12:13:33 +03:00
Juha
ca71aeb4e4 Move CreateFirstIdentifier, CreateNextIdentifier and MergeSort from LCLProc to LazUtilities. 2024-04-08 16:32:07 +03:00
Martin
a8651246a0 Debugger: Improve new Displayformats. Redo layout of watch properties 2024-04-06 17:38:17 +02:00
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