Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.

Source Browser

tashker__michael
Beginner
1,163 Views
Am about 70% of the way done with creating a VS08 addin that does source browsing. That means I've only got the remaining 70% to go. No, it's not nearly as neat as the old Compaq version, but that puppy is getting more and more difficult to work with. (Yes, VS98 will install it under win7, but it's not pretty).

The browser (anyone want to suggest a name for the addin?) will get to the declaration offunctions, subroutines, variables (non-local only) via ctags (fast!), and also the assignment (lhs) and references (rhs) of same (slow via Regex). Seems to work on my projects, but it needs lots of sanding. Support for .for is perhaps marginal. Tastes good for .f90 format. Haven't figured out the event model of VS08 yet so it doesn't update when you save a file (or add/delete one from a project).

Anyway, I'll post progress and then put it out for the community of testing rabbits.
0 Kudos
1 Reply
Andrew_Smith
Valued Contributor I
1,163 Views
Hope it goes well. I would expect it to be a product you could make money from since there is nothing else available that I know of.
0 Kudos
Reply