Fire Project Page
Contents
Bugs
Headers of trad fns & opr that get changed by a "Replace" are not highlighting the change in the compressed report.
Future Enhancements
- In the next version it will become possible to call a function in order to change the APL objects from the hit list. That does not only give one more freedom, it also allows one to make use of Regular Expressions.
In a next step a reference to a Helpers class will be provided as left argument to such functions. That class gives you those utilities at hand you are probably longing for.
- In the last step a kind of "User defined function manager" will be introduced. This will allow you to save a function performing a certain task as part of Fire, so it will become available to everybody who can see the Fire directory.
- Finally we will deliver a couple of functions designed to extend the Fire features. Examples are:
A function SplitAtDiamonds which does what it says: It splits a line with diamonds and inserts as many lines as necessary.
A function InsertAfterHit which inserts a new line with the string defined by the "Replace by" control.
- ... ?!
Version History
1.2.1 from 2012-04-24
Key for moving focus to the hit list should have been <Ctrl+Home> but was <Home>.
1.2.0 from 2012-04-18
CompareIt! is not used any more for "All in one go" replacements. Instead an HTML page is displayed which emphasizes the changes in a better way. It's also possible now to exclude certain object at this stage from the Replace operation.
- Scripted namespaces are now treated differently: they are treated like ordinary namespaces = as containers. Functions and operators stemming from a scripted namespace are marked in the hit list with a "Y" in the "S" (="Scripted"). The scripts itself do not make an appearance in the hit list any longer.
Regular expression were removed. The syntax of RegEx is too complex for this.
- A couple of bug fixes.
1.1.0 from 2012-04-04
- The context menu command "Remove all from namespace...." now offers a "remove also sub-namespaces" which was badly missed so far.
- Under certain circumstances the "But no comment" button could stay active and even checked when it should not.
- The "Exclude" group should tick "Nothing" when the group becomes inactive but did not under certain circumstances.
1.0.1 from 2012-04-02
- Bug in "Search headers only" fixed.
Under certain circumstances Fire would not find CompareIt! when it should.
- Bug in "Replace" fixed: replacing a scalar did not work.
1.0.0 from 2012-03-20
Finally!
APL Wiki