IDE with renaming possibility

2011-11-06 Thread Jabba Laci
Hi, I'm new to D, I just started to read the book of Andrei. As an IDE, I use Eclipse with the DDT plugin. However, I don't find an important feature: renaming variables/functions/etc. If it's not in DDT, what IDE do you suggest? I use Linux. Thanks, Laszlo

Re: IDE with renaming possibility

2011-11-07 Thread Jabba Laci
> I use Emacs and replace regexp. Hi, I'm looking for a solution that replaces just in the scope. A regexp replace would change all occurrences :( Also, if you have a function that is implemented in a module and you call it in another file, it should be renamed everywhere. Laszlo

produced binary is quite big

2012-02-26 Thread Jabba Laci
Hi, I'm new to D. I tried the basic Hello World program ("dmd hello.d") but it produced a 316 KB big binary. The same thing with C ("gcc hello.c") is about 9 KB. Is there a way to reduce the size of the produced binary? Thanks, Laszlo