Re: [Lazarus] Tooltip shows value of some but not all const items....

2021-01-02 Thread Bo Berglund via lazarus
On Sat, 2 Jan 2021 12:36:06 +0100, Sven Barth via lazarus wrote: >Am 02.01.2021 um 12:09 schrieb Bo Berglund via lazarus: >> Another question: >> - >> Is there a difference between the two types of declarations? >> I think that the # specifier of the value also declares the const

[Lazarus] FPDoc now with Markdown support

2021-01-02 Thread Michael Van Canneyt via lazarus
Hello ! I didn't make it quite in time for the new year, but still: The fpdoc engine (what is used to document the FPC & Lazarus units) is now capable of outputting the documentation in markdown. This can be used as input for mkdocs or another engine such as sphinx. As a first engine, I

Re: [Lazarus] Tooltip shows value of some but not all const items....

2021-01-02 Thread Sven Barth via lazarus
Am 02.01.2021 um 12:09 schrieb Bo Berglund via lazarus: Is there some Lazarus setting that will enable always showing the value? You would probably need to do a feature request for that. Another question: - Is there a difference between the two types of declarations? I think

Re: [Lazarus] Tooltip shows value of some but not all const items....

2021-01-02 Thread wkitty42--- via lazarus
On 1/2/21 6:09 AM, Bo Berglund via lazarus wrote: MKFILE= #$E5; this is a constant... REMMEASON: char = #$D5; this is a typed constant... that's the difference between the two i see immediately... i don't think there's a setting like you asked about but i haven't looked... seems

[Lazarus] Tooltip shows value of some but not all const items....

2021-01-02 Thread Bo Berglund via lazarus
I am using Lazarus 2.0.8/fpc3.0.4 on RaspberryPi4. When working on Windows -> Linux porting of an old Delphi app I have noted that the Lazarus IDE behaves differently when I hover the mouse over a const item in the source editor. The consts are declared in the top of the implementation section to