Re: [Lazarus] Minor annoyance in IDE

2023-01-15 Thread Juha Manninen via lazarus
On Sun, Jan 15, 2023 at 5:03 AM Don Ziesig via lazarus <
lazarus@lists.lazarus-ide.org> wrote:

> Or might it just be the OS (Linux Mint XFCE)?
>

As Zeljko mentioned it is a window manager issue. Not OS.
My KDE also has such a setting but I don't have it enabled.

I hope you recovered from your health issues whatever they were.

Regards,
Juha
-- 
___
lazarus mailing list
lazarus@lists.lazarus-ide.org
https://lists.lazarus-ide.org/listinfo/lazarus


Re: [Lazarus] Unicode RTL for FPC

2023-01-15 Thread Rolf Wetjen via lazarus

Hi Michael,

- update/clone fpc:
git clone https://gitlab.com/freepascal.org/fpc/source.git fpc
** ok

- Switch to unicode branch:
cd fpc **missing in the description
git switch unicodertl
** ok

- Create FPC unicode-rtl-capable compiler
cd fpc ** already in fpc
make all
** ok, beside of the fact that there's no make.exe (no bin) folder in 
the new fpc file tree. I used make.exe from lazarus fpc 3.2.2.


 - Create .fpc-unicodertl.cfg as per instructions in my first mail.
** There's no fpc.cfg in the new fpc file tree. In lazarus/fpc/3.2.2 
it's in fpc\3.2.2\bin\x86_64-win64.


Rolf
--
___
lazarus mailing list
lazarus@lists.lazarus-ide.org
https://lists.lazarus-ide.org/listinfo/lazarus


Re: [Lazarus] Minor annoyance in IDE

2023-01-15 Thread zeljko via lazarus



On 15. 01. 2023. 04:03, Don Ziesig via lazarus wrote:

Hi All!

It's been years (unfortunately much ill health/hospitalization) but I'm 
back.


I upgraded to Lazarus 2.2.4 before getting back to work and my memory of 
the annoyance from earlier versions may be erroneous (I don't remember 
it happening in the past).


When I have a non-Lazarus window overlapping the main IDE window and I 
move the mouse over the main window the main window raises itself over 
everything else on the desktop.  This is exceedingly annoying.  My 
normal muscle-memory is that I am the only one who explicitly raises 
windows using a mouse click (too much MS Windows in the distant past?).


Is there any way to disable this?  I have looked at all of the 
configuration menus/pages but didn't see any thing that looks appropriate.


Or might it just be the OS (Linux Mint XFCE)?


Some window managers have such configuration, focus on mouse over or 
similar, so that could be your problem.

Search for window focusing in xfce configuration.

zeljko
--
___
lazarus mailing list
lazarus@lists.lazarus-ide.org
https://lists.lazarus-ide.org/listinfo/lazarus