dsiders
c334298026
Docs: RttiControls. Adds missing topics for current source revision.
...
* Mostly skeletons with minimal content.
* Restores formatting compatible with SynEdit-based editors.
2022-03-14 05:29:23 +01:00
dsiders
061ba75ede
Docs: LazControls. Removes footer processing in project file and scripts.
2022-03-14 05:10:27 +01:00
dsiders
73afaa0226
Docs: LazUtils/graphmath. Adds topics for RotatePoint and RotateRect.
...
* Depends on 201075cb
.
* Restores formatting compatible with SynEdit-based editors.
2022-03-14 04:26:02 +01:00
Juha
97dbc2ad7d
Allow adding "Makefile.compiled" files in revision control.
2022-03-13 16:49:45 +02:00
wp_xyz
201075cbd8
LCL: Make procedure RotateRect() (local to customlabel.inc) publicly available in GraphMath.
2022-03-13 15:41:48 +01:00
Juha
2fd847364e
Add Makefile.compiled for ExampleProjects package.
2022-03-13 13:59:29 +02:00
Juha
c82846d50f
Add ExampleProjects package to BigIde target.
2022-03-13 10:20:43 +02:00
Juha
bc0b58a5bb
ExampleProjects: Add Makefile.
2022-03-12 12:21:58 +02:00
Juha
23fca0b552
Remove "examples" from Makefile. Examples must be built by other means now.
2022-03-12 12:11:15 +02:00
dsiders
455af077fa
Docs: LazUtils/lazloggerbase/lazlogger. Updates topics for routines from include files.
2022-03-12 04:24:00 +00:00
Maxim Ganetsky
37b7194e2d
IDE: regenerated translations and updated Russian translation
2022-03-12 01:03:52 +03:00
Martin
12530d0cfe
Codetools: Fix testcase. Added "filemask" as long-option, so example invocations from unit TestFindDeclaration will work.
2022-03-11 16:59:30 +01:00
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