Re: Clojure Editor

2012-07-16 Thread Matt
Bluefish version 2.2.3 fresh install. Document --> Language Mode - no clojure on the list.. has support for Clojure been dropped? On Sunday, March 13, 2011 2:09:52 PM UTC+2, WoodHacker wrote: > > If you are looking for a very good editor for Clojure try Bluefish. > It's been around for ever,

Re: Clojure Editor

2011-05-30 Thread Shree Mulay
Well, my os crashed, and after a clean install was finally able to get Bluefish to work on Win7-64x. I'm happy that I was able to get a simple, stand alone ide that supports clojure to FINALLY work. Before this, I have been using geany and notepad++ interchangeably - but without clojure support

Re: Clojure Editor

2011-03-29 Thread Shree Mulay
On Mar 18, 11:04 pm, Olivier Lefevre wrote: > On 3/13/2011 1:09 PM, WoodHacker wrote: > > > If you are looking for a very good editor for Clojure try Bluefish. > > It's been around for ever, is very stable, and does everything you > > would want an editor to do.   And it now works with Clojure. >

Re: Clojure Editor

2011-03-18 Thread Olivier Lefevre
On 3/13/2011 1:09 PM, WoodHacker wrote: If you are looking for a very good editor for Clojure try Bluefish. It's been around for ever, is very stable, and does everything you would want an editor to do. And it now works with Clojure. Unless I am mistaken it seems to be missing a nice-to-have

Re: Clojure Editor

2011-03-18 Thread derhase
HI guys, Is there any possibility to run the written Clojure code in the blueFish Ide? thx and regards, derhase -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to clojure@googlegroups.com Note that posts from

Re: Clojure Editor

2011-03-17 Thread Martin DeMello
On Thu, Mar 17, 2011 at 8:35 PM, James Reeves wrote: > On 17 March 2011 12:05, Lee Spector wrote: >> FWIW the feature I describe (syntax-aware auto-indenting) is common in the >> Lisp world, not only in emacs but also (to name just a few that are fresh in >> my memory) in MCL, DrScheme and Lisp

Re: Clojure Editor

2011-03-17 Thread James Reeves
On 17 March 2011 12:05, Lee Spector wrote: > FWIW the feature I describe (syntax-aware auto-indenting) is common in the > Lisp world, not only in emacs but also (to name just a few that are fresh in > my memory) in MCL, DrScheme and LispWorks. It's also common in many other languages. Most IDEs

Re: Clojure Editor

2011-03-17 Thread Lee Spector
On Mar 17, 2011, at 7:16 AM, WoodHacker wrote: > Bluefish does not work that way.It will indent to the last > indentation in all cases. I've never used EMacs, but all the editors > I've ever used work indenting the same way. All I can suggest is > that you ask the Bluefish users group if t

Re: Clojure Editor

2011-03-17 Thread WoodHacker
Bluefish does not work that way.It will indent to the last indentation in all cases. I've never used EMacs, but all the editors I've ever used work indenting the same way. All I can suggest is that you ask the Bluefish users group if there is a way to do what you want. On Mar 16, 9:16 am

Re: Clojure Editor

2011-03-16 Thread Lee Spector
I have "Smart auto indenting" on in the preferences, and the language is set to Clojure, but I don't see any smarts. If I type: (defn foo and hit return the cursor goes to the beginning of the next line, not indented. If I hit the tab key it tabs in, but it'll tab anything in further each time

Re: Clojure Editor

2011-03-16 Thread WoodHacker
Check preferences from the toolbar or the Bluefish dropdown.There are checks for Smart Auto Indenting and Highlighting block delimiters.There's very little this editor doesn't do.You just have to make sure all the checks you want are set. Bill On Mar 14, 10:06 pm, Lee Spector wrote:

Re: Clojure Editor

2011-03-14 Thread Lee Spector
The Clojure mode activates for me, and I get a little bit syntax coloring, autocompletion, and () matching. But I don't get language aware indentation. Should I, or isn't this supported? (It's a really important feature IMHO.) Also, no matching of [] or {} (less important for me). Thanks, -L

Re: Clojure Editor

2011-03-14 Thread WoodHacker
The file you need should be there. First look under the Document/ Language Support menu item. You should see and entry for Clojure. Try checking it.The syntax file is called clojure.bflang2 and it should be in a Bluefish directory somewhere on your system. I am using a MAC, so the file is

Re: Clojure Editor

2011-03-13 Thread Shantanu Kumar
Hi Kevin, Thanks, it works for me now. Any idea how to associate .clj files with Clojure mode by default in Bluefish? Regards, Shantanu On Mar 14, 7:35 am, kkw wrote: > Hi Shantanu, > >     I found it by going to the "Document" menu, selecting the > "Language Mode" sub-list menu option, and sel

Re: Clojure Editor

2011-03-13 Thread kkw
Hi Shantanu, I found it by going to the "Document" menu, selecting the "Language Mode" sub-list menu option, and selecting the "Clojure" option. Regards, Kevin On Mar 14, 12:49 am, Shantanu Kumar wrote: > Do I need a plugin? I downloaded the stock 2.0.3-1 version of the > editor and it doe

Re: Clojure Editor

2011-03-13 Thread Shantanu Kumar
Do I need a plugin? I downloaded the stock 2.0.3-1 version of the editor and it doesn't even seem to syntax-highlight the Clojure code. Regards, Shantanu On Mar 13, 5:09 pm, WoodHacker wrote: > If you are looking for a very good editor for Clojure try Bluefish. > It's been around for ever, is ve

Clojure Editor

2011-03-13 Thread WoodHacker
If you are looking for a very good editor for Clojure try Bluefish. It's been around for ever, is very stable, and does everything you would want an editor to do. And it now works with Clojure. http://bluefish.openoffice.nl Bill -- You received this message because you are subscribed to th