This might be a dumb newbie C / NEdit question, but: I assume that when nedit is running with multiple documents open (in separate tabs), there is a textBuf for each of them. (??)
In C code, how do I reference / specify the different textBufs? (I'm guessing I have to use a syntax like <something>.textBuf, or <something> -> textBuf, but what is the something, and where is it defined / come from?) Aside: By a (I hope) careful reading of the help for rangesets (in 5.5), I've come to the conclusion (assumption?) that there is a separate (potential) set of 64 rangesets associated with each textBuf? (Well, the help says "document", and I take that to imply textBuf.) Further, I assume that when the same document is open in two different tabs, there is a textBuf and potential set of 64 rangesets for each of those tabs? Thanks! Randy Kramer -- NEdit Develop mailing list - [email protected] http://www.nedit.org/mailman/listinfo/develop
