Commit Graph

67343 Commits

Author SHA1 Message Date
Maxim Ganetsky
e7adc39bba IDE: regenerated translations and updated Russian translation 2024-04-06 20:52:44 +03:00
Maxim Ganetsky
0e11113dc4 IDE: slightly improved i18n 2024-04-06 20:52:43 +03:00
Juha
8e3ed7da28 LazBuild: Print colored warnings, errors and notes when running on real TTY. Issue #40878, patch by Anton Kavalenka. 2024-04-06 20:43:57 +03:00
Juha
f6fc1a6751 IDE: Add an overridden TProjectCompilationToolOptions.DoClearErrorLines which was left out for some reason. 2024-04-06 20:32:20 +03:00
dsiders
92c1b6a39a Docs: LCL/stdctrls. Fixes XML tags in TCustomEdit.ClearSelection See Also links. 2024-04-06 16:43:06 +01:00
Martin
b38dcaebfc SynEdit: Fix crash (write incorrect memory via pointer in DoGetPhysicalCharWidths / not caught by range check) and 2ndary range-check-error, when linetext has #$00. Issue #40873 2024-04-06 17:38:18 +02:00
Martin
a8651246a0 Debugger: Improve new Displayformats. Redo layout of watch properties 2024-04-06 17:38:17 +02:00
Juha
959d8c6ad4 Turn some LazLogger into LazLoggerBase. 2024-04-06 16:45:28 +03:00
Juha
817427e89e Move unitt ParsedCompilerOpts and CompilerOptions to package IdeConfig. 2024-04-06 16:20:28 +03:00
Juha
201af675d3 Separate a new unit etFPCMsgFilePool from etFpcMsgParser and move it to package IdeConfig. 2024-04-06 14:53:25 +03:00
Juha
68e341be20 Remove IdeIntf dependency from CompilerOptions. 2024-04-06 14:49:39 +03:00
Juha
304ea4ee5b LazBuild: Fix compilation. 2024-04-06 11:29:29 +03:00
Juha
164e9cc68e Move unit etMakeMsgParser to IdeConfig package. 2024-04-06 11:00:26 +03:00
Juha
3c1c879cf5 IDE: Separate parsed compiler options code to a new unit ParsedCompilerOpts. 2024-04-06 11:00:13 +03:00
Juha
1580d1778e IDE: Improve setting cursor position in new programs. Issue #32089, patch by n7800. 2024-04-06 09:24:16 +03:00
mattias
eb480b51d8 pas2js: resourcestring 2024-04-05 21:12:03 +02:00
mattias
a64088aefb pas2js: show error when downloading 2024-04-05 21:04:08 +02:00
mattias
d7e2935f3f pas2js: using openssl 2024-04-05 20:51:27 +02:00
mattias
4564e60ba5 pas2js: showing install menu item 2024-04-05 20:41:31 +02:00
mattias
944fda4e6d pas2js: clean up 2024-04-05 20:25:32 +02:00
mattias
9650ea9371 pas2js: download release in thread and progress dialog 2024-04-05 20:24:31 +02:00
dsiders
117cdd0ad0 Docs: LazUtils/lazutf8. Fixes invalid attribute names in XML tagging.
* Updates:
* UTF8LeftStr.Result
* UTF8LeftStr.AText
* UTF8LeftStr.ACount
2024-04-05 18:46:43 +01:00
mattias
cbb928ad70 pas2js: download release 2024-04-05 18:40:22 +02:00
mattias
53321a2b49 pas2js: browse buttons 2024-04-05 18:40:22 +02:00
mattias
8b0b1fba22 pas2js: started installer dialog 2024-04-05 18:40:22 +02:00
mattias
fd9746e2f9 pas2js: started install 2024-04-05 18:40:22 +02:00
Juha
26de2f9330 IDE: Set cursor position inside begin..end for new programs. Issue #32089, based on n7800's patch. 2024-04-05 18:52:28 +03:00
Juha
f468a36dd0 IDE: In Project Options show build modes more distinctively. Issue #40816, patch by n7800. 2024-04-05 17:42:10 +03:00
Juha
1fa34e6268 IDE: Improve Files options GUI, especially for Fppkg configuration. Issue #40850, patch by n7800. 2024-04-05 16:44:16 +03:00
dsiders
66e929e9d6 Docs: LazUtils/lazutf8. Updates ParamStrUTF8 topic to include additional description for arguments. 2024-04-05 04:33:59 +01:00
dsiders
37f11d9720 Docs: LCL/forms. Updates TApplication.GetParams to fix incorrect descriptions for arguments. 2024-04-05 04:33:37 +01:00
Maxim Ganetsky
b1fb44a88e IDE: regenerated translations and updated Russian translation 2024-04-02 22:56:23 +03:00
Maxim Ganetsky
97abde0e80 LazBuild: fixed loading of translations for default language (i.e. when 'language' parameter is not specified) 2024-04-02 22:54:09 +03:00
Bart
76182b6c00 TLabeldEdit: publish property NumbersOnly. 2024-04-01 12:31:56 +02:00
DomingoGP
8d91b18a79 Jedi code format: better fix for issue #40871 error handling set definition with ranges. 2024-03-31 18:39:50 +02:00
Juha
0fce9ec928 LazBuild: Remove the "get-target-path" parameter. By n7800. 2024-03-31 11:46:20 +03:00
mattias
4021b5235c ide: less hints 2024-03-30 09:02:34 +01:00
Juha
6e7ce6c7a2 LazBuild: Add "get" alias for "get-expand-text" parameter. By n7800. 2024-03-29 17:15:22 +02:00
Juha
a82d8be15b LazBuild: Allow just the macro name to be specified in "get-expand-text" parameter. By n7800. 2024-03-29 17:05:06 +02:00
Juha
7f000a6970 LazControls: Filter data by TreeFilterEdit also when the TreeView is switched. By n7800. 2024-03-29 16:50:25 +02:00
Željan Rikalo
00fb3bf31b Gtk2: fixed compilation on non x11 targets. Patch by Giuliano Colla, issue #40870 2024-03-29 11:59:56 +01:00
Maxim Ganetsky
7c6752e5d0 IDE: regenerated translations and updated Russian translation 2024-03-29 01:36:59 +03:00
Maxim Ganetsky
713d951218 IDE: fixed i18n of FPCTarget macros description 2024-03-29 01:35:23 +03:00
DomingoGP
a326522d93 Jedi code format: fix issue #40871 error handling a set with ranges, based on a patch from bytebites 2024-03-28 21:20:04 +01:00
mattias
1ed2cf467c ide: added resourcestring 2024-03-28 12:04:05 +01:00
DomingoGP
cb6991ccd6 Jedi code format: more fine grained control of warning messages. 2024-03-28 11:15:23 +01:00
mattias
357015cc9e ide: added ide macro $FPCTarget() 2024-03-28 10:11:06 +01:00
Martin
dd49f320f4 LazControls: Fix DividerBevel for vertical layout / Ensure correct values for very small/thin bevels 2024-03-27 20:02:04 +01:00
Martin
689ef2119f LCL: Fix CalculatePreferredSize. HorizontalSpacing was sometimes used for vertical size. Issue #20445 2024-03-27 20:02:04 +01:00
Michaël Van Canneyt
55cc226024 * Allow a double click in packages listbox to add requirement and close dialog 2024-03-26 12:12:16 +01:00