Re: ANN: LispIndent, jEdit plugin that indents lisp code

2012-10-23 Thread Jonathan Fischer Friberg
> > BTW, I created the beginnings of a CDS "development tools" guide > https://github.com/clojuredocs/cd > s/blob/master/articles/ecosystem/development_tools.md

Re: ANN: LispIndent, jEdit plugin that indents lisp code

2012-10-18 Thread John Gabriele
On Thursday, October 18, 2012 10:18:09 AM UTC-4, Jonathan Fischer Friberg wrote: > > Presets have been implemented in the latest version. > It's selectable in the plugin options. > > Works nicely. Thanks, Jonathan! BTW, I created the beginnings of a CDS "development tools" guide https://github.c

Re: ANN: LispIndent, jEdit plugin that indents lisp code

2012-10-18 Thread Jonathan Fischer Friberg
Presets have been implemented in the latest version. It's selectable in the plugin options. The clojure preset should make LispIndent more or less exactly emacs. (I think, I still haven't tested emacs - will check out your guide soon John :) ) Jonathan On Thu, Oct 18, 2012 at 5:55 AM, John Gabr

Re: ANN: LispIndent, jEdit plugin that indents lisp code

2012-10-17 Thread John Gabriele
On Wednesday, October 17, 2012 7:39:26 PM UTC-4, Jonathan Fischer Friberg wrote: > > The plugin has been updated to support function argument indenting. > It is configurable in the plugin options. > Oooh, this is nice. :) I selected the "indent to function arguments by default" radio button, che

Re: ANN: LispIndent, jEdit plugin that indents lisp code

2012-10-17 Thread Jonathan Fischer Friberg
The plugin has been updated to support function argument indenting. It is configurable in the plugin options. Next, I think I will implement "presets". The idea is that each preset corresponds to one language. That way, LispIndent can still be language-independent. Users will also be spared of imp

Re: ANN: LispIndent, jEdit plugin that indents lisp code

2012-10-17 Thread Jack Moffitt
> I don't know if the Emacs clojure-mode is user-configurable in that way. I > haven't needed to change it. Most Clojure users seem to indent in pretty > much the same way, fwict, which is probably pretty close to how Emacs does > it automatically. I haven't tried Eclipse. All the lisp and scheme

Re: ANN: LispIndent, jEdit plugin that indents lisp code

2012-10-17 Thread John Gabriele
On Wednesday, October 17, 2012 2:17:50 PM UTC-4, Jonathan Fischer Friberg wrote: > > Not currently, no. > > I'm not really sure how to detect when to use 2 spaces, and when to align > arguments. > I also feel that no editor really has "nailed it", when it comes to > deciding that. (it's also per

Re: ANN: LispIndent, jEdit plugin that indents lisp code

2012-10-17 Thread Jonathan Fischer Friberg
Not currently, no. I'm not really sure how to detect when to use 2 spaces, and when to align arguments. I also feel that no editor really has "nailed it", when it comes to deciding that. (it's also personal preference) For example, I personally think that "do", "->" and "->>" should use verticall

Re: ANN: LispIndent, jEdit plugin that indents lisp code

2012-10-17 Thread John Gabriele
On Wednesday, October 17, 2012 10:26:01 AM UTC-4, Jonathan Fischer Friberg wrote: > > Hi, > > As I were unable to find a way to indent lisp code in jEdit, I decided to > write a plugin for this purpose. > It's called LispIndent and can be found here: > > https://github.com/odyssomay/LispIndent >

ANN: LispIndent, jEdit plugin that indents lisp code

2012-10-17 Thread Jonathan Fischer Friberg
Hi, As I were unable to find a way to indent lisp code in jEdit, I decided to write a plugin for this purpose. It's called LispIndent and can be found here: https://github.com/odyssomay/LispIndent Please report if you have any problems! Jonathan -- You received this message because you are su