Menu Edit
The Edit menu is used to perform some common actions in the current project/editor. The options are described below.
Undo
Undo a change.
Redo
Redo a change.
Cut
Copy to the clipboard and remove the selected text/item.
Copy
Copy the selected text/item to the clipboard.
Paste
Insert the contents of the clipboard if are in a supported format.
Find / Replace
Enable the quick search mode that perform a search/replace operation in the current editor. You can enable some options to give more control over the search: case sensivity, backward search, circular search and regular expressions.
While in regular expression mode, you can use captures in the replace string by using %1, %2, %3, ...
Find / Replace (multi-line)
Perform a multi-line search/replace operation in the current editor. Note: Only on code editors.
Code
Displays the Code menu.
Encoding
Displays the Encoding sub menu. This is used to easely select the right encoding of the text file. Fighter Factory Studio tries to detect the encoding while loading a file using several methods, including Mozilla Encoding Detector, but is nearly impossible to know for sure the right one..