DConf 2013 Day 3 Talk 1: Metaprogramming in the Real World by Don Clugston
Peter Williams
pwil3058 at bigpond.net.au
Thu Jun 13 16:32:35 PDT 2013
On 13/06/13 19:19, Peter Alexander wrote:
> On Thursday, 13 June 2013 at 09:06:00 UTC, Don wrote:
>> Mono-D and Eclipse DDT both have major problems with long pauses while
>> typing (eg 15 seconds unresponsive) and crashes. Both of them even
>> have "modules of death" where just viewing the file will cause a
>> crash. If you're unlucky enough to get one of those open in your
>> default workspace file, the IDE will crash at startup...
>
> That doesn't surprise me.
>
> I really do highly recommend Sublime Text. It was created by a former
> game dev, and he really, really cares about performance. I've opened
> binary files in it that are hundreds of megs and it doesn't even flinch.
> Just loads it up, and then you can scroll through it or jump around at
> full speed with no pauses or momentary glitches. I can't recommend it
> highly enough.
>
> http://www.sublimetext.com/
Geany works well for me. Syntax highlighting and a symbols navigation
sidebar. Plus there is a customizable "snippets" facility (e.g. type
"class" hit TAB and you get the shell of a class formatted how you like
it, etc) if you like that type of thing.
I believe that it's available for Linux, Mac and Windows.
Peter
PS On the subject of snippets, does any one know how to get a D specific
.gitignore added to github's new repo interface? Currently, I just ask
for the C one but D not being in the list of offerings makes it look
like a second class language.
More information about the Digitalmars-d-announce
mailing list