Commit Graph

68584 Commits

Author SHA1 Message Date
Juha
452014a2ee IDE: Show "Open Folder" popup MenuItem in source editor StatusBar. Was broken by fcc0fe6d11. 2024-09-30 10:50:07 +03:00
Juha
740ef32740 IDE: Fix alignment of hint text when not using TurboPowerIproDsgn renderer. Issue #40931. 2024-09-30 01:10:10 +03:00
Martin
a88065b606 IDE: SourceEditor, show selection mode indicator, fix empty column selection Issue #40599 2024-09-29 23:59:26 +02:00
Juha
6b0b18c09d Tests: Remove C-style operators. Compilations depends on fpc.cfg. Issue #41074, patch by n7800. 2024-09-30 00:04:06 +03:00
mattias
e44a70d872 lcl: gtk2: do not restack against a non form gdk window, issue #41041 2024-09-29 22:09:20 +02:00
Martin
8ded4ddfd4 IDE: SourceEditor, show selection mode indicator with char count. Issue #40599 2024-09-29 21:30:22 +02:00
Martin
7928b08ac2 IDE: SourceEditor, show selection mode indicator with char count. Issue #40599 2024-09-29 21:28:39 +02:00
Martin
fcc0fe6d11 IDE: SourceEditor, show selection mode indicator. Issue #40599 2024-09-29 21:12:41 +02:00
mattias
904136f96f minimap: hide control on unhook 2024-09-29 19:29:37 +02:00
Michaël Van Canneyt
d617364c85 - Remove unused method 2024-09-29 17:54:23 +02:00
Martin
1bc39f7331 FpDebug: Linux, Improve ReadData for partial reads 2024-09-29 16:41:20 +02:00
mattias
9dddc1083b minimap: fixed MiniMapCount and freeing using only one hook 2024-09-29 14:56:40 +02:00
Maxim Ganetsky
ae287147bf InstantSearch: updated Russian translation 2024-09-29 14:57:54 +03:00
Maxim Ganetsky
390fae37c6 IDE: regenerated translations and updated Russian translation 2024-09-29 14:57:54 +03:00
Maxim Ganetsky
cd20ea79e1 IDE/Lazbuild: improved some captions/descriptions 2024-09-29 14:57:54 +03:00
Michaël Van Canneyt
ae17b60288 * Explicitly release MiniMap 2024-09-29 13:34:48 +02:00
mattias
d7bacb390f minimap: clean up and use default synedit font name 2024-09-29 12:39:19 +02:00
Juha
dd066409f4 PackageTabs: Cleanup. 2024-09-29 13:03:18 +03:00
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