Did you take a look at the cfml.dictionary project? It's basically the
same idea, but geared towards anything, vs. CFEclipse itself. We're
already using it in CFE (nastily, I might add, as pulling the files from
external URLs was only half done when I stuck it into CFE, but like you,
I wanted to break things up a bit so said fsck'it).
I don't care if we use that code or not (it came from CFE's dict stuff),
but I do like the cfml namespace, vs. CFE per se.
As for ANTLR, like I said, WOOT! I was able to add ternary operations
in like a couple hours, which would have taken me ages (literally, I
tried) before. I'm not saying I could do everything like that, but I
/get/ token rewriting, labeling, etc. now. More than just the first
conceptual "Ah ha!"-- this actually seems to be working.
I just /could not/ take the empty outline with cfscript cfcs anymore.
My bleary eyes need a list of functions, and I was getting carpal tunnel
scrolling around looking for function X.
:Denny
--
Energizer Bunny arrested, charged with battery.
MD
> --
> You received this message because you are subscribed to the Google Groups "CFEclipse Developers" group.
> To post to this group, send email to cfecli...@googlegroups.com.
> To unsubscribe from this group, send email to cfeclipse-de...@googlegroups.com.
> For more options, visit this group at http://groups.google.com/group/cfeclipse-dev?hl=en.
>
Jim
Welcome back Denny!
MD
Hi there
I have decided to take on a pet project. Since in all honesty I didn't
understand all the code behind CFEclipse (too many authors, too much
code) I have decided to start from a bit of scratch with individual
modules.