Martin
9007567a5e
Codetools: Fix compilation of IFDEFed code.
2022-03-11 16:59:30 +01:00
Martin
de1c148c6e
Codetools: Include fdfSearchInAncestors when resolving aliases, specializations or properties. "procedure SearchIdentifier" in "TFindDeclarationTool.FindBaseTypeOfNode". Fix issue #39498
...
Added test
2022-03-11 16:59:29 +01:00
Martin
0e3c87e83d
Codetools: Fix setting "SubParams.Flags" in SearchIdentifier nested in TFindDeclarationTool.FindBaseTypeOfNode.
...
- "SubParams.Flags" originally copied flags from the outer search (masked with fdfGlobals).
- Before fa76ed282c
"SubParams" was named"Params"
- In 2cbc2f4f5a
the code was refactored into a subroutine. "Params" became a new local var (with a newly created instance). So "... +(fdfGlobals*Params.Flags);" no longer copied the existing flags.
2022-03-11 16:59:29 +01:00
Martin
8344427500
IDE, Options: Font for editor notebook tabs
2022-03-11 16:59:29 +01:00
Maxim Ganetsky
afd2efa96b
Examples: removed files with names in uppercase, which have counterparts in lowercase (this drives TortoiseGit crazy)
2022-03-11 04:08:46 +03:00
Maxim Ganetsky
2a725d7a5a
ExamplesWindow: enabled i18n, improved resource strings, added Russian translation
2022-03-11 01:50:48 +03:00
Maxim Ganetsky
c65ec38220
IDE: regenerated translations
2022-03-11 01:50:47 +03:00
Juha
42a974a0c8
ExampleProjects: Add a global link file.
2022-03-11 00:43:05 +02:00
dsiders
79868a41b3
Docs: LazUtils/lclproc. Updates topic content. Removes topics not needed for current source code.
2022-03-10 18:45:06 +00:00
dsiders
8e5d00ff3a
Docs: LazUtils/fileutil. Updates topic content and links.
2022-03-10 18:43:34 +00:00
Michaël Van Canneyt
a9710796c8
* Load and save of html2form options
2022-03-10 19:23:09 +01:00
dsiders
c8241f1ebd
Docs: LCL/stdctrls. Updates topics for code removed in b0f6b29a
.
2022-03-09 21:32:31 +00:00
dsiders
28c2a3348f
Docs: LCL/extctrls. Adds TPanel.OnChangeBounds topic for changes in f9e896f0
.
2022-03-09 21:31:08 +00:00
Ondrej Pokorny
f9e896f0db
TPanel: publish OnChangeBounds
2022-03-09 18:23:12 +01:00
Juha
6bb76a588b
IDE: Remove the old Examples GUI window.
2022-03-09 11:20:30 +02:00
Juha
a6ce4d91e2
New Examples GUI Window as an IDE plugin package by David Bannon.
2022-03-09 11:20:29 +02:00
Juha
31328882fb
Example projects tested, categorised, metadata added, restructured by David Bannon.
2022-03-09 11:20:29 +02:00
mattias
4030fcc52c
codetools: fixed TSourceLog.Replace
2022-03-09 10:02:26 +01:00
Juha
e758dbf2da
IDE: Disable excessive debug output from CodeHelpManager.
2022-03-09 10:46:52 +02:00
michl
b0f6b29ad8
LCL: Label.ParentColor stored default True. Revert 53362c37
. Issue #38976
2022-03-09 08:23:01 +01:00
dsiders
1f7f5418a1
Docs: LazUtils/textstrings. Fixes an XML error introduced in the previous commit.
2022-03-09 05:04:46 +00:00
dsiders
b63949616e
Docs: Adds a link to LazUtils on the Online Help page.
2022-03-09 02:36:43 +00:00
dsiders
fce9b1ebba
Docs: LazUtils/lazsysutils/textstrings. Fixes links to external topics.
2022-03-09 01:44:19 +00:00
dsiders
4d46c0b812
Docs: LazUtils/lazfileutils. Updates topic content, links, formatting in code tags.
2022-03-09 01:41:14 +00:00
Maxim Ganetsky
4598a4acd6
IDE: regenerated translations and updated Russian translation
2022-03-08 23:35:29 +03:00
Juha
6174338b6d
IDE: For consistency with other modeless IDE windows, don't use '...' in View->Editor Macros menu caption.
2022-03-08 22:14:43 +02:00
dsiders
c6e64db4d2
Docs: LazUtils/fileutil. Updates topic content and links.
2022-03-07 19:12:57 +00:00
dsiders
88912b9791
Revert "Docs: LazUtils/fileutil. Updates topic content and links."
...
This reverts commit c5eb57398a9404d77c7f68135106cae1a65f7f1c.
2022-03-07 18:36:55 +00:00
dsiders
55fe97bcdc
Docs: LazUtils/fileutil. Updates topic content and links.
2022-03-07 18:36:55 +00:00
Juha
9f142eef14
IDE: Use the current dir as a base dir for LazarusDirectory. Allows relative path in settings.
2022-03-07 07:37:42 +02:00
Maxim Ganetsky
2e80437e2a
IDE: regenerated translations and updated Russian translation
2022-03-07 00:19:07 +03:00
Maxim Ganetsky
0d3a7227f1
IDE: improved Editor Macro List dialog layout
2022-03-07 00:18:52 +03:00
Juha
06352700aa
IDE: Improve EditorMacroListViever.
2022-03-06 13:01:21 +02:00
Juha
a1dca01b66
Revert an earlier change in 82b9902b12
. The checks are needed.
2022-03-06 09:11:08 +02:00
Juha
d921dc84fd
Tools: Allow spaces in file path in runwait.sh script. Issue #39666 , patch by Pavel.
2022-03-06 09:04:29 +02:00
Michaël Van Canneyt
67a95d4f7f
* Allow to specify module for web program
2022-03-05 16:24:43 +01:00
Juha
7485ac827a
IDE: Add a drop-down list with all macros to the "Macros..." toolbar button. Issue #38879 , patch by DomingoGP.
2022-03-05 13:38:59 +02:00
Michaël Van Canneyt
71a560a97f
* Fix conventions for pas2js targets, refactor code to contain less if/then
2022-03-05 11:36:51 +01:00
dsiders
d68fd2277e
Docs: LCL/comctrls/extctrls. Updates topics for code reverted in b02bb356
.
2022-03-04 22:49:22 +00:00
Juha
b02bb3563b
Revert "LCL: Fix Toolbar size when inside a Controlbar". Causes ChangeBounds loop in a bottom anchored Toolbar with GTK2.
2022-03-04 22:25:41 +02:00
dsiders
4b19396ac4
Docs: LCL/comctrls. Fixes typo.
2022-03-04 17:07:34 +00:00
dsiders
1cbba92872
Docs: LCL/comctrls. Updates topics for TListColumn, TListColumns.
2022-03-04 16:57:37 +00:00
dsiders
593cb01295
Docs: LCL/shellctrls. Updates TCustomShellListView.AdjustColWidths topic for changes in 82b9902b
.
2022-03-04 16:52:20 +00:00
Juha
7ef64b00e4
IDE: Improve treatment of a .lpr project file dropped onto the IDE. Ask to open as a file/project. Issue #39663 .
2022-03-04 12:50:22 +02:00
Juha
82b9902b12
LCL: Prevent an occational range error in ShellListView. Remove useless checks.
2022-03-04 12:50:22 +02:00
mattias
e4d6aa9125
ideintf: TStringsPropEdit: added save button
2022-03-04 11:28:16 +01:00
dsiders
16a5c08b12
Docs: LCL. Updates topics for changes in 78f789c5
.
2022-03-04 00:51:38 +00:00
Martin
624696270b
FpDebug: Fix QuoteWideText => wrong result len
2022-03-04 00:47:32 +01:00
Martin
625e655423
FpDebug: fix Memleak. Introduced in "PascalPrinter, Automatically deref pointers to string types. Issue #39559 " / a400e1f8c7
2022-03-04 00:37:27 +01:00
Juha
78f789c59b
LCL: Fix Toolbar size when inside a Controlbar. Merge request !77 by Alexander Litjagin.
2022-03-04 00:27:15 +02:00