Size: 908
Comment:
|
Size: 2704
Comment:
|
Deletions are marked like this. | Additions are marked like this. |
Line 11: | Line 11: |
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 to one or more of these: * Ignore code * Ignore comments * Ignore 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 |
|
Line 12: | Line 31: |
* Fire handles references correctly (thanks to PhilLast) * Editing in Fire is limited to the currently opened object(s). |
|
Line 19: | Line 41: |
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". |
|
Line 23: | Line 47: |
The Replace feature allows you to change the workspace on a global level: |
|
Line 24: | Line 50: |
There are two mode available: * In one-by-one you can compare and edit one object after the other. * In batch mode you can check all changes in one go and then either accept or discard them. |
|
Line 27: | Line 58: |
This is the first step of three steps in Batch mode: |
|
Line 28: | Line 61: |
This is the second of three steps in Batch mode: |
|
Line 31: | Line 66: |
It allows you to check whether everything is okay or not. This is the third and last step: |
|
Line 32: | Line 71: |
This allows to either fix all changes objects or discard the changes. |
|
Line 35: | Line 76: |
In one-by-one mode you can check and edit a single object: |
|
Line 36: | Line 79: |
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: |
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 to one or more of these:
- Ignore code
- Ignore comments
- Ignore 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 references correctly (thanks to PhilLast)
- Editing in Fire is limited to the currently opened object(s).
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 one-by-one you can compare and edit one object after the other.
- In batch mode you can check all changes in one go and then either accept or discard them.
Batch mode
This is the first step of three steps in Batch mode:
This is the second of three steps in Batch mode:
It allows you to check whether everything is okay or not.
This is the third and last step:
This allows to either fix all changes 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: |