Commit Graph

2277 Commits

Author SHA1 Message Date
mattias
0df4fef8fe fcllaz: removed sqldb 2023-02-12 22:55:56 +01:00
Marcus Sackrow
88cffcb74e Amiga: restore compilation of FCL package for Amiga likes
after removal of sqldb from FPC compilation
2023-02-05 08:40:40 +01:00
Martin
2a67f6ec76 Renamed LazarusCommonStrConst to IdeIntfStrConsts 2023-01-25 16:51:48 +01:00
mattias
ef81cb0af3 bigide: updated makefiles 2023-01-15 13:54:10 +01:00
wp_xyz
205450cc44 IDE/CharacterMap: Add packages to globallinks 2023-01-15 00:27:53 +01:00
Martin
739b542449 IDEIntf: rename some ResourceString to match the common naming scheme 2023-01-10 17:00:42 +01:00
Martin
2d2e5431aa IDE: moved some of the most common ResourceString to IdeIntf, so other IDE packages can use them (instead of duplicating them) 2023-01-10 17:00:41 +01:00
mattias
44235e7124 ide: updated list of base packages 2023-01-09 20:41:48 +01:00
mattias
f09a59cb1c updated lpl files 2023-01-08 18:46:33 +01:00
Ondrej Pokorny
71ac105bc7 Fix AV 2023-01-01 10:49:58 +01:00
Ondrej Pokorny
ba918c5eb2 TLazIDEInterface: add OnPackageBuilding handler 2022-12-30 22:43:17 +01:00
Juha
5f4aa96422 LazControls, FilterEdits: Improve setting the filter programmatically. Invalidate after properties change. 2022-12-22 20:50:05 +02:00
Martin
bf4114c8ca EnvironmentOpts: remove dependency on IdeProcs 2022-12-08 16:05:03 +01:00
Martin
369e4e47a7 IDE: Add base-package "IdeConfig" 2022-12-08 01:38:41 +01:00
Juha
2c216480d1 Packager: Add a frame's unit to uses section when the frame is part of project. Issue #40003. 2022-11-21 09:59:01 +02:00
mattias
6671244b72 updated makefiles, fixed compile fpdebug with fpc 3.2.2 2022-11-13 13:23:46 +01:00
wp_xyz
9572e1ac64 IDE/PackageDependencyDlg: Fix package listbox truncating bottom pixel. 2022-10-27 00:17:47 +02:00
mattias
a49f2cdde9 updated lpl 2022-08-30 07:56:57 +02:00
Juha
f5321043f4 Packager: Use pure package name of a dependency when searching online packages. 2022-06-12 18:07:51 +03:00
mattias
e18119823a IDE: packageeditor: fixed idleconnected on destroy 2022-06-10 17:29:28 +02:00
mattias
008fbd9283 IDE: drop component: add the registering package only if designtime 2022-06-09 13:14:21 +02:00
mattias
9e762cde89 udpated makefiles 2022-05-29 19:34:19 +02:00
mattias
80da9bee92 IDE: what needs building: check project files in source editor 2022-05-12 10:39:11 +02:00
mattias
86f3a50476 IDE: what needs building: check package files in source editor 2022-05-12 10:08:55 +02:00
Martin
2465e62bab IDE: add option to skip checks (config, dir, fpc, fppkg, single-instance) at startup 2022-04-22 14:07:26 +02:00
mattias
5c4f4fda3b ideintf: TComponentRequirement: use first unit as source unitname for codetools 2022-04-16 09:05:50 +02:00
mattias
cc2965e11f updated lpl 2022-04-11 10:09:29 +02:00
mattias
4d07f650b5 weblaz: using fpweb_images.res instead of inc 2022-04-01 18:42:34 +02:00
mattias
5a70b13cb6 updated lpl 2022-03-31 17:10:13 +02:00
mattias
15b1ffffa1 updated lpl 2022-03-31 17:09:39 +02:00
Michaël Van Canneyt
b983ea45d0 * Added TJSONDataset to component palette (distributed with FPC since long time) 2022-03-29 19:08:14 +02:00
Juha
42a974a0c8 ExampleProjects: Add a global link file. 2022-03-11 00:43:05 +02:00
mattias
26c9421318 updated Makefiles 2022-02-24 12:55:45 +01:00
mattias
3f43baff8f ide: FileNameToPkgFileType: added fallback when include file is missing 2022-02-01 21:59:42 +01:00
Juha
3ecdcf0320 IDE: Allow multi-selection with Shift in Project Inspector and Package Editor. Issue #39595. 2022-01-25 11:20:56 +02:00
mattias
f97a493801 updated makefiles 2022-01-16 21:42:24 +01:00
Juha
6d5520794e Sparta: Remove SParta_Generics. Compiler now includes the Generics collection. Issue #39539. 2022-01-12 17:21:12 +02:00
Martin
9cba2f5f48 Fixed package link for IdeDebugger 2022-01-12 16:06:57 +01:00
Martin
d1ac568e96 Debugger: New package LazDebuggerIntf / Replace TWatchValue with TWatchValueIntf 2022-01-10 14:08:37 +01:00
Martin
aa45837b87 IdeDebugger: New Package IdeDebugger. Move some classes from DebuggerIntf 2022-01-10 14:08:36 +01:00
mattias
8f868ae0e9 IDE: less hints 2022-01-06 13:08:50 +01:00
mattias
2b5f37730f IDE: fixed adding designtime package requirement when dropping component onto form 2022-01-06 13:04:38 +01:00
Maxim Ganetsky
0c9041f474 IDE: it is no longer needed to manually call translation callbacks for 'static base' packages 2021-12-07 17:08:47 +03:00
mattias
6f8cfba2f9 IDE: translate required packages before calling Register 2021-12-06 17:37:15 +01:00
Juha
0a679e84b2 Packager: Add a check for DefineTemplates. Crashed when an old package with the same name was replaced. 2021-11-28 00:22:27 +02:00
Juha
097a96f950 Packager: Respect a user's choice to abort loading packages when an error happened. 2021-11-20 16:35:01 +02:00
Juha
da7c149b25 Packager: Remove useless PackageGraph indirection. 2021-11-10 20:16:45 +02:00
ccrause
50987e044c Renamed remote debugger to FpRspRemoteDebugger 2021-11-06 18:26:58 +02:00
mattias
0354b47bc4 updated makefiles 2021-10-18 14:32:30 +02:00
Juha
7cb38d7bc6 IDE: Check Filename<>UnitName mismatch only when Codetools was able to parse the source. Issue #22921. 2021-09-28 12:03:07 +03:00