Re: [Lazarus] Insufficient keyboard modifiers support in IDE

2017-05-11 Thread Alexey via Lazarus
So it is a LCL bug then? Seems LCL ok: - Windows key works, it is ssMeta [on GTK2 too] - Super key [not Windows key] not known to LCL - Hyper key too not known - AltGr works here, in GTK2 it gives Alt. -- Regards, Alexey -- ___ Lazarus mailing

Re: [Lazarus] Insufficient keyboard modifiers support in IDE

2017-05-11 Thread Marc Weustink via Lazarus
On May 11, 2017 5:21:49 PM GMT+02:00, Graeme Geldenhuys via Lazarus wrote: >On 2017-05-11 16:00, Alexey via Lazarus wrote: >> It must not see em. Laz dont know what is Hyper key, and Super. > >So it is a LCL bug then? Not sure, iirc I've implemented them in gtk.

Re: [Lazarus] Vulkan Library for FreePascal/Lazarus

2017-05-11 Thread Lars via Lazarus
On 2017-04-13 11:34, Michalis Kamburelis via Lazarus wrote: @James, would you mind removing the "Public Service Announcement" from https://github.com/james-mcjohnson/VulkanLibraryForFreePascal/blob/master/LICENSE.md ? Don't get me wrong, I understand that you want to promote your faith and I

Re: [Lazarus] Vulkan Library for FreePascal/Lazarus

2017-05-11 Thread Lars via Lazarus
On 2017-04-12 23:32, James.mcjohnson via Lazarus wrote: This is both an announcement and request for help for an open source FreePascal project which strives to provide: You may want to also post this to the FPC mailing list rather than just the Lazarus list, as, vulkan can probably be used

Re: [Lazarus] Insufficient keyboard modifiers support in IDE

2017-05-11 Thread Graeme Geldenhuys via Lazarus
On 2017-05-11 16:21, Graeme Geldenhuys via Lazarus wrote: I'll file a Mantis bug report. Reported as: https://mantis.freepascal.org/view.php?id=31797 Many thanks for your help and time Alexey. Regards, Graeme -- fpGUI Toolkit - a cross-platform GUI toolkit using Free Pascal

Re: [Lazarus] Insufficient keyboard modifiers support in IDE

2017-05-11 Thread Graeme Geldenhuys via Lazarus
On 2017-05-11 16:00, Alexey via Lazarus wrote: It must not see em. Laz dont know what is Hyper key, and Super. So it is a LCL bug then? As I mentioned, I'm using LCL-GTK2, and I know FreeBSD supports those keys (tested with xev), and I know GTK2 supports those keys (test with The GIMP). So

Re: [Lazarus] Insufficient keyboard modifiers support in IDE

2017-05-11 Thread Alexey via Lazarus
On 11.05.2017 17:50, Graeme Geldenhuys via Lazarus wrote: that generates Ctrl+Alt+Shift+Hyper+Up it doesn't recognise any of the new shiftstates It must not see em. Laz dont know what is Hyper key, and Super. Shiftstate flags are none, AFAIK LCL dont support Hyper/Super keys -- Regards,

Re: [Lazarus] Insufficient keyboard modifiers support in IDE

2017-05-11 Thread Alexey via Lazarus
>Both in Lazarus v1.7 and v1.9 using the IDE compiled with LCL-GTK2. Check "Meta" shows on Mac only; you need it for Lin/Win? It is simple fix, one liner. function TCustomShortCutGrabBox.GetDefaultShiftButtons: TShiftState; begin {$IFDEF Darwin} Result:=[ssCtrl,ssShift,ssAlt,ssMeta];

Re: [Lazarus] Insufficient keyboard modifiers support in IDE

2017-05-11 Thread Graeme Geldenhuys via Lazarus
On 2017-05-11 13:47, Alexey via Lazarus wrote: Hm, on OSX, IDE shows key grab dialog [in keymapping opts] with additional checkbox, "Meta". It is what yo need? Attached is a screenshot of what I see. Both in Lazarus v1.7 and v1.9 using the IDE compiled with LCL-GTK2. Note that there is

Re: [Lazarus] Insufficient keyboard modifiers support in IDE

