Forum > Documentation (Maintaining -)
Lazarus documentation preview has been updated
dsiders:
An updated preview for Lazarus documentation has been posted to https://dsiders.gitlab.io/lazdocsnext/.
HTML help content for the LCL and LazUtils packages has been updated to version 2.3.0-1b9d3d4cbf (2023-02-26), and includes the following:
--- Code: Bash [+][-]window.onload = function(){var x1 = document.getElementById("main_content_section"); if (x1) { var x = document.getElementsByClassName("geshi");for (var i = 0; i < x.length; i++) { x[i].style.maxHeight='none'; x[i].style.height = Math.min(x[i].clientHeight+15,306)+'px'; x[i].style.resize = "vertical";}};} ---1b9d3d4cbf Docs: LCL/extctrls. Updates content in TCustomFlowPanel.CalculatePreferredSize for changes in 6cc8ef74.e00d028b0e Docs: LazUtils/lazutf8. Removes deprecated ReplaceSubstring topic after changes in ce9b92c9.b61d4e63a1 Docs: LCL/comctrls. Updates content in TCustomUpDown topics.f79a5d6718 Docs: LCL/comctrls. Updates content in topics including:4143748675 Docs: LCL/comctrls. Updates topics for changes in d42c3fe9.17b66f88c4 Docs: DateTimeCtrls. Adds text for See Also links in other units or packages. Fixes awkward wording in sentences.658d14c8a7 Docs: LCL/various. Corrects spelling for 'check box' when not referring to a property name.aa4b71e15e Docs: DateTimeCtrls. Corrects spelling for 'check box' when not referring to a property name.c58ada4acf Docs: DateTimeCtrls/dbdatetimepicker. Adds a topic for TDBDateTimePicker.Options.33ffadbc89 Docs: LCL/controls,ldocktree. Updates topics for changes in 3d86c02c.251585aef1 Docs: LCL/controls. Fixes invalid See Also links in topics.
dbannon:
Thanks Don, thats really valuable work.
It would be heaps more useful if it could be turned into chm help format and we could point our "main" Lazarus IDE to a local copy. Or, perhaps, harder, somewhere where in the IDE that remembers your URL.
Either way, having people looking at it directly, from the Lazarus IDE would be a good thing for for users and perhaps for the quality control of your project.
Davo
dsiders:
--- Quote from: dbannon on February 27, 2023, 06:20:49 am ---Thanks Don, thats really valuable work.
It would be heaps more useful if it could be turned into chm help format and we could point our "main" Lazarus IDE to a local copy. Or, perhaps, harder, somewhere where in the IDE that remembers your URL.
Either way, having people looking at it directly, from the Lazarus IDE would be a good thing for for users and perhaps for the quality control of your project.
Davo
--- End quote ---
Hello Davo.
Thanks for the kind words. I wanted to make the content available so people could use it or offer suggestions. I do not put downloads on the site because its not an official documentation source. Its just a way to see updates that cannot be included in the fixes branch because they are deferred to the next major release.
If you're using 2.3.X, you can build both documentation formats locally. See:
docs/html/README.txt
docs/html/build_chm.sh
docs/html/build_chm.bat
docs/html/build_html.sh
docs/html/build_html.bat
Hope that helps.
---
Don
af0815:
Is it possible to have a link in the footer (or header) to come back to the mainpage (https://dsiders.gitlab.io/lazdocsnext/ here) to change the doc area (eg. LCL to RTL) ?
dbannon:
--- Quote from: dsiders on February 27, 2023, 06:39:37 am ---If you're using 2.3.X, you can build both documentation formats locally. See:
docs/html/README.txt
docs/html/build_chm.sh
docs/html/build_chm.bat
docs/html/build_html.sh
docs/html/build_html.bat
--- End quote ---
Ah, I will have a read !
Thanks.
Davo
Navigation
[0] Message Index
[#] Next page
[*] Previous page