Bug? B4A Editor: F3 does not work on undocked editor window

Widget

Well-Known Member
Licensed User
Longtime User
I noticed if I undock a window in the B4A editor by dragging its tab away until it floats, pressing F3 from this floating window no longer displays the Find/Replace window. Pressing F3 does nothing. Is it designed this way? Or is it a bug?

TIA

I'm using B4A v6.80.
 

Widget

Well-Known Member
Licensed User
Longtime User
It is a bug or limitation.

Note that in the next version the quick search will also support replacing the matched strings so it will partially solve this issue.

Great! Will the new Quick Search have find options like "Whole Words" & "Match Case"? That is definitely necessary because I will often have variables like "fButton" and "fButtonColor" so if I replace "fButton" to "fBtn" I don't (necessarily) want to change "fButtonColor" to "fBtnColor" so the "Whole Words" option is necessary in this case.

BTW, in Delphi their Search is user selectable to work on:
Search all Files in Project | Search all Open Files | Files in Directory (with user specified wildcard like *.pas, *.dfm and "Search in Subdirectories")​

The "Files In Directory" option comes in handy when I need to find references for a library's public variables/subs, I can then search different projects that reference them at the same time (related projects are under a common directory) instead of loading each project individually and repeating the search ad-infinitum.
 

Erel

B4X founder
Staff member
Licensed User
Longtime User
Top