Commit Graph

65820 Commits

Author SHA1 Message Date
mattias
dcd1582c63 IDE: unified ide debugln 2023-08-08 01:52:11 +02:00
mattias
f5eead6d84 IDE: unified ide debugln 2023-08-08 01:41:18 +02:00
mattias
aed9709336 IDE: do not auto delete uses lresources from lpr 2023-08-08 01:41:18 +02:00
ACTom
0e9bcf013f IDE: Chinese translation update, merge request !224 2023-08-08 01:58:15 +03:00
Bart
892cf32728 TaskDialog: implement property CollapsButtonCaption.
Delphi does not have this, but the Windows TaskDialogIndirect API has it.
It controls the text next to the Expand/Collaps button if the dialog is in expanded state.
2023-08-07 22:05:30 +02:00
Bart
04df5e253a TaskDialog: TLCLTaskDialog: start implementing an Expand/UnExand button: not functional yet. 2023-08-07 19:45:32 +02:00
Bart
8e0fb1875f TaskDialog: LCLTaskDialog: remove debug statement. 2023-08-07 18:39:25 +02:00
Maxim Ganetsky
11130cc6b0 LCL, Win32: cleaned up declarations available in FPC since 3.2.0, patch by lagprogramming, issue #40433 2023-08-07 19:09:28 +03:00
Martin
5fbeef0e07 Codetools: IdentifierCompletion, improve "recent items"
- don't upgrade older recent based on compatibility
- prefer pre-fix matches over "mid word" (except if the user completed the original from mid-word)
2023-08-07 17:26:13 +02:00
mattias
d78d004b93 lcl: TLCLTaskDialog: do not inherit csdesigning, disable autosizing during setup, less hints 2023-08-07 10:27:09 +02:00
mattias
a8cde74bcf codetools: test case insensitive 2023-08-06 09:55:56 +02:00
mattias
f03d205c06 codetools: fixed FilenameIsMatching on Windows 2023-08-06 09:46:49 +02:00
Martin
478b6dcf4b Debugger: fix asm-stepping bring source-edit to front (work around) Issue #40415 2023-08-06 08:58:58 +02:00
mattias
a0fddef59c codetools: fixed FilenameIsMatching on Windows 2023-08-06 00:31:13 +02:00
mattias
74a2cba2e2 anchordocking: fixed typo 2023-08-06 00:31:13 +02:00
Bart
b64a1b1fe8 TaskDialog: LCLTaskDialog: some more debugln's for issue #40425. 2023-08-05 23:56:37 +02:00
Maxim Ganetsky
eb6cd708f2 IDE: do not allow to edit contents of Path Delimiters combobox in "Project Options"->"Miscellaneous", issue #40429 2023-08-05 22:10:58 +03:00
rich2014
15c606729f Cocoa: fix the issue when call TCocoaWindow.makeFirstResponder() with nil 2023-08-06 02:00:54 +08:00
mattias
f9709f6d59 lcl: gtk3: clean up 2023-08-05 11:10:16 +02:00
mattias
d41a475c27 codetools: parse proc type with specialized function result 2023-08-05 11:09:53 +02:00
mattias
7c26a69c73 ide: pass star * dir as separate paths to fpc 2023-08-04 23:30:17 +02:00
mattias
13fd89ae20 ide: RemoveNonExistingPaths: check star dirs 2023-08-04 23:27:24 +02:00
mattias
1138fe154d codetools: star direcory exclude: always case insensitive 2023-08-04 23:19:48 +02:00
wp_xyz
5f92439334 CustomDrawn: Fix comments (Patch by LagProgramming, https://forum.lazarus.freepascal.org/index.php/topic,64186.msg487506.html ) 2023-08-04 19:37:36 +02:00
rich2014
4d033a9af6 Cocoa: make sure to update HintWindow by Invalidate
there is a bug in the implementation before, and the content of HintWindow may not be updated.
when the content of HintWindow has changed, but the size of TCocoaWindowContent has not changed, Cocoa did not update TCocoaWindowContentDocument, so THintWindow.Paint() was not called.
2023-08-04 22:51:23 +08:00
mattias
70c4c85414 codetools: parse attribute in proc param 2023-08-04 13:17:57 +02:00
Bart
aa1e7fa738 TaskDialog: LCLTaskDialog: cleanup: remove disabled/non-functional code. 2023-08-03 23:13:34 +02:00
Bart
396b72b21a TaskDialog: handle the paramters in DoOnExpandButtonClicked and DoOnVerificationClicked.
Rename event OnExpand to OnExpanded, as it is in Delphi.
2023-08-03 23:06:20 +02:00
mattias
a8b8ec1b70 ide: project options, show options star directories 2023-08-03 21:47:09 +02:00
Maxim Ganetsky
f904aa53b5 DockedFormEditor: fixed compilation with FPC 3.3.1, hint by Peacoor, issue #40427 2023-08-03 19:25:36 +03:00
mattias
357928192e ide: inspect chksum changed: fixed updating cache 2023-08-03 18:12:46 +02:00
mattias
68920c7d01 ide+codetools: less hints 2023-08-03 18:07:54 +02:00
mattias
74f240f5f3 ide: identifier completion: gather units in star dirs 2023-08-03 18:07:38 +02:00
mattias
ec97acfd17 ide: patheditor: support star dirs 2023-08-03 17:39:33 +02:00
wp_xyz
a96747fdd3 Images: Add some missing general-purpose icons by Roland Hahn (bell, font, grid). 2023-08-03 16:46:20 +02:00
mattias
7ea1f9bf7a lazdelphi: only collect and set lazbuild macros if needed 2023-08-03 15:22:48 +02:00
mattias
a2237227d7 ide: compiler options: allow star dirs 2023-08-03 14:54:21 +02:00
mattias
243d0cc711 ide: extended TrimSearchPath to consider star directories 2023-08-03 14:28:41 +02:00
mattias
c438c4e4b4 ide: extended TrimSearchPath to consider star directories 2023-08-03 14:28:11 +02:00
mattias
edac588a96 ide: added FileIsInSPDirectory 2023-08-03 13:44:43 +02:00
mattias
478c8209a6 laztuils: fixed FileIsInPath for different utf8 lengths 2023-08-03 13:44:43 +02:00
wp_xyz
e9a8d45aad Images: New general-purpose images by Roland Hahn (connectiopn, database, delete, edit, export, import, key, paint target) 2023-08-03 12:14:37 +02:00
mattias
f9870ed298 ide: using cache and support star dirs 2023-08-03 11:12:57 +02:00
mattias
b3e68a30e1 ide: less hints 2023-08-03 11:12:57 +02:00
mattias
f6ae2ddc3b codetools: using cache 2023-08-03 11:12:57 +02:00
mattias
736ecf8ae6 chmhelp: updated lpk 2023-08-03 11:12:57 +02:00
zeljan1
dffc3b9594 Qt5,Qt6: fixed Qt version extraction. issue #40426 2023-08-03 10:52:59 +02:00
mattias
d04f10985e ide: package editor: fixed crash #40424 2023-08-03 07:25:26 +02:00
mattias
3d5b43f3b1 ide: using SearchFileInSearchPath 2023-08-03 07:08:41 +02:00
Bart
64adc6945d TaskDialog: remove comment in TLCTaskDialog.AddLable: this was apparently fixed in commit 05555c84. 2023-08-03 01:15:46 +02:00