[Puppet Users] Re: Editors for .pp files

2009-01-20 Thread Gary
I use either Emacs or TextMate. I was hoping to use is Intellij IDEA but writing a plugin seems quite involved. On Jan 21, 12:32 pm, James Turnbull wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > kevin wrote: > > > On Jan 20, 1:43 pm, Jeff Leggett wrote: > >> Vim here too.. Luke wr

[Puppet Users] Re: Editors for .pp files

2009-01-20 Thread James Turnbull
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 kevin wrote: > > > On Jan 20, 1:43 pm, Jeff Leggett wrote: >> Vim here too.. Luke wrote a puppet.vim syntax highlighter on the wiki >> you can use for it, and I have a quickie little syntax parser I use as There is a simple Wiki page on this: htt

[Puppet Users] Re: Editors for .pp files

2009-01-20 Thread kevin
On Jan 20, 1:43 pm, Jeff Leggett wrote: > Vim here too.. Luke wrote a puppet.vim syntax highlighter on the wiki > you can use for it, and I have a quickie little syntax parser I use as > well: > > let project="" > let compile_file="" > > augroup compile >         au! >         au bufenter *.pp

[Puppet Users] Re: Editors for .pp files

2009-01-20 Thread Jeff Leggett
Vim here too.. Luke wrote a puppet.vim syntax highlighter on the wiki you can use for it, and I have a quickie little syntax parser I use as well: let project="" let compile_file="" augroup compile au! au bufenter *.pp nm ,' :call CompilePuppet() augroup END fu! CompileFile()

[Puppet Users] Re: Editors for .pp files

2009-01-16 Thread Bjørn Dyre Dyresen
Vim all the way here. SVN from the CLI yes. Less is more. Regards. 2009/1/15 Matt Marshall > This may be an odd question, but what does everyone use for an editor for > the versioned puppet configs. Does everyone stick with vi or emacs and use > the commandline svn tools? Or does anyone use ec