Lost the ability to replace text in the SE

Anything beyond the basics in using the LiveCode language. Share your handlers, functions and magic here.

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller

Post Reply
dunbarx
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 10309
Joined: Wed May 06, 2009 2:28 pm

Lost the ability to replace text in the SE

Post by dunbarx » Tue Mar 04, 2025 11:54 pm

In the SE, the pullDown menu "Replace with" in the "Find and Replace" dialog is disabled. So are the "Find Next" "Replace" and "Replace All" buttons. The "Find all" button, however, works fine.

So all of a sudden, though I can still find all instances of a piece of text, I can no longer find the next one, or replace that text with something else. And this only applies to the dialog. The ordinary "find" works OK, that is, using the green arrows.

Craig

SWEdeAndy
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 324
Joined: Sat Aug 16, 2008 9:48 am
Contact:

Re: Lost the ability to replace text in the SE

Post by SWEdeAndy » Sun Mar 09, 2025 4:04 pm

What did you select in the "Look in" menu?

The "Replace" controls get disabled if you have selected anything but "Current tab" or "All tabs". It's always been like this, as far as I know.

find.png
find.png (15.84 KiB) Viewed 3466 times
Andreas Bergendal
Independent app and system developer
Free LC dev tools: https://github.com/wheninspace
(WIS_WebDeployHelper, WIS_ScriptDependencies, WIS_BrowserAnimation)
WhenInSpace: https://wheninspace.com

richmond62
Livecode Opensource Backer
Livecode Opensource Backer
Posts: 10089
Joined: Fri Feb 19, 2010 10:17 am

Re: Lost the ability to replace text in the SE

Post by richmond62 » Sun Mar 09, 2025 8:11 pm

The "Replace" controls get disabled if you have selected anything but "Current tab" or "All tabs". It's always been like this, as far as I know.
Well then perhaps it is time that were changed.

richmond62
Livecode Opensource Backer
Livecode Opensource Backer
Posts: 10089
Joined: Fri Feb 19, 2010 10:17 am

Re: Lost the ability to replace text in the SE

Post by richmond62 » Sun Mar 09, 2025 8:57 pm

Screenshot 2025-03-09 at 21.22.59.jpg
-
Presumably those other option are either redundant (so they should NOT be visible), or they can somehow be activated . . .
Last edited by richmond62 on Tue Mar 25, 2025 9:19 am, edited 1 time in total.

dunbarx
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 10309
Joined: Wed May 06, 2009 2:28 pm

Re: Lost the ability to replace text in the SE

Post by dunbarx » Mon Mar 10, 2025 3:28 pm

Andy.

Thanks, that was the issue. Never seen that before, because I never touched that pulldown.

But what, then, is the purpose of those other, more global options?

Craig

Post Reply