CTAGs and functions
Posted: Fri Oct 19, 2007 1:20 am
I'm evaluating Zeus so a brand new newbie. Search the forum and found a couple of articles of similar vein but didn't solve my problem so here goes...
How to get functions list populated for Fortran or a custom language (in this case Matlab)?
For Fortran, the regex expression of showed up automatically w/ the language extension so figure that was good. But, when add a .f90 file, the syntax coloration works so it's clear the file extension was recognized, but get nothing but "no functions found..." message. So what next?
Added a regex expression for the ".m" files for Matlab files as well as a few keywords and same story...
A question on design -- why is it necessary to add a file to a workspace for any of this to work? Seems like a pita design if simply want to look at or read a file (the sort of thing I seem to do quite a lot).
I also don't understand the deal about database and so on--seems internally all would be required is to have the regex expression and whatever command is tied to the engine to start off the search and return the results. I'm sure it would all make sense eventually, but as a newbie seems excessively complicated having just come from still using Brief (that unfortunately was killed dead by XP so I had been continuing to do code editing on the old NT platform)...
Anyway, I'm presuming there's something obvious I'm overlooking...
How to get functions list populated for Fortran or a custom language (in this case Matlab)?
For Fortran, the regex expression of showed up automatically w/ the language extension so figure that was good. But, when add a .f90 file, the syntax coloration works so it's clear the file extension was recognized, but get nothing but "no functions found..." message. So what next?
Added a regex expression for the ".m" files for Matlab files as well as a few keywords and same story...
A question on design -- why is it necessary to add a file to a workspace for any of this to work? Seems like a pita design if simply want to look at or read a file (the sort of thing I seem to do quite a lot).
I also don't understand the deal about database and so on--seems internally all would be required is to have the regex expression and whatever command is tied to the engine to start off the search and return the results. I'm sure it would all make sense eventually, but as a newbie seems excessively complicated having just come from still using Brief (that unfortunately was killed dead by XP so I had been continuing to do code editing on the old NT platform)...
Anyway, I'm presuming there's something obvious I'm overlooking...