Martin
|
00628a8d26
|
SynEdit: "Marks-gutter, use all columns before ..." / limit repeated icons Issue #40914
|
2024-04-20 21:59:10 +02:00 |
|
Martin
|
9fb7aaf3e8
|
SynEdit: Fix 2 columns with debug-lines "Marks-gutter, use all columns before ..." Issue #40914
|
2024-04-20 19:58:41 +02:00 |
|
ccrause
|
b73bed0fed
|
FpDebug: Handle partial overlap between breakpoint data and AData buffer. By CCrause. MR: !279
|
2024-04-20 17:04:27 +02:00 |
|
Martin
|
baef7180da
|
SynEdit: Marks-gutter, overlap/resize marks if not enough space. Issue #40914
|
2024-04-20 16:38:37 +02:00 |
|
Martin
|
8bcc164019
|
SynEdit: Marks-gutter, use all columns before icons get out of visible range. Issue #40914
|
2024-04-20 16:38:37 +02:00 |
|
Juha
|
f8a04256ff
|
IdePackager: Remove IDEMsgIntf dependency from PackageSystem.
|
2024-04-20 17:07:51 +03:00 |
|
Juha
|
83bb996e3c
|
IDE: Optimize checking UTF8 codepoint size in "Find in Files". Issue #40904, patch by n7800.
|
2024-04-20 16:01:00 +03:00 |
|
Juha
|
94e7abc281
|
LCL: Fix a deprecated message in LCLProcs.
|
2024-04-20 16:01:00 +03:00 |
|
Martin
|
7ec595fc3a
|
Merge branch 'xtensa-stack-registers' into 'main'
Xtensa - Store all registers read for current stack frame.
See merge request freepascal.org/lazarus/lazarus!280
|
2024-04-20 10:16:12 +00:00 |
|
ccrause
|
fc4f5ae329
|
Xtensa - Store all registers read for current stack frame.
|
2024-04-20 10:20:41 +02:00 |
|
Juha
|
fde93a7b25
|
LazBuild: Improve colored output. Issue #40878, patch by n7800.
|
2024-04-20 08:21:31 +03:00 |
|
Juha
|
9a7cc24259
|
LazBuild: Remove dependency for LCL Forms.
|
2024-04-20 07:13:31 +03:00 |
|
Juha
|
1c6eae3cea
|
StartLazarus: Fix after earlier refactoring. PackageDefs somehow requires cthreads.
|
2024-04-20 06:30:17 +03:00 |
|
Martin
|
1ef3f33ccc
|
IdeDebugger: add space in caption
|
2024-04-19 19:50:45 +02:00 |
|
Martin
|
a443dd7f2f
|
IdeDebugger: add some missing event in DisplayformatFrame
|
2024-04-19 17:30:08 +02:00 |
|
Martin
|
3f2ccce591
|
IdeDebugger: Displayformat defaults for enum-identifier
|
2024-04-19 17:30:08 +02:00 |
|
Maxim Ganetsky
|
f167f7fba2
|
IDEDebugger: updated Russian translation
|
2024-04-19 18:15:33 +03:00 |
|
Martin
|
00e2561915
|
IdeDebugger: missing file / add Valueformatter CharArrayToString / display an array of char as a string / StopAtNull
|
2024-04-18 22:26:30 +02:00 |
|
Martin
|
3ae19dfa25
|
IdeDebugger: add Valueformatter CharArrayToString / display an array of char as a string / StopAtNull
|
2024-04-18 22:11:00 +02:00 |
|
Martin
|
bbdfea8977
|
IdeDebugger: add Valueformatter CharArrayToString / display an array of char as a string
|
2024-04-18 20:05:35 +02:00 |
|
Martin
|
5300c27ba2
|
IdeDebugger: add nest-lvl filter to Valueformatter
|
2024-04-18 17:56:02 +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 |
|
Martin
|
1eae051544
|
IdeDebugger: add value formatter to Inspect/Eval
|
2024-04-18 14:32:31 +02:00 |
|
Martin
|
442dfce7a8
|
IdeDebugger: add ValueFormatter to watch properties
|
2024-04-18 14:32:31 +02:00 |
|
Martin
|
b7d9762602
|
IdeDebugger: Cleanup BackendConverterConfig / show project values in inspect/eval toolbar
|
2024-04-18 14:32:15 +02:00 |
|
Martin
|
de647d272f
|
IdeDebugger: Clean up BackendConverterConfig, naming / duplicate functions
|
2024-04-18 14:32:10 +02:00 |
|
Martin
|
45a81daef9
|
IdeDebugger: Use ValueFormatter for nested values
|
2024-04-18 14:32:09 +02:00 |
|
Juha
|
fdc1806f53
|
IdePackager: Remove IDEOptEditorIntf dependency from PackageSystem.
|
2024-04-18 13:29:35 +03:00 |
|
Juha
|
76ece6197b
|
IdePackager: Remove IDEDialogs dependency from PackageSystem.
|
2024-04-18 11:59:21 +03:00 |
|
wp_xyz
|
02d8ea0bde
|
TAChart: Add filter to axis click hit tests.
|
2024-04-18 10:16:35 +02:00 |
|
dsiders
|
76c40f6761
|
Docs: LCL/grids. Updates TCustomGrid.ShowCellHintWindow topic for changes in e9425e93 .
|
2024-04-17 19:25:11 +01:00 |
|
wp_xyz
|
de3376efef
|
IDE/Component palette editor: Make sure that "Restore defaults" is always visible. Issue #40911
|
2024-04-17 18:57:49 +02:00 |
|
wp_xyz
|
e9425e930f
|
LCL/Grids: Fix TCustomGrid.ShowCellHintWindow to use screen coordinates for the hint window. Issue #40867, patch by Iluha Companets.
|
2024-04-17 18:06:01 +02:00 |
|
Bart
|
1f7accb9e2
|
Fix missing Raise before Exception.Create. Issue ##40860. Patch by n7800.
|
2024-04-17 13:29:00 +02:00 |
|
DomingoGP
|
a2cee5287b
|
Jedi code format: avoid warning include file not found for {$I+} {$I-}
|
2024-04-16 19:41:06 +02:00 |
|
dsiders
|
d2d921d2d6
|
Docs: LCL/comboex. Updates the TCustomComboBoxEx.DrawItem topic for changes in
755dea7b .
|
2024-04-16 17:01:33 +01:00 |
|
Martin
|
bf823abbb9
|
SynEdit: Sql highlighter add "union" for mysql. Issue #40908
|
2024-04-16 16:58:23 +02:00 |
|
Martin
|
07c0f26341
|
SynEdit: Sql highlighter add group_concat for mysql. Issue #40887
|
2024-04-16 14:32:48 +02:00 |
|
Martin
|
84bde0d39e
|
IDE: Improve speed on 6b1edee566 "UTF8 character handling with upper/lower size mismatch. Issue #40904"
|
2024-04-16 13:42:56 +02:00 |
|
Martin
|
be4d6c3bcc
|
IdeDebugger: refactor (Global)ValueFormatterSelectorList / (Global)ValueConverterSelectorList / DisplayFormat changed notify
|
2024-04-16 13:38:24 +02:00 |
|
Martin
|
41ffb45cda
|
IdeDebugger: rename "ValueFormatResolver" to "DisplayFormatResolver"
|
2024-04-16 13:38:03 +02:00 |
|
wp_xyz
|
755dea7b4d
|
LCL/TComboboxEx: Draw scaled icons. Issue #40905, patch by foxpas.
|
2024-04-16 11:15:23 +02:00 |
|
Juha
|
3ad25b1afc
|
Move 2 functions from IdeDialogs (IdeIntf) to LazMsgWorker (BuildIntf). Leave wrapper functions.
|
2024-04-16 12:13:33 +03:00 |
|
Juha
|
9297d3f760
|
Move 2 functions from DialogProcs to SourceFileManager.
|
2024-04-16 12:13:32 +03:00 |
|
Martin
|
f3d1f63432
|
SynEdit: fix wrong right-gutter pos, if scrollbars were changed during handle creation / reduce some double calculation during resize
|
2024-04-15 16:39:09 +02:00 |
|
Martin
|
3d50451e87
|
SynEdit: remove check for unnecessary calls to "DoOnResize". The check was wrong, e.g. if the Handle/Window was recreated, old/outdate values where used. Most likely the cause for issue #40241
|
2024-04-15 16:39:09 +02:00 |
|
Juha
|
c971eaaa76
|
Designer: Fix popup menu position. Issue #40807.
|
2024-04-15 12:05:38 +03:00 |
|
Juha
|
6b1edee566
|
IDE, FindInFiles: Improve UTF8 character handling with upper/lower size mismatch. Issue #40904, patch by n7800.
|
2024-04-15 11:37:41 +03:00 |
|
Juha
|
695e84d46d
|
Codetools: Fix tab order and set ActiveControl in DeclareVarDialog. From n7800.
|
2024-04-14 23:56:54 +03:00 |
|