Re: [Lazarus] Question about TRichMemo

2016-11-01 Thread Dmitry Boyarintsev via Lazarus
On Tue, Nov 1, 2016 at 10:50 PM, silvioprog via Lazarus < lazarus@lists.lazarus-ide.org> wrote: > Anyway, I'm going to send some patches to improve this component ... > Thank you! Looking forward! Pure Delphi-compatibility patches are likely to be rejected. (unless they're implemented in the form

[Lazarus] Question about TRichMemo

2016-11-01 Thread silvioprog via Lazarus
Hello, First, thanks for this great component ! :-) So, what do you think about distributing it on Lazarus components directory and it cames installed by default in the IDE? Anyway, I'm going to send some patches to improv

Re: [Lazarus] Suggestion for Object Inspector

2016-11-01 Thread Vojtěch Čihák via Lazarus
I guess we are talking about virtual (abstrat) methods which can be overridden.   V. __ Od: Vojtěch Čihák via Lazarus Komu: Bob B. , Datum: 02.11.2016 01:51 Předmět: Re: [Lazarus] Suggestion for Object Inspector It is impossible since

Re: [Lazarus] Suggestion for Object Inspector

2016-11-01 Thread Vojtěch Čihák via Lazarus
It is impossible since methods are not part of RTTI. Maybe Code Explerer would be better place for it.   V. __ Od: "Bob B. via Lazarus" Komu: Lazarus Mailing List Datum: 02.11.2016 00:48 Předmět: [Lazarus] Suggestion for Object Inspec

[Lazarus] Suggestion for Object Inspector

2016-11-01 Thread Bob B. via Lazarus
There are tabs for Properties and for Events, how about one for Methods?   Clicking on on one could put the prototype for the function or procedure at the current Editor cursor position.   Since not all components are well documented, such a list could be really helpful. Bob B.-- ___

Re: [Lazarus] FPC on Rpi3 executable module sizes

2016-11-01 Thread Sascha Hestermann via Lazarus
Am 30.10.2016 um 18:32 schrieb Ken Kashmarek via Lazarus: > On the RPi3, goes up to over 400K in size. If 3 items are in the uses line, > the RPi3 executable exceeds 800K. > > This is clearly an error where each addition adds 200k (or more) the the > executable file. I do note however, that all

[Lazarus] Non UTF8 func in LCL

2016-11-01 Thread Alexey via Lazarus
hi I found (CudaText finder, 16 matches) of non UTF8 func GetEnvironmentVariable (no suffix UTF8) in lcl. Consider to replace with GetEnvironmentVariableUTF8. Img of found lines https://postimg.org/image/julazv1h7/ Alex -- ___ Lazarus mailing list Laza

Re: [Lazarus] FPC on Rpi3 executable module sizes

2016-11-01 Thread Florian Klämpfl via Lazarus
Am 30.10.2016 um 18:32 schrieb Ken Kashmarek via Lazarus: > > This is clearly an error where each addition adds 200k (or more) the the > executable file. Those units contain initialization sections which drag in a lot of code. You might want to try to strip explicitly unused symbols by compili