Commit Graph

64508 Commits

Author SHA1 Message Date
Martin
00bd7c0598 SynEdit: Pas Highlighter, fix param modifier (const/var/...) for "operator". Issue #40147 Also fixed flags, for "class operator" in records. 2023-03-08 23:47:28 +01:00
Martin
2370514713 SynEdit: Pas Highlighter, add keywords for MacPas objcprotocol. Issue #39910 2023-03-08 23:20:08 +01:00
Martin
a8c5822dde SynEdit: Pas Highlighter, add keywords for MacPas objcprotocol 2023-03-08 22:45:47 +01:00
Martin
cd05b3a45e IDE, Setup: Fix compiler filename. Introduced in 319649fbe6 Issue #40150 2023-03-08 20:43:06 +01:00
Martin
84e5a5ba02 CodeTools: fix guesstype (type for declaration) with generics. 2023-03-08 17:25:09 +01:00
wp_xyz
0b3e17d77b TAChart: Fix text background painting in BGRA drawer. (https://forum.lazarus.freepascal.org/index.php/topic,62609.0.html). 2023-03-08 12:03:38 +01:00
wp_xyz
fa665367ab TAChart: Display Legend in bgra demo. 2023-03-08 10:15:57 +01:00
Martin
89ab07a39f Codetools: Find type of generic, if specialized with build-in type (e.g. string) 2023-03-07 22:41:24 +01:00
Martin
31c8f2dadd Codetools: add testcase for issue 40145 / allow "{completion" after dot. 2023-03-07 20:10:19 +01:00
Martin
50296e8cf9 FpDebug: Optimize building result data for arrays. Type-name is the same for each array element. 2023-03-07 17:50:51 +01:00
Martin
ce5e45acc2 Debugger: keep type-name when changing result to error. 2023-03-07 17:49:18 +01:00
Martin
8494ca68fb Debugger: Inspect dialog, fix missing data in some rows of a structure (remove line breaks) 2023-03-07 17:48:20 +01:00
Martin
b03e3b50fd Codetool: preserve generic-param as result, if it can not be resolved. 2023-03-07 13:10:49 +01:00
Martin
6d1b53067f Codetools: fix FoundProc stack list. 2023-03-07 13:10:49 +01:00
dsiders
1bdd39f428 Docs: LCL/stdctrls. Clarifies / corrects topic content, including:
* TCustomStaticText
* TCustomStaticText.ShowAccelChar
* TCustomButton.WSSetText
2023-03-07 02:02:44 +00:00
Martin
04337988d9 Codetools, tests: Add test for issue #32252 2023-03-06 16:53:27 +01:00
Martin
6fda552055 Codetools: Return generic params for found identifier / Update calling Parameters 2023-03-06 12:53:54 +01:00
Martin
19d12f194d Codetools: Prevent node caching for results in generics. 2023-03-06 11:46:29 +01:00
dsiders
b693b70363 Docs: LazControls/treefilteredit. Updates content in topics, including:
* TImageIndexEvent
* TFilterNodeEvent
* TTreeFilterBranch.AddNodeData
* TTreeFilterBranch.Items
2023-03-06 01:59:06 +00:00
Martin
ddc435d313 Codetools: Match generic params with the correct specialize. In case of specialize inside of a generic params were mismatched. 2023-03-06 00:30:56 +01:00
mattias
63039e34f5 rpm: put lazarus into /usr/share/lazarus/ 2023-03-05 22:10:40 +01:00
Martin
5f053c5a52 CodeTools: test for improve FindDeclaration in nested specialized classes 2023-03-05 21:36:16 +01:00
dsiders
310465e8bd Docs: Lazcontrols/treefilteredit. Adds content to TTreeFilterBranch.Move for changes in c8419bca. Issue #40135. 2023-03-05 19:40:51 +00:00
wp_xyz
cb40b44572 TurboPower_IPro: Avoid duplicate printfilename queries when printing to some PDF printers. 2023-03-05 17:50:39 +01:00
Martin
74adbc30c7 SynEdit: missing ecKeyCmd to string - fix recording in macro player 2023-03-05 17:24:52 +01:00
Martin
aa1f0f6ff6 SynEdit: Fix adjusting multi-carets in smColumn mode. Part of issue #39998 2023-03-05 14:46:38 +01:00
Martin
bb62b8f64d SynEdit: Fix tab-indent of line-mode-selection (last line was ignored, if caret.y=1). Part of issue #39998 2023-03-05 14:10:43 +01:00
wp_xyz
afb620fe49 TurboPower_ipro: Add unit IpHtmlTypes to "uses" of TIpHtmlPv (print preview form). 2023-03-05 12:53:04 +01:00
Juha
c8419bca6d IDE: Remember selection after moving an item in package editor. Issue #40135. 2023-03-05 10:34:00 +02:00
Juha
59babefde7 fpcunit: Prevent enabling "run single test" while a test is running. Issue #40144. 2023-03-05 09:50:12 +02:00
Martin
68366d178c CodeTools: Fix parsing "with" statement, ended by outer block (repeat, try, if...) Issue #39684 Patch by Domingo Galmés 2023-03-04 20:12:02 +01:00
Martin
749ab743d6 CodeTools: improve FindDeclaration in nested specialized classes 2023-03-04 15:31:56 +01:00
Juha
a9752b1326 Codetools: Fix parsing variant records with pointers to procedure. Issue #40145, patch by Domingo Galmés. 2023-03-04 14:16:04 +02:00
Juha
57c8af94ae Examples: Fix a SQLite example project on Linux. Issue #40039, patch by dbannon. 2023-03-04 01:16:59 +02:00
dsiders
2b67dddf55 Docs: LCL/forms. Adds content, grammar corrections, missing line endings in topics. 2023-03-03 04:45:32 +00:00
Martin
4430d055cb Debugger: fix watches, after interface changes 2023-03-02 23:36:37 +01:00
Martin
b8f4dbb20f LazDebugger-test: Fixed mem leak, introduced in "New interface for retrieving locals." 2023-03-02 20:55:37 +01:00
Martin
3c9f94e806 LazDebuggerFpLldb: Fixed mem leak, introduced in "New interface for retrieving locals." 2023-03-02 20:34:50 +01:00
Martin
8970a4768b FpDebug: Improve partial mem-read. Check early if the address is readable at all. 2023-03-02 20:11:47 +01:00
Martin
faf2fe7a80 FpLldb-Debugger: added mem-limits 2023-03-02 20:11:47 +01:00
Martin
0db62b486e FpDebug: added mem-read cache for ArrayToResData / PascalBuilder 2023-03-02 19:56:41 +01:00
Martin
1caa678dcf Debugger: Clean up debugln without log_group 2023-03-02 19:56:37 +01:00
Martin
179dc59dc6 Debugger: New interface for retrieving locals. 2023-03-02 19:56:37 +01:00
Martin
20bf681e0f LazDebuggerIntf: change event signature, include data / add template 2023-03-02 19:56:37 +01:00
Martin
196981e0a7 FpDebug, app/FpdServer: fixed compilation 2023-03-02 19:56:36 +01:00
Martin
34d97dca1d LazDebuggerFpdServer: fix compilation 2023-03-02 19:56:36 +01:00
Martin
ad800fb2cf DebuggerIntf: clean up 2023-03-02 19:56:36 +01:00
wp_xyz
9a06dc418f ExamplesWindow: Add missing icon, provided by Roland Hahn. 2023-03-02 17:54:45 +01:00
dsiders
8df9adae97 Docs: LCL/forms. Adds a code example (from the wiki) to TFrame, TCustomFrame topics. 2023-03-01 23:09:22 +00:00
mattias
23c628ea6d pas2js: store pas2js macro for lazbuild 2023-03-01 19:29:30 +01:00