Size: 151
Comment:
|
Size: 2790
Comment:
|
Deletions are marked like this. | Additions are marked like this. |
Line 2: | Line 2: |
<<TableOfContents>> |
|
Line 5: | Line 7: |
'''''Fire''''' stands for for FInd and REplace. It's designed to... | '''''Fire''''' stands for for FInd and REplace. It's designed to search and replace strings in the workspace. |
Line 7: | Line 9: |
(Currently this is just a placeholder) | == Features == Fire's main feature is the "Replace" command which allows you in an easy yet powerful way to replace certain strings in all or selected objects. Other features are: * You can restrict the search to one or more of these object classes: * traditional functions & operators * direct functions & operators * Classes * Interfaces * Scripted namespaces * Variables * You can restrict the search by: * ignoring code * ignoring comments * ignoring text (=everything between quotes) * Use regular expression in your search string (`⎕S, ⎕R`) * Negate a search ("every object that does '''not''' contain...) * Search only the hits of the last search == Difference between Dyalog's build-in Search tool and Fire == * Fire handles circular references correctly (thanks to PhilLast) == Fire's GUI == === Main Window === {{attachment:Fire_01.png}} Specifying anything into the "Start looking here" control is supported by autocomplete: this box offers all ordinary namespaces matching the characters in "Start looking here". {{attachment:Fire_02.png}} === The "Replace" feature === The Replace feature allows you to change the workspace on a global level: {{attachment:Replace.png}} There are two mode available: * In batch mode you can check all changes in one go and then either accept or discard them. * "One-by-one" allows you to compare and edit one object after the other. ==== Batch mode ==== This is the first step of three steps in Batch mode: This is the first of two steps in Batch mode: {{attachment:Batch_02.png}} It allows you to check whether everything is okay or not. Here we see a "compressed" report: it contains only the potentially changed lines. The full report would show all lines of all objects involved. You cannot change anything at this stage. This is the second and last step: {{attachment:Batch_03.png}} This allows to either fix all changed objects or discard the changes. ==== One by one ==== In one-by-one mode you can check and edit a single object: {{attachment:OneByOne_01.png}} In the next step you can either fix the changes are skip this object and carry on with the next one or cancel the rest of the Replace operation: {{attachment:OneByOne_02.png}} == Project Page == For bug reports, future enhancements and a full version history see [[Fire/ProjectPage]] == Version Information == ||Original author: ||KaiJaeger || ||Responsible: ||KaiJaeger || ||Email: || kai@aplteam.com || <<Include(APLTreeDownloads)>> |
Fire
Contents
Under construction
Fire stands for for FInd and REplace. It's designed to search and replace strings in the workspace.
Features
Fire's main feature is the "Replace" command which allows you in an easy yet powerful way to replace certain strings in all or selected objects.
Other features are:
- You can restrict the search to one or more of these object classes:
traditional functions & operators
direct functions & operators
- Classes
- Interfaces
- Scripted namespaces
- Variables
- You can restrict the search by:
- ignoring code
- ignoring comments
- ignoring text (=everything between quotes)
Use regular expression in your search string (⎕S, ⎕R)
Negate a search ("every object that does not contain...)
- Search only the hits of the last search
Difference between Dyalog's build-in Search tool and Fire
Fire handles circular references correctly (thanks to PhilLast)
Fire's GUI
Main Window
Specifying anything into the "Start looking here" control is supported by autocomplete: this box offers all ordinary namespaces matching the characters in "Start looking here".
The "Replace" feature
The Replace feature allows you to change the workspace on a global level:
There are two mode available:
- In batch mode you can check all changes in one go and then either accept or discard them.
- "One-by-one" allows you to compare and edit one object after the other.
Batch mode
This is the first step of three steps in Batch mode:
This is the first of two steps in Batch mode:
It allows you to check whether everything is okay or not. Here we see a "compressed" report: it contains only the potentially changed lines. The full report would show all lines of all objects involved. You cannot change anything at this stage.
This is the second and last step:
This allows to either fix all changed objects or discard the changes.
One by one
In one-by-one mode you can check and edit a single object:
In the next step you can either fix the changes are skip this object and carry on with the next one or cancel the rest of the Replace operation:
Project Page
For bug reports, future enhancements and a full version history see Fire/ProjectPage
Version Information
Original author: |
|
Responsible: |
|
Email: |