mattias
4c6ab6d4c0
docs: footer version 3.6
2024-09-29 10:15:55 +02:00
Juha
aa7962c50c
PackageTabs: Prevent a crash after 'Close all' of a sole tab. Issue #41139 .
2024-09-29 03:35:13 +03:00
Juha
f9c4b5d7d1
Replace deprecated LazIsValidIdent with IsValidIdent.
2024-09-29 02:21:32 +03:00
Martin
3aae5b8b86
IDE, SynEdit: fix memleak in option to have bookmarks restore the scroll pos. Issue #40912
2024-09-28 18:57:18 +02:00
Martin
166db6365e
FpDebug: Improve target-mem-read on Linux. Issue #41161 Patch by Alexander (Rouse_) Bagel
2024-09-28 18:56:56 +02:00
Martin
0d63ab6747
IDE, SourceEditor: Make the top-line-hint clickable, and scroll to the hint-line. Issue #40983
2024-09-28 17:17:31 +02:00
Martin
fb4c4ca214
IDE, SynEdit: fix memleak in option to have bookmarks restore the scroll pos. Issue #40912
2024-09-28 15:56:48 +02:00
Martin
0fff873d53
IDE, SynEdit: fix (do not let the IDE center the editor afterwards) option to have bookmarks restore the scroll pos. Issue #40912
2024-09-28 15:56:48 +02:00
Martin
a8b85cf2e7
IDE: Change resource string name, since purpose was altered / prevent accidentality using any outdated translation
2024-09-28 14:45:30 +02:00
Michaël Van Canneyt
0656b7e4fe
* Fix HTTP protocol
2024-09-28 13:09:05 +02:00
Michaël Van Canneyt
176a8e84ef
* Make sure we do not create a minimap twice.
2024-09-28 10:03:33 +02:00
Juha
7800ab6a1e
Codetools: Call CompareIdentifiers directly instead of CompareIdentifierPtrs.
2024-09-28 10:45:12 +03:00
Michaël Van Canneyt
781c5d0e77
* Notify of source editor config changes.
2024-09-28 09:46:24 +02:00
mattias
a742bab872
docs: xml: updated copyright year to 2024
2024-09-28 09:40:52 +02:00
Michaël Van Canneyt
987c5e9ae8
* Also create minimap when moving/cloning an editor
2024-09-28 09:24:19 +02:00
mattias
513caaefcb
idescout: camel case
2024-09-28 09:15:31 +02:00
Juha Manninen
1ddd36e5a0
Merge branch 'Designer/ChangeOrderType' into 'main'
...
Designer: Adding a type for the component reorder action
See merge request freepascal.org/lazarus/lazarus!329
2024-09-27 23:11:46 +00:00
Juha Manninen
6c6ecb741c
Merge branch 'Designer/ChangeOrderKeys' into 'main'
...
Designer: Fix direction of components reordering in default keymap
See merge request freepascal.org/lazarus/lazarus!330
2024-09-27 23:10:25 +00:00
Juha Manninen
7c77414c06
Merge branch 'LazBuild/ExpandMacros' into 'main'
...
LazBuild: Checking macro substitution in the "--get-expand-text" option and setting the return code
See merge request freepascal.org/lazarus/lazarus!338
2024-09-27 23:07:42 +00:00
n7800
6b83560e39
Designer: Adding a type for the component reorder action
2024-09-27 22:23:26 +00:00
n7800
ef5728818d
Designer: Fix direction of components reordering in default keymap
2024-09-27 22:20:06 +00:00
n7800
64a939ffc4
LazBuild: Checking macro substitution in the "--get-expand-text" option and setting the return code
2024-09-27 22:11:22 +00:00
n7800
30a7007a39
IdeConfig: Fixes for checking the result of macro substitution
2024-09-27 22:11:22 +00:00
Juha Manninen
c9abc17db6
Merge branch 'CodeTools/ControllerTypesInc' into 'main'
...
CodeTools: Move the constant array ControllerTypes into a separate include file
See merge request freepascal.org/lazarus/lazarus!340
2024-09-27 21:59:04 +00:00
n7800
47e4c54d48
Designer: Create a default event for a component when [Ctrl+Enter] is pressed
2024-09-28 00:56:37 +03:00
n7800
4819d35178
CodeTools: Move the constant array ControllerTypes into a separate include file
2024-09-27 21:51:29 +00:00
n7800
eba189ea8c
LazBuild: Allow --opt option to be specified multiple times to add compiler options
2024-09-28 00:28:22 +03:00
n7800
fc90be95ce
LazBuild: Take into account the combined values of the --build-ide and --opt options
2024-09-28 00:28:22 +03:00
n7800
ad85d36b04
LazBuild: Allow passing additional compilation options. Issue #37827 .
2024-09-28 00:28:22 +03:00
Martin
4a3a87c2ac
FpDebug: remove unused unit / Also Issue #41160 old and wrong version of ULEB128toOrdinal
2024-09-27 21:41:19 +02:00
Martin
d0a3a004df
FpDebug: implement 80 bit extended float (soft fpu) for cross debugging a win-32bit target from a 64bit IDE
2024-09-27 21:34:55 +02:00
wp_xyz
7d011b8465
TAChart: Fix TLegendColumnCount to allow value 0
2024-09-27 19:32:53 +02:00
wp_xyz
ce366cd5f4
TAChart: Allow Legend.ColumnCount = 0 which finds the best presentation of the legend.
2024-09-27 18:15:20 +02:00
Maxim Ganetsky
c5aebc1363
InstantSearch: updated Russian translation
2024-09-27 17:12:41 +03:00
Michaël Van Canneyt
ce1a3e5b62
+ Add progress every 100 files
2024-09-27 15:50:11 +02:00
Michaël Van Canneyt
f1abd077e5
* Exit on exception during test
2024-09-27 15:50:11 +02:00
rich2014
a84526b848
Cocoa: fix an issue related to TListBox.ScrollWidth
...
if column.ResizingMask is set when column.Width < TableView.Width, it is not only meaningless, but also causes problems in the vertical direction of the TableView.
we can scroll the TableView until the last row appears at the top.
it is not clear whether this is a feature of Cocoa or a bug.
2024-09-27 20:33:19 +08:00
Michaël Van Canneyt
b38fc6275a
* use /sql instead of /cli HTTP endpoint
2024-09-27 14:31:15 +02:00
n7800
c0b0fb81df
LCL: Adding default values for properties of the THeaderSection class
2024-09-27 10:28:30 +00:00
n7800
6a9198033c
LCL: Remove the read-only OriginalIndex property from the published section of the THeaderSection class
2024-09-27 10:28:30 +00:00
Martin
0197574bfd
EditorMacro-Viewer: fix showing items when viewer is first opened.
2024-09-27 11:31:55 +02:00
mattias
6f24121ef2
ide: comment
2024-09-27 10:33:05 +02:00
mattias
148d73528e
idefilebrowser: camel case
2024-09-27 10:33:05 +02:00
Michaël Van Canneyt
60d8403bcd
* Make argument aPositions const in TFileSearchMatch.create
2024-09-27 09:58:20 +02:00
Michaël Van Canneyt
d1374fe7cb
* Also highlight positions in case of search for letters
2024-09-27 09:03:04 +02:00
mattias
0613fbb15a
pas2jscomps: camel case
2024-09-27 08:26:18 +02:00
mattias
1291ae4484
minimap: camel case
2024-09-27 08:25:16 +02:00
Michaël Van Canneyt
0079fe5992
* Some fixes after remarks by Martin
2024-09-27 00:08:32 +02:00
Michaël Van Canneyt
623f913154
* Allow lettern matching
2024-09-26 23:21:48 +02:00
Michaël Van Canneyt
fd95ef0ad7
* Global link to minimap
2024-09-26 22:27:29 +02:00