On Fri, Sep 21, 2012 at 7:48 PM, Chris Corbyn <ch...@w3style.co.uk> wrote:
> A reasonably minimal Vim https://github.com/d11wtq/dot-vim in the
> terminal. I tend to work inside a linux VM, over SSH from my Mac.
> Il giorno 21/set/2012, alle ore 02:42, Andrew Mclagan ha scritto:
> Im switching to Ubuntu after struggling with windows, i will replace
> notepad++ with Vim and finally get into terminal...
> Im interested in what OS / Dev Enviroment other Node.js developers use?
On Fri, Sep 21, 2012 at 8:52 AM, deitch <a...@deitcher.net> wrote:
> Mac OS X + TextMate. Would love to go SublimeText2 like some of the other
> posters, but it screws up my indenting, see
You must have some conflicting package like the last poster suggested..
Just tried your last indent example and it works fine for me. I don't have
the issue
On Fri, Sep 21, 2012 at 8:52 AM, deitch <a...@deitcher.net> wrote:
> Mac OS X + TextMate. Would love to go SublimeText2 like some of the other
> posters, but it screws up my indenting, see
On Friday, September 21, 2012 at 15:27 , Sotonin wrote:
> Don't really see the big deal. Press tab. Shrug
> On Fri, Sep 21, 2012 at 8:52 AM, deitch <a...@deitcher.net (mailto:a...@deitcher.net)> wrote:
> > Mac OS X + TextMate. Would love to go SublimeText2 like some of the other posters, but it screws up my indenting, see
> > On Thursday, September 20, 2012 7:42:27 PM UTC+3, Andrew Mclagan wrote:
> > > Im switching to Ubuntu after struggling with windows, i will replace notepad++ with Vim and finally get into terminal...
> > > Im interested in what OS / Dev Enviroment other Node.js developers use?
> > -- > > 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 email to nodejs@googlegroups.com (mailto:nodejs@googlegroups.com)
> > To unsubscribe from this group, send email to
> > nodejs+unsubscribe@googlegroups.com (mailto:nodejs%2Bunsubscribe@googlegroups.com)
> > For more options, visit this group at
> > http://groups.google.com/group/nodejs?hl=en?hl=en
Hi Deitcher, If you want to answer one of your questions, if you want to
reindent a chunk of javascript... you can install from package control a
package called "JsFormat", then you can select a block of javascript and
ctrl+shift+p then format js... Or you can give a keyboard shortcut
<andrewmcla...@gmail.com> wrote:
> Im switching to Ubuntu after struggling with windows, i will replace
> notepad++ with Vim and finally get into terminal...
> Im interested in what OS / Dev Enviroment other Node.js developers use?
I develop under OS X (Snow Leopard), using Eclipse and the command line. The OS X command line environment is close enough to the Linux command line environment on the machines I deploy to.
Eclipse is OK, but IntelliJ (which I use in my other job) is better.
I use Miller's JavaScript Lint instead of Crockford's JSLint, because it catches more real problems and can be configured to ignore non-problems.
I'm also using Sublime Text 2, on Windows 7, though running all of my node processes on Ubuntu.
Interestingly with my start-up, the four programmers were originally using 4 different editors (VIM, Emacs, Visual Studio, and WebStorm) for the first year, and now we're mostly all using Sublime Text 2 (admittedly with individual plugins that make it behave more like VIM, Emacs, and Visual Studio ;).
For the longest time time I used Gedit on linux, Textmate on OSX, and
Vim on headless boxes. Then sublime2 came out and I used that for a
short while since it runs on windows, linux, and osx. Now I mostly
use the hosted cloud9 because I work from several machines and having
my dev environment always the same no matter what machine I'm using is
nice.
In all the cases, I use the terminal for everything except editing, so
IDE features are lost on me. I just want a good way to edit my code.
When porting code from one language to another, multiple cursors in
sublime and cloud9 is amazing.
On Fri, Sep 21, 2012 at 12:11 PM, Jimb Esser <wastel...@gmail.com> wrote:
> I'm also using Sublime Text 2, on Windows 7, though running all of my node
> processes on Ubuntu.
> Interestingly with my start-up, the four programmers were originally using 4
> different editors (VIM, Emacs, Visual Studio, and WebStorm) for the first
> year, and now we're mostly all using Sublime Text 2 (admittedly with
> individual plugins that make it behave more like VIM, Emacs, and Visual
> Studio ;).
> On Thursday, September 20, 2012 9:42:27 AM UTC-7, Andrew Mclagan wrote:
>> Im switching to Ubuntu after struggling with windows, i will replace
>> notepad++ with Vim and finally get into terminal...
>> Im interested in what OS / Dev Enviroment other Node.js developers use?
On Fri, Sep 21, 2012 at 2:26 PM, Tim Caswell <t...@creationix.com> wrote:
> For the longest time time I used Gedit on linux, Textmate on OSX, and
> Vim on headless boxes. Then sublime2 came out and I used that for a
> short while since it runs on windows, linux, and osx. Now I mostly
> use the hosted cloud9 because I work from several machines and having
> my dev environment always the same no matter what machine I'm using is
> nice.
> In all the cases, I use the terminal for everything except editing, so
> IDE features are lost on me. I just want a good way to edit my code.
> When porting code from one language to another, multiple cursors in
> sublime and cloud9 is amazing.
> On Fri, Sep 21, 2012 at 12:11 PM, Jimb Esser <wastel...@gmail.com> wrote:
> > I'm also using Sublime Text 2, on Windows 7, though running all of my
> node
> > processes on Ubuntu.
> > Interestingly with my start-up, the four programmers were originally
> using 4
> > different editors (VIM, Emacs, Visual Studio, and WebStorm) for the first
> > year, and now we're mostly all using Sublime Text 2 (admittedly with
> > individual plugins that make it behave more like VIM, Emacs, and Visual
> > Studio ;).
> > On Thursday, September 20, 2012 9:42:27 AM UTC-7, Andrew Mclagan wrote:
> >> Im switching to Ubuntu after struggling with windows, i will replace
> >> notepad++ with Vim and finally get into terminal...
> >> Im interested in what OS / Dev Enviroment other Node.js developers use?
+1 for Jetbrains Webstorm 5. I find the integration with GIT to be
unmatched in others I've tried, like sublime. You can switch branches with
a single click and it has good graphical GIT logs. And of course you can
see exactly what has changed on a line by line basis with line-specific
reverts.
There are many other features but this one keeps me from switching.
On Fri, Sep 21, 2012 at 11:12 AM, William Oliveira <sudowill...@gmail.com>wrote:
> @Tim Caswell I'm going to try Cloud9, heard so much about it. Any tips for
> new users?
> On Fri, Sep 21, 2012 at 2:26 PM, Tim Caswell <t...@creationix.com> wrote:
>> For the longest time time I used Gedit on linux, Textmate on OSX, and
>> Vim on headless boxes. Then sublime2 came out and I used that for a
>> short while since it runs on windows, linux, and osx. Now I mostly
>> use the hosted cloud9 because I work from several machines and having
>> my dev environment always the same no matter what machine I'm using is
>> nice.
>> In all the cases, I use the terminal for everything except editing, so
>> IDE features are lost on me. I just want a good way to edit my code.
>> When porting code from one language to another, multiple cursors in
>> sublime and cloud9 is amazing.
>> On Fri, Sep 21, 2012 at 12:11 PM, Jimb Esser <wastel...@gmail.com> wrote:
>> > I'm also using Sublime Text 2, on Windows 7, though running all of my
>> node
>> > processes on Ubuntu.
>> > Interestingly with my start-up, the four programmers were originally
>> using 4
>> > different editors (VIM, Emacs, Visual Studio, and WebStorm) for the
>> first
>> > year, and now we're mostly all using Sublime Text 2 (admittedly with
>> > individual plugins that make it behave more like VIM, Emacs, and Visual
>> > Studio ;).
>> > On Thursday, September 20, 2012 9:42:27 AM UTC-7, Andrew Mclagan wrote:
>> >> Im switching to Ubuntu after struggling with windows, i will replace
>> >> notepad++ with Vim and finally get into terminal...
>> >> Im interested in what OS / Dev Enviroment other Node.js developers use?
On Fri, Sep 21, 2012 at 1:12 PM, William Oliveira <sudowill...@gmail.com> wrote:
> @Tim Caswell I'm going to try Cloud9, heard so much about it. Any tips for
> new users?
Disclaimer: I'm employed at cloud9. That said, the editor is finally
something that I enjoy using now that I have a real tty emulator and
linux environment with every workspace. The latency is still a
problem sometimes, but most the time it's quite nice when on my home
internet.
I'm actively working to improve the latency and offline support.
The editor has node docs inline with autocomplete.
Anyway, enough marketing and back to making awesome stuff...
> On Fri, Sep 21, 2012 at 2:26 PM, Tim Caswell <t...@creationix.com> wrote:
>> For the longest time time I used Gedit on linux, Textmate on OSX, and
>> Vim on headless boxes. Then sublime2 came out and I used that for a
>> short while since it runs on windows, linux, and osx. Now I mostly
>> use the hosted cloud9 because I work from several machines and having
>> my dev environment always the same no matter what machine I'm using is
>> nice.
>> In all the cases, I use the terminal for everything except editing, so
>> IDE features are lost on me. I just want a good way to edit my code.
>> When porting code from one language to another, multiple cursors in
>> sublime and cloud9 is amazing.
>> On Fri, Sep 21, 2012 at 12:11 PM, Jimb Esser <wastel...@gmail.com> wrote:
>> > I'm also using Sublime Text 2, on Windows 7, though running all of my
>> > node
>> > processes on Ubuntu.
>> > Interestingly with my start-up, the four programmers were originally
>> > using 4
>> > different editors (VIM, Emacs, Visual Studio, and WebStorm) for the
>> > first
>> > year, and now we're mostly all using Sublime Text 2 (admittedly with
>> > individual plugins that make it behave more like VIM, Emacs, and Visual
>> > Studio ;).
>> > On Thursday, September 20, 2012 9:42:27 AM UTC-7, Andrew Mclagan wrote:
>> >> Im switching to Ubuntu after struggling with windows, i will replace
>> >> notepad++ with Vim and finally get into terminal...
>> >> Im interested in what OS / Dev Enviroment other Node.js developers use?
On Friday, September 21, 2012 at 19:28 , Tim Caswell wrote:
> On Fri, Sep 21, 2012 at 1:12 PM, William Oliveira <sudowill...@gmail.com (mailto:sudowill...@gmail.com)> wrote:
> > @Tim Caswell I'm going to try Cloud9, heard so much about it. Any tips for
> > new users?
> Disclaimer: I'm employed at cloud9. That said, the editor is finally
> something that I enjoy using now that I have a real tty emulator and
> linux environment with every workspace. The latency is still a
> problem sometimes, but most the time it's quite nice when on my home
> internet.
> I'm actively working to improve the latency and offline support.
> The editor has node docs inline with autocomplete.
> Anyway, enough marketing and back to making awesome stuff...
> > On Fri, Sep 21, 2012 at 2:26 PM, Tim Caswell <t...@creationix.com (mailto:t...@creationix.com)> wrote:
> > > For the longest time time I used Gedit on linux, Textmate on OSX, and
> > > Vim on headless boxes. Then sublime2 came out and I used that for a
> > > short while since it runs on windows, linux, and osx. Now I mostly
> > > use the hosted cloud9 because I work from several machines and having
> > > my dev environment always the same no matter what machine I'm using is
> > > nice.
> > > In all the cases, I use the terminal for everything except editing, so
> > > IDE features are lost on me. I just want a good way to edit my code.
> > > When porting code from one language to another, multiple cursors in
> > > sublime and cloud9 is amazing.
> > > On Fri, Sep 21, 2012 at 12:11 PM, Jimb Esser <wastel...@gmail.com (mailto:wastel...@gmail.com)> wrote:
> > > > I'm also using Sublime Text 2, on Windows 7, though running all of my
> > > > node
> > > > processes on Ubuntu.
> > > > Interestingly with my start-up, the four programmers were originally
> > > > using 4
> > > > different editors (VIM, Emacs, Visual Studio, and WebStorm) for the
> > > > first
> > > > year, and now we're mostly all using Sublime Text 2 (admittedly with
> > > > individual plugins that make it behave more like VIM, Emacs, and Visual
> > > > Studio ;).
> > > > On Thursday, September 20, 2012 9:42:27 AM UTC-7, Andrew Mclagan wrote:
> > > > > Im switching to Ubuntu after struggling with windows, i will replace
> > > > > notepad++ with Vim and finally get into terminal...
> > > > > Im interested in what OS / Dev Enviroment other Node.js developers use?
> > > > --
> > > > 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 email to nodejs@googlegroups.com (mailto:nodejs@googlegroups.com)
> > > > To unsubscribe from this group, send email to
> > > > nodejs+unsubscribe@googlegroups.com (mailto:nodejs+unsubscribe@googlegroups.com)
> > > > For more options, visit this group at
> > > > http://groups.google.com/group/nodejs?hl=en?hl=en
> > > --
> > > 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 email to nodejs@googlegroups.com (mailto:nodejs@googlegroups.com)
> > > To unsubscribe from this group, send email to
> > > nodejs+unsubscribe@googlegroups.com (mailto:nodejs+unsubscribe@googlegroups.com)
> > > For more options, visit this group at
> > > http://groups.google.com/group/nodejs?hl=en?hl=en
> > --
> > 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 email to nodejs@googlegroups.com (mailto:nodejs@googlegroups.com)
> > To unsubscribe from this group, send email to
> > nodejs+unsubscribe@googlegroups.com (mailto:nodejs+unsubscribe@googlegroups.com)
> > For more options, visit this group at
> > http://groups.google.com/group/nodejs?hl=en?hl=en
On Fri, Sep 21, 2012 at 1:42 PM, Diogo Resende <drese...@thinkdigital.pt> wrote:
> Does it run on node v0.8.x? I was waiting for it to happen to try it out on
> a private domain.
> On Friday, September 21, 2012 at 19:28 , Tim Caswell wrote:
> On Fri, Sep 21, 2012 at 1:12 PM, William Oliveira <sudowill...@gmail.com>
> wrote:
> @Tim Caswell I'm going to try Cloud9, heard so much about it. Any tips for
> new users?
> Disclaimer: I'm employed at cloud9. That said, the editor is finally
> something that I enjoy using now that I have a real tty emulator and
> linux environment with every workspace. The latency is still a
> problem sometimes, but most the time it's quite nice when on my home
> internet.
> I'm actively working to improve the latency and offline support.
> The editor has node docs inline with autocomplete.
> Anyway, enough marketing and back to making awesome stuff...
> On Fri, Sep 21, 2012 at 2:26 PM, Tim Caswell <t...@creationix.com> wrote:
> For the longest time time I used Gedit on linux, Textmate on OSX, and
> Vim on headless boxes. Then sublime2 came out and I used that for a
> short while since it runs on windows, linux, and osx. Now I mostly
> use the hosted cloud9 because I work from several machines and having
> my dev environment always the same no matter what machine I'm using is
> nice.
> In all the cases, I use the terminal for everything except editing, so
> IDE features are lost on me. I just want a good way to edit my code.
> When porting code from one language to another, multiple cursors in
> sublime and cloud9 is amazing.
> On Fri, Sep 21, 2012 at 12:11 PM, Jimb Esser <wastel...@gmail.com> wrote:
> I'm also using Sublime Text 2, on Windows 7, though running all of my
> node
> processes on Ubuntu.
> Interestingly with my start-up, the four programmers were originally
> using 4
> different editors (VIM, Emacs, Visual Studio, and WebStorm) for the
> first
> year, and now we're mostly all using Sublime Text 2 (admittedly with
> individual plugins that make it behave more like VIM, Emacs, and Visual
> Studio ;).
> On Thursday, September 20, 2012 9:42:27 AM UTC-7, Andrew Mclagan wrote:
> Im switching to Ubuntu after struggling with windows, i will replace
> notepad++ with Vim and finally get into terminal...
> Im interested in what OS / Dev Enviroment other Node.js developers use?
Recently it started behaving much better with 8.x - I've found no reason to
use it with 0.6.x the last number of days. I should note though that I
don't pull the cloud9 git repo obsessively, so I might have gotten lucky :)
Personally I rarely use it from further than LAN, if you aren't working on
versioned files then that would be something to fix. If you are, then
syncing files between various locations seems a non-issue (?)
On Sat, Sep 22, 2012 at 1:44 AM, Tim Caswell <t...@creationix.com> wrote:
> On Fri, Sep 21, 2012 at 1:42 PM, Diogo Resende <drese...@thinkdigital.pt>
> wrote:
> > Does it run on node v0.8.x? I was waiting for it to happen to try it out
> on
> > a private domain.
> I was told it does, then I was told there are problems.
> > On Friday, September 21, 2012 at 19:28 , Tim Caswell wrote:
> > On Fri, Sep 21, 2012 at 1:12 PM, William Oliveira <sudowill...@gmail.com
> > wrote:
> > @Tim Caswell I'm going to try Cloud9, heard so much about it. Any tips
> for
> > new users?
> > Disclaimer: I'm employed at cloud9. That said, the editor is finally
> > something that I enjoy using now that I have a real tty emulator and
> > linux environment with every workspace. The latency is still a
> > problem sometimes, but most the time it's quite nice when on my home
> > internet.
> > I'm actively working to improve the latency and offline support.
> > The editor has node docs inline with autocomplete.
> > Anyway, enough marketing and back to making awesome stuff...
> > On Fri, Sep 21, 2012 at 2:26 PM, Tim Caswell <t...@creationix.com> wrote:
> > For the longest time time I used Gedit on linux, Textmate on OSX, and
> > Vim on headless boxes. Then sublime2 came out and I used that for a
> > short while since it runs on windows, linux, and osx. Now I mostly
> > use the hosted cloud9 because I work from several machines and having
> > my dev environment always the same no matter what machine I'm using is
> > nice.
> > In all the cases, I use the terminal for everything except editing, so
> > IDE features are lost on me. I just want a good way to edit my code.
> > When porting code from one language to another, multiple cursors in
> > sublime and cloud9 is amazing.
> > On Fri, Sep 21, 2012 at 12:11 PM, Jimb Esser <wastel...@gmail.com>
> wrote:
> > I'm also using Sublime Text 2, on Windows 7, though running all of my
> > node
> > processes on Ubuntu.
> > Interestingly with my start-up, the four programmers were originally
> > using 4
> > different editors (VIM, Emacs, Visual Studio, and WebStorm) for the
> > first
> > year, and now we're mostly all using Sublime Text 2 (admittedly with
> > individual plugins that make it behave more like VIM, Emacs, and Visual
> > Studio ;).
> > On Thursday, September 20, 2012 9:42:27 AM UTC-7, Andrew Mclagan wrote:
> > Im switching to Ubuntu after struggling with windows, i will replace
> > notepad++ with Vim and finally get into terminal...
> > Im interested in what OS / Dev Enviroment other Node.js developers use?