Re: [rspec-users] Netbeans and .story files

2008-04-09 Thread Ashley Moran
On 10 Apr 2008, at 02:32, Tim Haines wrote: Here's the url - http://www.netbeans.org/issues/show_bug.cgi?id=131684 Looks good! I like this bit: priority 1b - In the project pane, allow stories to sit as the first "folder" in the list, and "rspec" as the second - both above controllers. T

Re: [rspec-users] Netbeans and .story files

2008-04-09 Thread Tim Haines
Here's the url - http://www.netbeans.org/issues/show_bug.cgi?id=131684 On 08/04/2008, Tim Haines <[EMAIL PROTECTED]> wrote: > > I sent the netbeans guys a list of features for story support in netbeans. > With luck they'll make it into the next version after 6.1. Feel free to go > check it out a

Re: [rspec-users] Netbeans and .story files

2008-04-07 Thread Tim Haines
I sent the netbeans guys a list of features for story support in netbeans. With luck they'll make it into the next version after 6.1. Feel free to go check it out and add to the list. :-) Cheers, Tim. On 8/04/2008, at 4:55, Ashley Moran <[EMAIL PROTECTED]> wrote: > > On 7 Apr 2008, at

Re: [rspec-users] Netbeans and .story files

2008-04-07 Thread Ashley Moran
On 7 Apr 2008, at 20:18, David Chelimsky wrote: > That said, the convention that I see emerging is .rb for stories > expressed in ruby and either no extension or .story for those > expressed in plain text. That's what I do - .story for the plain text file and .rb for the corresponding runner

Re: [rspec-users] Netbeans and .story files

2008-04-07 Thread David Chelimsky
On Mon, Apr 7, 2008 at 11:01 AM, Ashley Moran <[EMAIL PROTECTED]> wrote: > On 01/04/2008, Martin Krauskopf <[EMAIL PROTECTED]> wrote: > > > Hi, > > > > yes, the .story extension is not supported out-of-the box. Unfortunately > > it is not possible to extend Ruby file-type now: > > > > http://www.ne

Re: [rspec-users] Netbeans and .story files

2008-04-07 Thread Ashley Moran
On 01/04/2008, Martin Krauskopf <[EMAIL PROTECTED]> wrote: > > Hi, > > yes, the .story extension is not supported out-of-the box. Unfortunately > it is not possible to extend Ruby file-type now: > > http://www.netbeans.org/issues/show_bug.cgi?id=116563 > > But easy to fix inside of NetBeans. I've j

Re: [rspec-users] Netbeans and .story files

2008-04-07 Thread Martin Krauskopf
Tim Haines wrote: > Hi Ashley, > > I don't think Netbeans has support for plain text stories yet - but I'm > not certain (I was using it with frustration last night too). Probably > better to ask in the netbeans forum? Hi, yes, the .story extension is not supported out-of-the box. Unfortunate

Re: [rspec-users] Netbeans and .story files

2008-03-31 Thread Ashley Moran
On 31 Mar 2008, at 19:27, Tim Haines wrote: > I don't think Netbeans has support for plain text stories yet - but > I'm not certain (I was using it with frustration last night too). > Probably better to ask in the netbeans forum? Hi Tim I noticed it didn't have any out of the box support,

Re: [rspec-users] Netbeans and .story files

2008-03-31 Thread Tim Haines
Hi Ashley, I don't think Netbeans has support for plain text stories yet - but I'm not certain (I was using it with frustration last night too). Probably better to ask in the netbeans forum? Cheers, tim. On 01/04/2008, Ashley Moran <[EMAIL PROTECTED]> wrote: > > On 31/03/2008, Steve Rogers <[E

Re: [rspec-users] Netbeans and .story files

2008-03-31 Thread Ashley Moran
On 31/03/2008, Steve Rogers <[EMAIL PROTECTED]> wrote: > I have a stories folder with files named blah_story.rb - and NetBeans > doesn't seem any stranger with those than it usually is. Steve, Sorry, I wasn't clear. It's not the my_story.rb file that's the problem, it's the my_story.story file

Re: [rspec-users] Netbeans and .story files

2008-03-31 Thread Steve Rogers
On Mar 31, 2008, at 7:03 AM, Ashley Moran wrote: > Hi > > Is anyone here using NetBeans and story runner? NB doesn't > recognise .story files so I can't even do simple things like block > commenting lines (and the regex replace is temperamental). I tried > adding .story to the list of Rub

[rspec-users] Netbeans and .story files

2008-03-31 Thread Ashley Moran
Hi Is anyone here using NetBeans and story runner? NB doesn't recognise .story files so I can't even do simple things like block commenting lines (and the regex replace is temperamental). I tried adding .story to the list of Ruby file extensions, but then it just hides everything in the story fo