Juha
|
e636177387
|
IDE: Fix UpdateTargetFilename when using a dotted project name. Improve variable names. Issue #41002, patch by WooBean007.
|
2024-06-27 16:23:19 +03:00 |
|
Juha
|
0cfbf5637b
|
IDE: Improve "Find Identifier reference". Issue #21254, patch by n7800.
|
2024-06-27 15:17:23 +03:00 |
|
Juha
|
8ad8d57c7b
|
IDE: Set Unit_Name for a new unit. Issue #41002, patch by WooBean007.
|
2024-06-27 10:46:45 +03:00 |
|
Ondrej Pokorny
|
83412e9a50
|
pseudoterminaldlg: support carrige return (overwrite last line)
|
2024-06-21 11:34:59 +02:00 |
|
rich2014
|
cbc8d8c685
|
IDE: fix the issue that ProjectInspector would be closed even if it was Docked when pressing ESCAPE
|
2024-06-20 21:33:20 +08:00 |
|
mattias
|
fa535070e5
|
ide: fixed name
|
2024-06-18 17:07:51 +02:00 |
|
Maxim Ganetsky
|
e6f2058ace
|
IDE: improved Editor Display Options page layout
|
2024-06-18 00:47:56 +03:00 |
|
Juha
|
8060c44b3c
|
IDE: Add a link in editor options for Codetools "Max Length" setting. Fix anchors. Issue #36213, patch by n7800.
|
2024-06-17 14:09:38 +03:00 |
|
Juha
|
1a84469a59
|
IDE: Open also Codetool options from the editor popup menu. Issue #24043, patch by n7800.
|
2024-06-17 12:34:17 +03:00 |
|
mattias
|
bd1bc6ebb5
|
ide: pass Project to NewFileDescriptor.Init
|
2024-06-12 09:21:16 +02:00 |
|
Juha
|
473cc20292
|
IDE: Fix "Find Identifier reference". Issue #21254, patch by n7800.
|
2024-06-11 13:04:21 +03:00 |
|
Juha
|
e8f2058ddd
|
IDE: Remove -Sy from default debug IDE build options. Issue #40973.
|
2024-06-11 11:55:59 +03:00 |
|
Maxim Ganetsky
|
db735501e4
|
IDE: improved i18n
|
2024-06-04 23:03:23 +03:00 |
|
Juha
|
a3ac0ccd82
|
IDE: Improve "All options" window, show compiler version in caption. Issue #40968, patch by n7800.
|
2024-06-01 09:59:49 +03:00 |
|
rich2014
|
3b03844e29
|
IDE: fix typo in e317890
|
2024-05-28 23:07:48 +08:00 |
|
rich2014
|
e3178901fb
|
IDE: simplify code related to macOS menu (base on 4df4532 )
|
2024-05-27 22:27:11 +08:00 |
|
zeljan1
|
2751fd6fe7
|
IDE: fixed build non win widgetsets under windows.
|
2024-05-25 14:04:42 +02:00 |
|
mattias
|
c7e5d8d441
|
codetools: fixed clearing include file link
|
2024-05-24 11:40:23 +02:00 |
|
rich2014
|
c07636816e
|
IDE: NormalizeLazExe() bug fixed (by @n7800)
|
2024-05-23 23:06:18 +08:00 |
|
Ondrej Pokorny
|
71526ba83e
|
Lazarus IDE: better comment about MainFormOnTaskBar := False, issue #39654
|
2024-05-23 11:16:30 +02:00 |
|
Ondrej Pokorny
|
5b97b0e993
|
Revert "Lazarus IDE: make MainFormOnTaskBar True, issue #39654"
This reverts commit 8de57d2e1c .
|
2024-05-23 11:16:30 +02:00 |
|
rich2014
|
8a26c661b8
|
IDE: secondary installation command hints fixed (issue #39296)
|
2024-05-22 20:32:48 +08:00 |
|
Ondrej Pokorny
|
6c0ae5a584
|
Lazarus New LCL project: default MainFormOnTaskBar to True, issue #39654
|
2024-05-22 09:23:08 +02:00 |
|
Ondrej Pokorny
|
8de57d2e1c
|
Lazarus IDE: make MainFormOnTaskBar True, issue #39654
|
2024-05-22 09:18:17 +02:00 |
|
rich2014
|
bb69320587
|
IDE: options, make sure the Selected Item is Visible in the CategoryTree
for example, shrink Options Dialog, select PreProcessor and close the Dialog, open it again.
|
2024-05-21 22:11:13 +08:00 |
|
Martin
|
bab6ed4c4b
|
Changed some modal result checks to honour cancellation as mrNo. See merge request !281 issue #40920
|
2024-05-20 02:35:01 +02:00 |
|
Maxim Ganetsky
|
5a7f3952aa
|
IDEDebugger: updated Russian translation
|
2024-05-13 01:39:41 +03:00 |
|
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 |
|
Martin
|
3e86112874
|
IdeDebugger: Reduce "all" tab of DisplayFormat settings
|
2024-05-11 12:58:07 +02:00 |
|
Martin
|
f951bf8afb
|
IdeDebugger: WordWrap for Evaluate/Watch-detail-pane
|
2024-05-10 11:51:58 +02:00 |
|
Martin
|
575c9dcef5
|
IdeDebugger: Improve performance of nested watch display. Check non-recursive values first. Issue #40944
|
2024-05-04 11:27:25 +02:00 |
|
Martin
|
e9eaf2e37f
|
IdeDebugger: Improve performance of nested watch display. Only check parents, if it makes a difference. Issue #40944
|
2024-05-04 11:08:49 +02:00 |
|
Martin
|
f1cd54dbdd
|
IdeDebugger: fix slow display of nested watch, due to recursive check O(2^n) Issue #40944
|
2024-05-04 10:40:44 +02:00 |
|
Juha
|
c3886cc814
|
IDE: Stop searching in the searchfrm when the IDE is closed. By n7800.
|
2024-04-30 11:06:11 +03:00 |
|
Martin
|
a56c978daa
|
IDE: options, restore buildmode to "Additions and overrides" page. Issue #40816 patch by n7800
|
2024-04-28 22:03:17 +02:00 |
|
Martin
|
60c85af016
|
IdeDebugger: ValueFormatter ord-to-name, parse new_ident = know_ident + 123
|
2024-04-28 21:54:38 +02:00 |
|
Maxim Ganetsky
|
17142eaf96
|
IDEDebugger: regenerated translations and updated Russian translation
|
2024-04-28 22:01:55 +03:00 |
|
Maxim Ganetsky
|
af28689f24
|
IDEDebugger: improved a caption
|
2024-04-28 22:00:55 +03:00 |
|
Martin
|
ca4e2cb5c5
|
Debugger/Project Settings: Fix updating when changing project / fix config frame (wrong warning hint)
|
2024-04-28 17:00:19 +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 |
|
Juha
|
4a4e67f531
|
IDE: Cleanup of Search Results View. Issue #40928, patch by n7800.
|
2024-04-28 09:20:07 +03:00 |
|
Juha
|
c74edf04a6
|
IDE: Cleanup of the searchfrm unit. Issue #40929, patch by n7800.
|
2024-04-28 09:14:47 +03:00 |
|
Juha
|
8d6b64698d
|
IDE: Simplify option flag management in FindInFiles. No need to remember numerical indexes. Issue #40915, patch by n7800.
|
2024-04-28 09:12:14 +03:00 |
|
Martin
|
85652d22ca
|
IdeDebugger: ValueFormatter "Ordinal to name"
|
2024-04-28 00:10:03 +02:00 |
|
Martin
|
ee125ebe32
|
IdeDebugger: Value-formatters, match expression/name
|
2024-04-27 18:56:30 +02:00 |
|
Maxim Ganetsky
|
fe9dbeb8a9
|
IDEDebugger: regenerated translations and updated Russian translation
|
2024-04-26 16:59:19 +03:00 |
|
Maxim Ganetsky
|
612d836c17
|
IDEDebugger: improved caption
|
2024-04-26 16:58:17 +03:00 |
|
Martin
|
f874fee43d
|
IdeDebugger: fix display enum watches with out of range value.
|
2024-04-26 11:54:27 +02:00 |
|
Juha
|
2b05839fba
|
LazBuild: Make the value for "--build-ide" parameter optional. "=" can be left out.
|
2024-04-26 00:59:26 +03:00 |
|