September 13, 2013 Re: [OT] Which IDE / Editor do you use? | ||||
---|---|---|---|---|
| ||||
Posted in reply to Namespace | mostly geany with bud/build so i don't need any project files but can easily tackle small and medium sized projects. i love the way how bud tracks down all imports, (can) clean up after compilation, and handles different sets of options in option groups - and geany does the rest one of my projects might grow big enough to benefit from a full-fledged IDE, probably MonoD as this project is multi-platform. otherwise VisualD as VS is more stable than monodevelop. i played with both but in general, i find those big IDEs to awkward to deal with for small projects. /det |
September 13, 2013 Re: [OT] Which IDE / Editor do you use? | ||||
---|---|---|---|---|
| ||||
Posted in reply to Peter Alexander | On Friday, 13 September 2013 at 20:46:46 UTC, Peter Alexander wrote:
> Do you actually write significant amounts of code on remote machines? I'm struggling to find a reason to do that.
Yeah, I'd say about half my time is spent on a remote computer, generally my laptop.
All my files and programs are on my desktop, but I'm not always there. Sometimes I just want to sit in an other room or in the yard, but often (several hours a day, almost every day) I'm at a friend's house keeping an eye on their kids. Since the kids almost take care of themselves, I bring my laptop and continue to do my computer work from there too.
|
September 13, 2013 Re: [OT] Which IDE / Editor do you use? | ||||
---|---|---|---|---|
| ||||
Posted in reply to Nick Sabalausky | On Friday, 13 September 2013 at 20:51:50 UTC, Nick Sabalausky wrote:
> I'd normally use. I love sshfs, I wish Windows had it.
I actually shelled out... I think $20 a few years ago, for a program called ExpanDrive on Windows, which connects via ssh to my Linux box and presents it as a windows drive. Pretty cool, it works fairly well and is a nice supplement to putty.
|
September 13, 2013 Re: [OT] Which IDE / Editor do you use? | ||||
---|---|---|---|---|
| ||||
Posted in reply to Namespace | On Friday, 13 September 2013 at 19:48:18 UTC, Namespace wrote:
> Just out of interest.
>
> I use Sublime 2, Notepad++ and as IDE currently Mono-D. But I will try this evening VisualD.
Mainly VisualD and for linux Mono-D.
Mono-D have a great auto completion.
|
September 13, 2013 Re: [OT] Which IDE / Editor do you use? | ||||
---|---|---|---|---|
| ||||
Posted in reply to Namespace | Sublime Text 3 |
September 13, 2013 Re: [OT] Which IDE / Editor do you use? | ||||
---|---|---|---|---|
| ||||
Posted in reply to H. S. Teoh | On Friday, 13 September 2013 at 21:09:40 UTC, H. S. Teoh wrote:
> I do. I prefer to keep code in a single place, i.e., on my PC, so when I'm away from my desk (travelling, house-sitting for my mother-in-law, etc.), I use GNU screen over ssh.
The headers of your messages tell me that you probably do email the same way I do too: keep it all on the home computer and ssh in with mutt!
(I use the website for replying to D postings though, since the mailing list interface I find unreliable for outgoing messages.)
|
September 13, 2013 Re: [OT] Which IDE / Editor do you use? | ||||
---|---|---|---|---|
| ||||
Posted in reply to Namespace | On Friday, 13 September 2013 at 19:48:18 UTC, Namespace wrote:
> Just out of interest.
>
> I use Sublime 2, Notepad++ and as IDE currently Mono-D. But I will try this evening VisualD.
GNU Emacs
|
September 13, 2013 Re: [OT] Which IDE / Editor do you use? | ||||
---|---|---|---|---|
| ||||
Posted in reply to Namespace |
Ubuntu Linux with:
- gvim compiled with the breakindent patch (that I had to patch myself for the vim source I checked out) for nicely wrapped and indented long lines (mostly used outside D programming).
- xfce4-terminal
- rdmd for simple programs,
- gnu make when interfacing with C/C++.
On 09/13/2013 09:48 PM, Namespace wrote:
> Just out of interest.
>
> I use Sublime 2, Notepad++ and as IDE currently Mono-D. But I will try
> this evening VisualD.
|
September 13, 2013 Re: [OT] Which IDE / Editor do you use? | ||||
---|---|---|---|---|
| ||||
Posted in reply to Adam D. Ruppe Attachments:
| On Fri, 2013-09-13 at 23:10 +0200, Adam D. Ruppe wrote: […] > Yeah, I'd say about half my time is spent on a remote computer, generally my laptop. > > All my files and programs are on my desktop, but I'm not always there. Sometimes I just want to sit in an other room or in the yard, but often (several hours a day, almost every day) I'm at a friend's house keeping an eye on their kids. Since the kids almost take care of themselves, I bring my laptop and continue to do my computer work from there too. This is why I use Unison to ensure that all my filestores (server, workstation, two Linux laptops, two OS X laptops, all have replicas of my personal filestore. It avoids the need for being always properly connected to the Internet. -- Russel. ============================================================================= Dr Russel Winder t: +44 20 7585 2200 voip: sip:russel.winder@ekiga.net 41 Buckmaster Road m: +44 7770 465 077 xmpp: russel@winder.org.uk London SW11 1EN, UK w: www.russel.org.uk skype: russel_winder |
September 13, 2013 Re: [OT] Which IDE / Editor do you use? | ||||
---|---|---|---|---|
| ||||
Posted in reply to John Colvin Attachments:
| On Fri, 2013-09-13 at 23:20 +0200, John Colvin wrote: > On Friday, 13 September 2013 at 19:48:18 UTC, Namespace wrote: > > Just out of interest. > > > > I use Sublime 2, Notepad++ and as IDE currently Mono-D. But I will try this evening VisualD. > > GNU Emacs Emacs 24, there is no other editor. :-) -- Russel. ============================================================================= Dr Russel Winder t: +44 20 7585 2200 voip: sip:russel.winder@ekiga.net 41 Buckmaster Road m: +44 7770 465 077 xmpp: russel@winder.org.uk London SW11 1EN, UK w: www.russel.org.uk skype: russel_winder |
Copyright © 1999-2021 by the D Language Foundation