[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [StrongED] Editing multiple files
- To: stronged@xxxxxxxxxxx
- Subject: Re: [StrongED] Editing multiple files
- From: Fred Graute <fjgraute@xxxxxxxxx>
- Date: Wed, 05 Dec 2018 21:48:44 +0100
- Dkim-signature: v=1; a=rsa-sha256; q=dns/txt; c=simple/simple; d=casema.nl; s=201809corplgsmtpnl; h=MIME-Version:Message-ID:Subject:To:From:Date; bh=MH+4VsqKYnd98uBfLTtTMHlsWvR1F6wSWiYhFkhPULQ=; b=h/2l2hCLafiYBY814DnqyldUhk 8uKaHwBVSOoE0uLJkjhEaWeDC+z0SviIKOM+acS0HfGoPNwnvZymlI7QeybTpxf/6gRO6B7hszn6Z SgMn+rI9pLytgg/Ly82GxtdHhqdoJh86TLNeYLzAN473gOkoMGSmIRA4Q4qrybz3Zdl88ROXZfE/z TFgGH9DLSE5tR5dLW6782ZtL5ZOTFc+EoxMaJ/dXik9f7Mc2/O1fIZ+ZbeexiYcs39w29YZ8d8c7+ MsZR0cnBM5koIX/sYuGmwKRydgpRYd42A421nKx9ujLgNjtgdMgphIuA8vArx7uFODMGIS/oDCPfF O3WjW/tA==;
- Envelope-to: stronged@xxxxxxxxxxx
- In-reply-to: <6c19a66157.Alan.Adams@ArmX6.adamshome.org.uk>
- List-id: RISC OS StrongED mailing list
- References: <6c19a66157.Alan.Adams@ArmX6.adamshome.org.uk>
- Reply-to: StrongED@xxxxxxxxxxx
- User-agent: Messenger-Pro/7.06 (MsgServe/7.06) (RISC-OS/5.24)
In message <6c19a66157.Alan.Adams@xxxxxxxxxxxxxxxxxxxxxx>
Alan Adams <alan@xxxxxxxxxxxxxxxx> wrote:
> Hi
>
> I have a need to find all of a specific reference in a directory full of
> files, mostly BASIC, and it's the BASIC ones I want to search.
>
> The strongHelp says if I drag the directory to the iconbar with control
> help it opens a dialig allowing me to specify the file type.
>
> What actually opens is a dialog with two lines. The first contains *.**
> and is editable. The second line, which seems to refer to file content,
> isn't editable.
>
> How do I use this dialog please?
The syntax of the Pattern field is:
<list of filetypes> ; <patterns to match>
Filetypes are expressed as 3-digit hex numbers, eg FFF for text or FFB
for BASIC. Multiple filetypes can be specified, seperated by spaces. To
accept all filetypes use '*' for the filetype.
The patterns are the same as those in ModeWhen files and are used to
match filenames. Two wildcards are supported '*' and '**'.
The '*' wildcard matches anything except '.' while '**' matches all.
Together they provide a simple yet powerful way of matching filenames.
Specifying '**' on its own will match all filenames.
To load all Basic files use: FFB ; **
This will recurse into any subdirectories. If this is unwanted then
specify the top directory in the pattern: FFB ; **.<top directory>.*
(without the angle brackets).
Cheers,
Fred.
--
StrongED Developer
http://www.stronged.iconbar.com/
--
To unsubscribe send a mail to StrongED+unsubscribe@xxxxxxxxxxx
List archives and instructions at
http://stronged.torrens.org/index.html