Re: tutorial for creating Codeless Language Modules

2006-09-29 Thread Eric Landmann
Google Kreme [EMAIL PROTECTED] wrote on Thursday, September 28, 2006: On 28 Sep 2006, at 05:33 , Eric Landmann wrote: Define_Tag: 'Show_Error', [ snip ] /Define_Tag; seems like it should be pretty straight forward, no? I mean, if what you want is Show_Error to show up as if it was a

Re: tutorial for creating Codeless Language Modules

2006-09-28 Thread Eric Landmann
Jan Pieter Kunst [EMAIL PROTECTED] wrote on Wednesday, September 27, 2006: On 9/27/06, Eric Landmann [EMAIL PROTECTED] wrote: Douglas Holschuh [EMAIL PROTECTED] wrote on Tuesday, September 26, 2006: So, who's going to write the tutorial on compiled language modules? Seth? (Yeah, I know, some

Re: tutorial for creating Codeless Language Modules

2006-09-28 Thread Jan Pieter Kunst
Wouldn't it be possible to just define the elements that you wish to fold as 'functions' in a CLM? Lasso allows definition of what it calls Custom Tags and Custom Types, which are in some respects similar to PHP functions. These can named whatever the coder chooses, and can be created in a

Re: tutorial for creating Codeless Language Modules

2006-09-28 Thread James Harvard
At 7:33 am -0400 28/9/06, Eric Landmann wrote: It would be handy to have code folding points at all of the major structures of the language. Is what you suggest flexible enough to allow for these? I believe not, because CLMs do not appear to support nested 'functions'. I've tried writing a

Re: tutorial for creating Codeless Language Modules

2006-09-28 Thread Google Kreme
On 28 Sep 2006, at 05:33 , Eric Landmann wrote: Define_Tag: 'Show_Error', [ snip ] /Define_Tag; seems like it should be pretty straight forward, no? I mean, if what you want is Show_Error to show up as if it was a function, or am I not understanding? -- Naked blonde walks into

Re: tutorial for creating Codeless Language Modules

2006-09-27 Thread Eric Landmann
Douglas Holschuh [EMAIL PROTECTED] wrote on Tuesday, September 26, 2006: So, who's going to write the tutorial on compiled language modules? Seth? (Yeah, I know, some people are never satisfied :) Doug On Sep 25, 2006, at 3:39 PM, Jim Correia wrote: Codeless Language Modules can only fold

Re: tutorial for creating Codeless Language Modules

2006-09-27 Thread Jan Pieter Kunst
On 9/27/06, Eric Landmann [EMAIL PROTECTED] wrote: Douglas Holschuh [EMAIL PROTECTED] wrote on Tuesday, September 26, 2006: So, who's going to write the tutorial on compiled language modules? Seth? (Yeah, I know, some people are never satisfied :) Doug On Sep 25, 2006, at 3:39 PM, Jim Correia

Re: tutorial for creating Codeless Language Modules

2006-09-27 Thread Seth Dillingham
On 9/27/2006, Jan Pieter Kunst said: Wouldn't it be possible to just define the elements that you wish to fold as 'functions' in a CLM? When you do that, they'll all appear as functions in the function popup. Not a great solution. I have what I think is a pretty good solution for this

Re: tutorial for creating Codeless Language Modules

2006-09-26 Thread Douglas Holschuh
So, who's going to write the tutorial on compiled language modules? Seth? (Yeah, I know, some people are never satisfied :) Doug On Sep 25, 2006, at 3:39 PM, Jim Correia wrote: Codeless Language Modules can only fold functions. A compiled language module can define auto-fold ranges for

Re: tutorial for creating Codeless Language Modules

2006-09-26 Thread Seth Dillingham
On 9/26/2006, Douglas Holschuh said: So, who's going to write the tutorial on compiled language modules? Seth? (Yeah, I know, some people are never satisfied :) The tutorial on Compiled Language Modules (BBLM's) is still valid, but it doesn't cover fold points. You'll find it in the SDK

Re: tutorial for creating Codeless Language Modules

2006-09-25 Thread Alex da Franca
Am 24.09.2006 um 18:32 schrieb Seth Dillingham: Well, it's *sort of* a tutorial. I hope some people find it useful, anyway. very useful, many thanks for the effort and sharing your knowledge. Am I right in assuming, that a language modul can only fold functions and there is no way to

Re: tutorial for creating Codeless Language Modules

2006-09-25 Thread Seth Dillingham
On 9/25/2006, Alex da Franca said: Well, it's *sort of* a tutorial. I hope some people find it useful, anyway. very useful, many thanks for the effort and sharing your knowledge. You're welcome. :-) Am I right in assuming, that a language modul can only fold functions and there is no

Re: tutorial for creating Codeless Language Modules

2006-09-25 Thread Jim Correia
On Sep 25, 2006, at 3:13 PM, Alex da Franca wrote: Am I right in assuming, that a language modul can only fold functions and there is no way to define other foldable entities like for example if-then or for, while and so on constructs? Codeless Language Modules can only fold functions. A

Re: tutorial for creating Codeless Language Modules

2006-09-25 Thread Doug McNutt
At 15:39 -0400 9/25/06, Jim Correia wrote: Codeless Language Modules can only fold functions. A compiled language module can define auto-fold ranges for whatever syntax elements it likes. Will such a module fold scripts that are parts of a worksheet and that start and end with well defined

Re: tutorial for creating Codeless Language Modules

2006-09-25 Thread Seth Dillingham
On 9/25/2006, Doug McNutt said: Will such a module fold scripts that are parts of a worksheet and that start and end with well defined constructs? Will the function pull-down then list items alphabetically? If so, I shall begin climbing that learning curve. Compiled language modules

Re: tutorial for creating Codeless Language Modules

2006-09-25 Thread Alex da Franca
Am 26.09.2006 um 02:22 schrieb Jim Correia: On Sep 25, 2006, at 3:13 PM, Alex da Franca wrote: Am I right in assuming, that a language modul can only fold functions and there is no way to define other foldable entities like for example if-then or for, while and so on constructs?

Re: tutorial for creating Codeless Language Modules

2006-09-24 Thread Google Kreme
On 23 Sep 2006, at 20:04 , Seth Dillingham wrote: Well, it's *sort of* a tutorial. I hope some people find it useful, anyway. http://www.truerwords.net/articles/bbedit/ codeless_language_module.html Woot! Thanks! -- If I were you boys, I wouldn't talk or even think about women. T'aint

Re: tutorial for creating Codeless Language Modules

2006-09-24 Thread Robert Ullrey
Seth Dillingham wrote this pithy remark on 9/23/06 Well, it's *sort of* a tutorial. I hope some people find it useful, anyway. One thing Seth, the CLM template file link is broken. -- -- Have a feature request? Not sure

Re: tutorial for creating Codeless Language Modules

2006-09-24 Thread Seth Dillingham
On 9/24/2006, Google Kreme said: Woot! Thanks! Hey, you're welcome. Now that you guys are all in such a good mood ;-) how about you do ME a favor? I helped Bare Bones (with a space in the name, Jim!) create all those lovely, new JavaScript features in the latest beta version of BBEdit.

Re: tutorial for creating Codeless Language Modules

2006-09-24 Thread Seth Dillingham
On 9/24/2006, Robert Ullrey said: One thing Seth, the CLM template file link is broken. Fixed, sorry about that. Seth -- -- Have a feature request? Not sure the software's working correctly? If so, please send mail to [EMAIL