Re: [nodejs] Re: What Editor do you use?

2013-01-07 Thread Dominic Tarr
I use hipster https://github.com/dominictarr/hipster it's written in js, and runs in the terminal. basically, the same controls as notepad, has very crude syntax highlighting. ... and bugs, but it's just good enough that it's my main editor. On Mon, Jan 7, 2013 at 11:47 AM, Rodrigo Fonseca wrote:

[nodejs] Re: What Editor do you use?

2013-01-06 Thread Rodrigo Fonseca
Thanks Jeff, I will try that when i get home. -- Job Board: http://jobs.nodejs.org/ Posting guidelines: https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines You received this message because you are subscribed to the Google Groups "nodejs" group. To post to this group, send emai

[nodejs] Re: What Editor do you use?

2013-01-04 Thread Jeff Schwartz
Simple. 1) Open Preferences. 2) Select File Types node in the left panel. This will expose all the recognized file types in the right panel. 3) In the list of recognized file types select HTML. This will expose the registered patterns for file types associated with HTML file types in the bottom

[nodejs] Re: What Editor do you use?

2013-01-04 Thread Dennis Kane
I am using a JS implementation of an Unix style ncurses-like editor (using ) on my site that I call archiTex. I wanted it to incorporate my favorite parts of nano and vim. I like nano because of its sheer simplicity, and I like vim for all the fancy functionality. I d

[nodejs] Re: What Editor do you use?

2013-01-04 Thread Rodrigo Fonseca
How can i do that? Create a html file and put ".ejs" in the end of the file? Em sexta-feira, 4 de janeiro de 2013 02h22min40s UTC-3, Jeff Schwartz escreveu: > > Configure ejs as html in webstorm. It works for me. -- Job Board: http://jobs.nodejs.org/ Posting guidelines: https://github.com/joye

[nodejs] Re: What Editor do you use?

2013-01-03 Thread Jeff Schwartz
Configure ejs as html in webstorm. It works for me. -- Job Board: http://jobs.nodejs.org/ Posting guidelines: https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines You received this message because you are subscribed to the Google Groups "nodejs" group. To post to this group, send

[nodejs] Re: What Editor do you use?

2013-01-03 Thread Rodrigo Fonseca
I try to google it(i always try before post here), but all i found was this: http://youtrack.jetbrains.com/issue/WEB-814 I think that they will put this in the future? Anyone here that use webstorm can confirm this? -- Job Board: http://jobs.nodejs.org/ Posting guidelines: https://github.com/

[nodejs] Re: What Editor do you use?

2013-01-03 Thread pie_lard
I can't see one. To be honest WebStorm won't support such a wide range of languages as the likes of textmate or sublime. In fact I still use WebStorm to edit my stylus files and it doesn't support that either (ie. I edit them in plaintext mode). The git integration in particular is so good th

[nodejs] Re: What Editor do you use?

2013-01-02 Thread Rodrigo Fonseca
There is any plugin for ejs file in webStorm?? I downloaded the webstorm but it doesn't recognizing els file. -- Job Board: http://jobs.nodejs.org/ Posting guidelines: https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines You received this message because you are subscribed to the

[nodejs] Re: What Editor do you use?

2013-01-02 Thread pie_lard
Definitely agree with earlier posters - WebStorm is great. It is a much larger and more full-featured IDE than something like sublime text because it's basically the IDEA java IDE with the Java plugin removed and replaced with javascript etc. However, as I'm using coffeescript / jade / stylus

[nodejs] Re: What Editor do you use?

2013-01-02 Thread Rodrigo Fonseca
Webstorm?? I didnĀ“t know, thanks for this tip guys. -- Job Board: http://jobs.nodejs.org/ Posting guidelines: https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines You received this message because you are subscribed to the Google Groups "nodejs" group. To post to this group, send

[nodejs] Re: What Editor do you use?

2013-01-01 Thread Jeff Schwartz
I use Webstorm, a commercial IDE from Jetbrains, and MacVim, which is a free open source and very mature Mac based code editor and an offshoot of VIM. Webstorm is the best HTML/Javascript/CSS experience going today imho. For an IDE it is extremely light weight. It boots up and is ready to beg

Re: [nodejs] Re: What Editor do you use?

2012-12-31 Thread Sapardee
Like this..thanks it is a good news. On Jan 1, 2013 3:43 AM, "Brian Link" wrote: > I use Sublime Text 2, but we have an ex-Java developer on our team who > really loves Webstorm http://www.jetbrains.com/webstorm/. > > On Monday, December 31, 2012 7:07:23 AM UTC-8, Rodrigo Fonseca wrote: >> >> I'

Re: [nodejs] Re: What Editor do you use?

2012-12-31 Thread Mark Hahn
+1 for webstorm. It's git support is outstanding. I also like transparent ssh linkage to servers including changes made externally. Like any closed-source product it has a few more bugs here and there, but the features outweigh the problems. For years I changed editors every six months, includin

[nodejs] Re: What Editor do you use?

2012-12-31 Thread Brian Link
I use Sublime Text 2, but we have an ex-Java developer on our team who really loves Webstorm http://www.jetbrains.com/webstorm/. On Monday, December 31, 2012 7:07:23 AM UTC-8, Rodrigo Fonseca wrote: > > I'm trying to use netbeans, but when i try to put a "ejs" file, the > netbeans doesn't recog