Re: [Lazarus] Disabling selected text boxes

2017-02-12 Thread Tom Lisjac via Lazarus
That did it... many thanks, Michael.

On Sun, Feb 12, 2017 at 1:53 AM, Michael Van Canneyt via Lazarus <
lazarus@lists.lazarus-ide.org> wrote:

>
>
> On Sun, 12 Feb 2017, Tom Lisjac via Lazarus wrote:
>
> I would appreciate if someone could tell me how to disable the source
>> editor from drawing boxes around selected text matches in 1.6.2? No idea
>> what to google for as I don't have any idea what this option is called.
>>
>
> The options for this behaviour are under
> 'Editor-Display-Markup and Matches'  "Highlight of word under Caret"
>
> And then the checkbox:
> 'Disable timer for markup current word'
>
> Michael.
> --
> ___
> Lazarus mailing list
> Lazarus@lists.lazarus-ide.org
> http://lists.lazarus-ide.org/listinfo/lazarus
>
-- 
___
Lazarus mailing list
Lazarus@lists.lazarus-ide.org
http://lists.lazarus-ide.org/listinfo/lazarus


Re: [Lazarus] Run parameters

2017-02-12 Thread corpsman--- via Lazarus
+1

On 11.02.2017 22:19, Graeme Geldenhuys via Lazarus wrote:
> On 2017-02-11 10:22, Michael Van Canneyt via Lazarus wrote:
>> Logically, I would I think these parameters belong in the .lps file ?
> 
> I fully agree, they should be stored in the .lps - I don't care about
> lists or build modes and all that jazz. The accidental committing of
> user credentials into a code repository has bitten me a few times. The
> same goes for commit conflicts after getting a repository update because
> other developers tested with different parameters. All very annoying.
> 
> Regards,
>   Graeme
> 
-- 
___
Lazarus mailing list
Lazarus@lists.lazarus-ide.org
http://lists.lazarus-ide.org/listinfo/lazarus


[Lazarus] IniPropStorage OnSaveProperties and OnSavingProperties

2017-02-12 Thread frans via Lazarus

Hi.

Can someone explain this to me. I'm testing the use of TIniPropStorage 
and I like it.
But this I don't understand. The use of WriteBoolean i.e. only works in 
OnSaveProperties and not in OnSavingProperties. I like this direct 
method above the use of 'StoredValue[] := BoolToStr().


--
mvg
Frans van Leeuwen
M 06-51695390

--
___
Lazarus mailing list
Lazarus@lists.lazarus-ide.org
http://lists.lazarus-ide.org/listinfo/lazarus