
|
The Menus
Here I am going to explain you all ReCatItPro menus.
 |
Project Menu |
| Option Name |
Key |
Description |
| Open WorkSpace |
Amiga + O |
This command opens a WorkSpace in ReCatItPro.
|
| Save WorkSpace |
Amiga + W |
This command saves the current WorkSpace into a file.
|
| Preferences |
Amiga + P |
This command opens the Preferences Window.
|
| About |
Amiga + ? |
This command shows an About window.
|
| About AFC |
(None) |
This command just shows you some info about Amiga Foundation Classes.
| TIP: |
To know something more about Amiga Foundation Classes, please
visit the Official Site.
|
|
| Greetings |
(None) |
Here there is a window with some thanks and hellos.
|
| Quit |
Amiga + Q |
Guess!
|
 |
Actions Menu |
| Option Name |
Key |
Description |
| Add Message |
Amiga + N |
This command lets you add a message to the current catalog.
| NOTE: |
You should add messages only to catalogs you own.
If you just want to translate someone else's catalog in your own language, then
this option isn't useful to you.
|
|
| Delete Message |
Amiga + D |
This command lets you delete a message from the current catalog.
| NOTE: |
You should delete messages only to catalogs you own.
If you just want to translate someone else's catalog in your own language, then
this option isn't useful to you.
|
|
| Find |
Amiga + F |
This command helps you finding a specific text inside a catalog.
This is the normal search option you can find in all text editors, but
it is very powerful, because you can use standard AmigaDOS wildcards.
You can search for text in all these fields:
| Text |
The search string will be matched with ones
inside the Text field.
|
| New Text |
The search string will be matched with ones
inside the New field.
|
| Original |
The search string will be matched with ones
inside the Original field.
|
| Constant |
The search string will be matched with ones
inside the Const field.
|
| NOTE: |
The matching is case insensitive.
|
| TIP: |
Since the Find options uses the standard AmigaDOS
wildcards, you can write matching patterns like these:
| #?home#? |
This will look for any message containing the word home.
Eg. 'This is my home now' will match.
| | #?home. |
This will look for any message ending with the word home.
Eg. 'This is my home now' will not match.
|
|
|
| Find Again |
Amiga + A |
This command will search for the next occurrency of the string matching
pattern you've inserted with the Find option.
|
| Clear Workspace |
Amiga + K |
This command will clear all cataog messages and all WorkSpace information
stored in ReCatItPro.
| NOTE: |
All unsaved data will be lost forever.
|
|
 |
Data Menu |
| Option Name |
Key |
Description |
| Name |
Amiga + 1 |
Use this command to change the name of the catalog.
|
| Language |
Amiga + 2 |
Use this command to set the language of the catalog.
|
| Author |
Amiga + 3 |
Use this command to set the author of the catalog.
You should insert your name here.
|
| Date |
Amiga + 4 |
Use this command to set the date of the catalog.
Pressing the Today gadget will automatically
set the catalog date to your current date.
|
| Version |
Amiga + 5 |
Use this command to set the version number of the catalog.
|
| Revision |
Amiga + 6 |
Use this command to set the revision number of the catalog.
|
 |
Import Menu |
| Option Name |
Key |
Description |
| Catalog |
Amiga + C |
Use this command to import a catalog file inside ReCatItPro.
|
| Descriptor |
(None) |
Use this command to import a Catalog Descriptor inside ReCatItPro.
|
| Translation |
Amiga + T |
Use this command to import a Catalog Translation inside ReCatItPro.
|
| ASCII |
(None) |
Use this command to import an ASCII File inside ReCatItPro.
|
| Scan Source File |
(None) |
This command allows you to scan a Source File and to extract all the
messages inside. Once you've chosen this option, you'll be prompted to insert
the String Delimitators. For eg. in C/C++ delimitators are double quotes ("),
while in AmigaE they are the single quotes (').
|
 |
Export Menu |
| Option Name |
Key |
Description |
| Catalog |
Amiga + X |
This command saves a catalog file starting from the current
Workspace.
|
| Descriptor |
(None) |
This command saves a Catalog Descriptor file starting from the current
Workspace.
|
| Translation |
(None) |
This command saves a Catalog Translation file starting from the current
Workspace.
|
| AmigaE Constants |
(None) |
This command creates a file containing all the constant values of the current
catalog you have in memory, that can be compiled using AmigaE.
|
| C Constants |
(None) |
This command creates a file containing all the constant values of the current
catalog you have in memory, that can be compiled using a C/C++ compiler.
|
| ASM |
(None) |
This command creates a file containing all the constant values of the current
catalog you have in memory, that can be compiled using an Assembler.
|
| Blitz |
(None) |
This command creates a file containing all the constant values of the current
catalog you have in memory, that can be compiled using Blitz Basic.
|
|