 |
 |
 |
Workbench supplements text searching with pattern searching, which lets you find certain structures in your code.
For example, if you want to find every instance of Mathematica
code in your workspace that has an If
with two arguments, you would go to the menu bar and choose
Search > File, then choose the Mathematica Search
tab. You could enter the pattern If[ _, _], which
means an If
with two arguments.
- Pattern-based searching and rewriting of Mathematica code
- Scripting of warnings and error markers based on Mathematica patterns
- Assistant to help migrate from Version 5.2 code
|