2017-05-11 Thread Alexey via Lazarus
Hm, on OSX, IDE shows key grab dialog [in keymapping opts] with additional checkbox, "Meta". It is what yo need? Ctrl+Meta checkboxes - for keys Ctrl/Command. And dialog works for Meta. Alexey -- ___ Lazarus mailing list Lazarus@lists.lazarus-ide.org

Re: [Lazarus] what do i see left of the Scrollbar?

2017-05-11 Thread Graeme Geldenhuys via Lazarus
On 2017-05-11 13:03, Mattias Gaertner via Lazarus wrote: Maybe you altered some options? Editor options / Mouse / Advanced / Gutter / Overview Thanks Mattias, that did the trick. I had nothing defined under the "Overview" section - both under Linux and FreeBSD. Regards, Graeme --

Re: [Lazarus] what do i see left of the Scrollbar?

2017-05-11 Thread Ondrej Pokorny via Lazarus
On 11.05.2017 13:12, Graeme Geldenhuys via Lazarus wrote: On 2017-05-11 11:50, Ondrej Pokorny via Lazarus wrote: It is clickable :) Umm, it doesn't work here. Clicking via LClick or RClick doesn't have any affect. I'm using Lazarus 1.7 r52715 FPC 2.6.4 x86_64-linux-gtk 2, running under

Re: [Lazarus] what do i see left of the Scrollbar?

2017-05-11 Thread Mattias Gaertner via Lazarus
On Thu, 11 May 2017 12:12:09 +0100 Graeme Geldenhuys via Lazarus wrote: > On 2017-05-11 11:50, Ondrej Pokorny via Lazarus wrote: > > It is clickable :) > > Umm, it doesn't work here. Clicking via LClick or RClick doesn't have > any affect. I'm using Lazarus 1.7

Re: [Lazarus] what do i see left of the Scrollbar?

2017-05-11 Thread Graeme Geldenhuys via Lazarus
On 2017-05-11 11:50, Ondrej Pokorny via Lazarus wrote: It is clickable :) Umm, it doesn't work here. Clicking via LClick or RClick doesn't have any affect. I'm using Lazarus 1.7 r52715 FPC 2.6.4 x86_64-linux-gtk 2, running under CentOS 6.6. Maybe I should update my Lazarus? I then tested

[Lazarus] Insufficient keyboard modifiers support in IDE

2017-05-11 Thread Graeme Geldenhuys via Lazarus
Hi, I'm using an Ergodox keyboard, and have a shortcut layer setup in my keyboard layout. This allows me a single key press, yet sends a complex key sequence to the OS. The same can be achieved with normal keyboards and some extra software. This is extremely useful, and more about that can

Re: [Lazarus] what do i see left of the Scrollbar?

2017-05-11 Thread Ondrej Pokorny via Lazarus
On 11.05.2017 12:11, Graeme Geldenhuys via Lazarus wrote: Now all that remains is to make it clickable, so you jump to the part of the file where you clicked. It is clickable :) Ondrej -- ___ Lazarus mailing list Lazarus@lists.lazarus-ide.org

Re: [Lazarus] what do i see left of the Scrollbar?

2017-05-11 Thread Martin Frb via Lazarus
On 11/05/2017 08:50, Landmesser John via Lazarus wrote: just curious: what do i see left of the Editor windows Scrollbar ... these little colored bars? An overview of the entire file (all lines) orange boxes are location of errors (compilation) blue boxes are bookmark red boxes are

Re: [Lazarus] what do i see left of the Scrollbar?

2017-05-11 Thread zeljko via Lazarus
On 11.05.2017 09:50, Landmesser John via Lazarus wrote: just curious: what do i see left of the Editor windows Scrollbar ... these little colored bars? Changed lines. zeljko -- ___ Lazarus mailing list Lazarus@lists.lazarus-ide.org

[Lazarus] what do i see left of the Scrollbar?

2017-05-11 Thread Landmesser John via Lazarus
just curious: what do i see left of the Editor windows Scrollbar ... these little colored bars? Lazarus 1.9.0 rUnknown FPC 3.0.0 i386-win32-win32/win64 -- ___ Lazarus mailing list Lazarus@lists.lazarus-ide.org