Re: [Lazarus] What is the hot key to jump to the unit's implementation uses clause

2018-04-26 Thread Michael Van Canneyt via Lazarus
On Thu, 26 Apr 2018, Graeme Geldenhuys via Lazarus wrote: On 2018-04-26 11:07, Mattias Gaertner via Lazarus wrote: Or alternatively use Cody's identifier dictionary, which adds the unit automatically, so you don't need to jump at all. For us poor sods that are forced to work with Delphi

Re: [Lazarus] Selection block/brace

2018-04-26 Thread Martin Frb via Lazarus
On 26/04/2018 21:56, Vojtěch Čihák via Lazarus wrote: Hi, Select to Brace does nothing, no matter if caret is outside or inside (),[] or {}. What it shoulld do? (abc|def) should select "def"? It seems to only work, if the caret is either before the opening ( or behind the ) It then

Re: [Lazarus] Selection block/brace

2018-04-26 Thread Vojtěch Čihák via Lazarus
Hi, Select to Brace does nothing, no matter if caret is outside or inside (),[] or {}. What it shoulld do?   (abc|def) should select "def"?   Thanks,   V. __ Od: Martin Frb via Lazarus Komu:

[Lazarus] LCL TImageList method wish

2018-04-26 Thread AlexeyT via Lazarus
Ondrej, this patch https://github.com/graemeg/lazarus/commit/0ff493e8cf2b6e4f1c971561db87d2579396eacd makes the same for 4 WS'es: it gets bitmap from imagelist for some resolution. Wish: make TImageList.GetBitmapForResulution and make this patch simpler. -- Regards, Alexey --

Re: [Lazarus] Component editors and related

2018-04-26 Thread Mattias Gaertner via Lazarus
On Thu, 26 Apr 2018 14:33:15 +0200 Werner Pamler via Lazarus wrote: >[...]there is a > "GlobalDesignHook" and a "FDesigner.PropertyEditorHook" - are they the > same, or: what is the difference? They are the same. Mattias --

Re: [Lazarus] Component editors and related

2018-04-26 Thread Werner Pamler via Lazarus
Am 25.04.2018 um 22:07 schrieb Werner Pamler via Lazarus: Am 25.04.2018 um 20:40 schrieb Vojtěch Čihák via Lazarus: ad 1: I never tried two level collection. Are they all published (both collections and their items)? Yes. And both collections are accessible in the object inspector: The

Re: [Lazarus] What is the hot key to jump to the unit's implementation uses clause

2018-04-26 Thread Ondrej Pokorny via Lazarus
On 26.04.2018 12:00, Dennis via Lazarus wrote: From time to time, I need to add an unit to the uses clause of the implement section of the unit. Just use the search function of the Key Mappings IDE options... It has a tool button as well. Ondrej --

[Lazarus] What is the hot key to jump to the unit's implementation uses clause

2018-04-26 Thread Dennis via Lazarus
From time to time, I need to add an unit to the uses clause of the implement section of the unit. Dennis -- ___ Lazarus mailing list Lazarus@lists.lazarus-ide.org https://lists.lazarus-ide.org/listinfo/lazarus