Page 1 of 1
Tab Key Issue.
Posted: Sat Jul 12, 2025 8:14 pm
by swhite
Hi
If you have the find dialog open while you are entering text in your program and if at some point PB displays a list of constants for you to choose from and you find the one you want and press "Tab" the constant is entered into your program but the cursor jumps to the find dialog. So then when you try to continue entering program text you are actually entering text into the find dialog. I find this behavior annoying. Is it possible to prevent the "Tab" key from jumping to a dialog box in this case?
Thanks,
Simon
Re: Tab Key Issue.
Posted: Mon Jul 14, 2025 10:52 am
by Axolotl
Hi,
I was trying to reproduce your issue on Win 11 Home with PB 6.04 (x86) and PB 6.21 (x64).
My Steps:
1. open IDE
2. open Find/Replace Dialog
3. Enter some code (Constants, Procedures, etc.)
4. Autocompletebox opens
5. Select some Item and press Tab
6. Curser is behind the inserted "Item-Text" (Constant, etc.) as expected.
Maybe I misunderstood your description, but so far I cannot confirm.
Re: Tab Key Issue.
Posted: Mon Jul 14, 2025 11:50 am
by PBJim
Axolotl wrote: Mon Jul 14, 2025 10:52 am
Maybe I misunderstood your description, but so far I cannot confirm.
I also tried to reproduce Simon's tab key behaviour at the weekend but I wasn't able to. I suppose like many of us, I make fairly heavy use of Find-Replace daily. I felt that it was probably one of those anomalies where the precise steps and conditions have to be matched in order to see it happen. I wondered if there is something on Simon's machine that is persistently giving focus to the Find box. For me, the box remains in the foreground, but does not regain focus.
Re: Tab Key Issue.
Posted: Mon Jul 14, 2025 2:49 pm
by swhite
Hi
I forgot to mention I am using Linux PB 6.20. This behavior does not happen in the Windows version.
Simon
Re: Tab Key Issue.
Posted: Mon Jul 14, 2025 3:29 pm
by PBJim
swhite wrote: Mon Jul 14, 2025 2:49 pm
Hi
I forgot to mention I am using Linux PB 6.20. This behavior does not happen in the Windows version. Simon
Ahh, sorry I can't help you there. I did wonder if you were a Linux man, but couldn't recall

Re: Tab Key Issue.
Posted: Fri Aug 01, 2025 2:57 pm
by swhite
PBJim wrote: Mon Jul 14, 2025 3:29 pm
swhite wrote: Mon Jul 14, 2025 2:49 pm
Hi
I forgot to mention I am using Linux PB 6.20. This behavior does not happen in the Windows version. Simon
Ahh, sorry I can't help you there. I did wonder if you were a Linux man, but couldn't recall
I use both Windows and Linux equally that's what makes it so noticeable.