Commit Graph

63650 Commits

Author SHA1 Message Date
dsiders
bb39bb5631 Docs: LCL/lcltype. Changes TODO item to a simple note. 2022-10-20 23:36:28 +01:00
Martin
f47e51faf4 Codetool: FindDeclaration, fix "generic array" in fdt_generics_finddeclaration.pas / Fix issue #39738 2022-10-20 21:39:46 +02:00
dsiders
a8b58da637 Docs: LCL/extctrls. Updates content and removes TODO item in TCustomTrayIcon.ShowBalloonHint. 2022-10-20 20:22:18 +01:00
dsiders
245f1a7638 Docs: LazUtils/lazcollections. Removes TODO item. 2022-10-20 20:20:21 +01:00
Martin
d488d45819 CodeTool: Improve tracking specialized generic parameters (e.g. variable class base).
Undo/Replace commits:
- 797768a965, Branch RevNo: 58874
  codetools: code completion for "FOR var IN" with generic class, from Pascal Riekenberg
  git-svn-id: trunk@63136 -
- 4d12a06af5, Branch RevNo: 62044
  CodeTools: Resolve generic params when searching in ancestors.
2022-10-20 13:55:54 +02:00
dsiders
a44d1ab453 Docs: LCL/controls. Adds, updates topic content. Fixes awkward grammar. Removes tagging not needed for private members. 2022-10-20 02:31:16 +01:00
wp_xyz
c9f4496c77 Images: New general-purpose images by Roland Hahn (cloud, cube, file, folder, health) 2022-10-19 00:31:08 +02:00
dsiders
88c82deb74 Docs: LCL/dialogs. Updates content for TSelectDirectoryDialog and TFileDialog topics. 2022-10-18 00:23:33 +01:00
dsiders
f4d38ad880 Docs: LazUtils/lazstringutils. Corrects content in StringCase topic. 2022-10-17 23:48:06 +01:00
Bart
472cceecf8 WinCE: fix compilation of WinCEWSCalendar. 2022-10-17 22:37:44 +02:00
dsiders
c52099551a Docs: LazUtils/lazconfigstorage. Fixes invalid See Also links. 2022-10-17 04:11:28 +01:00
dsiders
87b4e7bbac Docs: LazUtils/lazconfigstorage. Adds topic content. 2022-10-17 03:59:23 +01:00
dsiders
1682adb8de Docs: LCL/dialogs. Adds content about the font dialog Apply button in affected topics.
* Applies to: TFontDialog and TFontDialog.Options.
2022-10-17 03:59:00 +01:00
Juha
2f8deeefee IDE: Save resource file after a project is renamed (Save Project As). Issue #39958. 2022-10-16 23:50:19 +03:00
Juha
8affac89f3 Jedi Code Format: Support noinline keyword and Delphi inline vars and consts. Issue #39960, patch by Domingo Galmés. 2022-10-16 22:26:44 +03:00
Juha
5d276c4f43 Jedi Code Format: Prevent an assertion failure on certain assembler code. Issue #39942, patch by Domingo Galmés. 2022-10-16 13:06:38 +03:00
Juha
8d9b8042eb Jedi Code Format: Support Intel x64 Assembler Registers. Issue #39953, patch by Александр Дмитриев. 2022-10-16 12:57:56 +03:00
dsiders
218438a9bc Docs: LCL/grids. Adds, updates content in TCustomGrid topics. 2022-10-16 03:12:15 +01:00
dsiders
aa867d5a30 Docs: LCL/grids. Updates topics for changes in 675ad022.
* Affects: TGridOption2, TCustomGrid.Options2
2022-10-15 19:47:14 +01:00
Bart
675ad02215 Grids: implement option to set ParentColor and ParentFont of the internal cell editor. 2022-10-15 16:10:35 +02:00
Juha
5a0ff3af30 Jedi Code Format: Support anonymous methods. Issue #39928, patch by Domingo Galmés. 2022-10-15 12:20:44 +03:00
Juha
1566610acf IDE: Fix a logic error in a624d0c027. Issue #39958. 2022-10-15 11:59:15 +03:00
dsiders
d65a845812 Docs: LCL/printers. Fixes spelling errors. 2022-10-15 04:48:46 +01:00
dsiders
1ce10f523a Docs: LCL/lazdialogs. Fixes typo. 2022-10-15 04:46:29 +01:00
dsiders
3d2a77aae6 Docs: LCL/interfacebase. Fixes spelling errors. 2022-10-15 04:45:48 +01:00
dsiders
4646311ad3 Docs: LCL/forms. Fixes spelling error. 2022-10-15 04:44:48 +01:00
dsiders
a4ff2d26d5 Docs: LCL/editbtn. Fixes spelling error. 2022-10-15 04:43:55 +01:00
dsiders
4b5b837d38 Docs: LCL/dialogs. Fixes typo. 2022-10-15 04:43:13 +01:00
dsiders
4904a0b539 Docs: LCL/lclversion. Updates topic content. 2022-10-15 04:42:04 +01:00
Maxim Ganetsky
84d915918b IDE: regenerated translations and updated Russian translation 2022-10-15 01:43:02 +03:00
Maxim Ganetsky
2de488586c IDE: improved i18n 2022-10-15 01:40:14 +03:00
dsiders
78abf72f0b Docs: LCL/comctrls. Updates content in TTabSheet and TPageControl topics. 2022-10-14 21:04:18 +01:00
Juha
1e8303a356 Jedi Code Format: Refactoring. Remove obsolete code and units. Issue #39929, patch by Domingo Galmés. 2022-10-14 18:21:44 +03:00
mattias
9140e0e4a2 IDE: clean up 2022-10-14 09:43:26 +02:00
mattias
4b9fb1e051 IDE: added IDE Startup option to check fppkg configuration at startup, disabled by default 2022-10-14 09:42:55 +02:00
dsiders
d42800f8bb Docs: LCL/lcltaskdialog. Adds content in TTaskDialogFooterIcon, TTaskDialogFlag topics. 2022-10-13 21:26:35 +01:00
dsiders
acd482f948 Docs: LCL/dbgrids. Fixes awkward wording in topic. 2022-10-13 19:25:55 +01:00
Juha
88242f8152 Jedi Code Format: Reapply changes for removing LCL dependency. Generate Makefiles. Issue #39929, patch by Domingo Galmés. 2022-10-13 20:39:13 +03:00
dsiders
e150356a73 Docs: LCL/comctrls. Fixes spelling errors. 2022-10-13 01:07:20 +01:00
dsiders
de12e10683 Docs: LCL/comctrls. Fixes spelling errors. 2022-10-13 01:05:16 +01:00
dsiders
da2a0aa5b0 Docs: LCL/stdctrls. Updates content for TCustomEdit.NumbersOnly topic. 2022-10-12 17:56:17 +01:00
dsiders
8210205b87 Docs: LCL/dialogres. Adds or updates topic content. 2022-10-12 17:55:48 +01:00
dsiders
8709067e02 Docs: LCL/stdctrls. Updates content for TCustomEdit.NumbersOnly topic. 2022-10-12 17:51:15 +01:00
dsiders
9ee20dbd4a Docs: LCL/dialogres. Adds or updates topic content. 2022-10-12 17:24:21 +01:00
Martin
b5858164db Debugger, GDBMI: Fix displayformat for numeric values. (double conversion). Issue #39932 2022-10-12 14:02:15 +02:00
dsiders
12ce5d9dbc Docs: LCL/spin. Updates topics for changes in 8f00090a, 26d083e55e. Issue #39793. 2022-10-10 05:16:25 +01:00
dsiders
86dba97092 Docs: LCL/lcltaskdialog. Updates topics for changes in the following commits:
* b442769bb0
* f73bf85730
* 5882a5bfb5
* ca1b88b2cf
* 49647626a5
* 5114a458e5
* 8629548a7b
* 0a3a47d7ae
* a7d0453a6e
* 9c0641eca2
* ff3965e8bc

* Contains general topic updates to add missing content.
2022-10-10 05:10:51 +01:00
dsiders
2766af4945 Docs: LCL/dialogs. Adds topic for tfForceNonNative added in 62cb85cb4b.
* Adds content for the TCustomTaskDialog.DoExecute topic.
2022-10-10 05:01:27 +01:00
dsiders
745e934ea3 Docs: LCL/maskedit. Updates content and See Also links in
TCustomMaskEdit.ApplyMaskToText. Depends on 79c00942.
2022-10-10 04:52:02 +01:00
dsiders
c4fa446e3b DocsL LCL/dialogres. Adds content for topic templates. 2022-10-10 04:49:15 +01:00