Jump to page: 1 2 3
Thread overview
blackbird 1.2 (beta)
Aug 11, 2005
Ilya Zaitseff
Aug 11, 2005
Victor Nakoryakov
Aug 11, 2005
Ilya Zaitseff
Aug 11, 2005
Victor Nakoryakov
Aug 11, 2005
John Reimer
Aug 12, 2005
Carlos Santander
Aug 13, 2005
Ilya Zaitseff
Aug 13, 2005
Carlos Santander
Aug 14, 2005
Ilya Zaitseff
Aug 13, 2005
Carlos Santander
Aug 14, 2005
Carlos Santander
Aug 14, 2005
Ilya Zaitseff
Aug 14, 2005
Ilya Zaitseff
Aug 18, 2005
Carlos Santander
Aug 19, 2005
Ilya Zaitseff
Aug 19, 2005
Carlos Santander
Aug 19, 2005
Carlos Santander
Aug 13, 2005
Shawn Liu
Aug 14, 2005
Ilya Zaitseff
Aug 15, 2005
Victor Nakoryakov
Aug 15, 2005
Ilya Zaitseff
Aug 16, 2005
Victor Nakoryakov
August 11, 2005
Ok, another beta release :)

http://sark7.nm.ru/stuff/blackbird_120.zip

NOTE: This beta release DOES NOT include blackbird.antlr plugin. Take it from previous releases.

Changes:

blackbird.editor :
  fixed minor grammar bugs, updated to 0.129 strings postfixes;
  fixed problem with non-ascii identifiers;
  added source commenting/uncommenting (Ctrl+/),
    smart word next/prev jump, smart home/end jump as in JDT,
    new preference settings

blackbird.builder :
  added experimental demangler of undefined symbols in link errors,
  new preference settings

I don't know how stable is 1.2... anyway, blackbird needs refactoring :)
August 11, 2005
Ilya Zaitseff wrote:
> Ok, another beta release :)
> 
> http://sark7.nm.ru/stuff/blackbird_120.zip
> 
> NOTE: This beta release DOES NOT include blackbird.antlr plugin. Take it  from previous releases.
> 
> Changes:
> 
> blackbird.editor :
>   fixed minor grammar bugs, updated to 0.129 strings postfixes;
>   fixed problem with non-ascii identifiers;
>   added source commenting/uncommenting (Ctrl+/),
>     smart word next/prev jump, smart home/end jump as in JDT,
>     new preference settings
> 
> blackbird.builder :
>   added experimental demangler of undefined symbols in link errors,
>   new preference settings

Woohoo! Thanx for this great plugin. I'll wonder if somebody use something else for D coding (except true hackers that use (vi || emacs) && make :)). Smart word jumps are great, it is even better than in msvc.
I'm not tested demangler yet, but sure this is very useful addition.

> I don't know how stable is 1.2... anyway, blackbird needs refactoring :)

Anyway I hope that the problem of refactoring would not be the reason of blackbird development termination.

-- 
Victor (aka nail) Nakoryakov
nail-mail<at>mail<dot>ru

Krasnoznamensk, Moscow, Russia
August 11, 2005
Just note:

For those who have no effect after copying plugin into eclipse folder:
Run eclipse with '-clean' option.

-- 
Victor (aka nail) Nakoryakov
nail-mail<at>mail<dot>ru

Krasnoznamensk, Moscow, Russia
August 11, 2005
On Fri, 12 Aug 2005 01:25:05 +1100, Victor Nakoryakov <nail-mail@mail.ru> wrote:

> Ilya Zaitseff wrote:
>> Ok, another beta release :)
>>  http://sark7.nm.ru/stuff/blackbird_120.zip
>>  NOTE: This beta release DOES NOT include blackbird.antlr plugin. Take it  from previous releases.
>>  Changes:
>>  blackbird.editor :
>>   fixed minor grammar bugs, updated to 0.129 strings postfixes;
>>   fixed problem with non-ascii identifiers;
>>   added source commenting/uncommenting (Ctrl+/),
>>     smart word next/prev jump, smart home/end jump as in JDT,
>>     new preference settings
>>  blackbird.builder :
>>   added experimental demangler of undefined symbols in link errors,
>>   new preference settings
>
> Woohoo! Thanx for this great plugin. I'll wonder if somebody use something else for D coding (except true hackers that use (vi || emacs) && make :)). Smart word jumps are great, it is even better than in msvc.
> I'm not tested demangler yet, but sure this is very useful addition.
>
>> I don't know how stable is 1.2... anyway, blackbird needs refactoring :)
>
> Anyway I hope that the problem of refactoring would not be the reason of blackbird development termination.
>

Thanks for feedback!
August 11, 2005
Ilya Zaitseff wrote:
> Ok, another beta release :)
> 
> http://sark7.nm.ru/stuff/blackbird_120.zip
> 
> NOTE: This beta release DOES NOT include blackbird.antlr plugin. Take it  from previous releases.
> 
> Changes:
> 
> blackbird.editor :
>   fixed minor grammar bugs, updated to 0.129 strings postfixes;
>   fixed problem with non-ascii identifiers;
>   added source commenting/uncommenting (Ctrl+/),
>     smart word next/prev jump, smart home/end jump as in JDT,
>     new preference settings
> 
> blackbird.builder :
>   added experimental demangler of undefined symbols in link errors,
>   new preference settings
> 
> I don't know how stable is 1.2... anyway, blackbird needs refactoring :)

Thanks llya,

It's the best plugin to date! :-)

-JJR
August 12, 2005
Ilya Zaitseff escribió:
> Ok, another beta release :)
> 
> http://sark7.nm.ru/stuff/blackbird_120.zip
> 
> NOTE: This beta release DOES NOT include blackbird.antlr plugin. Take it  from previous releases.
> 
> Changes:
> 
> blackbird.editor :
>   fixed minor grammar bugs, updated to 0.129 strings postfixes;
>   fixed problem with non-ascii identifiers;
>   added source commenting/uncommenting (Ctrl+/),
>     smart word next/prev jump, smart home/end jump as in JDT,
>     new preference settings
> 
> blackbird.builder :
>   added experimental demangler of undefined symbols in link errors,
>   new preference settings
> 
> I don't know how stable is 1.2... anyway, blackbird needs refactoring :)

I have a question: how do I compile from inside Eclipse?

-- 
Carlos Santander Bernal
August 13, 2005
On Sat, 13 Aug 2005 10:52:18 +1100, Carlos Santander <csantander619@gmail.com> wrote:

> Ilya Zaitseff escribió:
>> Ok, another beta release :)
>>  http://sark7.nm.ru/stuff/blackbird_120.zip
>>  NOTE: This beta release DOES NOT include blackbird.antlr plugin. Take it  from previous releases.
>>  Changes:
>>  blackbird.editor :
>>   fixed minor grammar bugs, updated to 0.129 strings postfixes;
>>   fixed problem with non-ascii identifiers;
>>   added source commenting/uncommenting (Ctrl+/),
>>     smart word next/prev jump, smart home/end jump as in JDT,
>>     new preference settings
>>  blackbird.builder :
>>   added experimental demangler of undefined symbols in link errors,
>>   new preference settings
>>  I don't know how stable is 1.2... anyway, blackbird needs refactoring :)
>
> I have a question: how do I compile from inside Eclipse?
>

First. add DProjectBuilder to your project - In prject context on project choose Toggle D Nature.

Second, turn off automatic build - in Project menu.

Third, use Ctrl+B :)
August 13, 2005
outline break at "finally".

Outline break at a try.. catch.. finally block.

Dose anybody encounter this or just in my environment?


"Ilya Zaitseff" <sark7@mail333.com> wrote :op.svcihwrhaaezs2@robingood...
> Ok, another beta release :)
>
> http://sark7.nm.ru/stuff/blackbird_120.zip
>
> NOTE: This beta release DOES NOT include blackbird.antlr plugin. Take it from previous releases.
>
> Changes:
>
> blackbird.editor :
>   fixed minor grammar bugs, updated to 0.129 strings postfixes;
>   fixed problem with non-ascii identifiers;
>   added source commenting/uncommenting (Ctrl+/),
>     smart word next/prev jump, smart home/end jump as in JDT,
>     new preference settings
>
> blackbird.builder :
>   added experimental demangler of undefined symbols in link errors,
>   new preference settings
>
> I don't know how stable is 1.2... anyway, blackbird needs refactoring :)


August 13, 2005
Ilya Zaitseff escribió:
> 
> First. add DProjectBuilder to your project - In prject context on project  choose Toggle D Nature.
> 
> Second, turn off automatic build - in Project menu.
> 
> Third, use Ctrl+B :)

Thanks. Now, the problems.

I can't seem to be able to use gdc. If I use gdmd, I get:

Can't exec "gdc": No such file or directory at /usr/local/bin/gdmd line 75.
Use of uninitialized value in scalar chomp at /usr/local/bin/gdmd line 76.
Use of uninitialized value in pattern match (m//) at /usr/local/bin/gdmd
line 77.
Can't exec "gdc": No such file or directory at /usr/local/bin/gdmd line 80.
Use of uninitialized value in scalar chomp at /usr/local/bin/gdmd line 81.
Can't exec "gdc": No such file or directory at /usr/local/bin/gdmd line 262.

When I use gdc, it works, but I don't know how to specify the output file. What variable can I use?

Also, when I use build, I get "Error: The compiler '/opt/gdc/bin/gdc'
was not found.", but when I type the command in a terminal, it works.

Finally, Eclipse doesn't detect if the compilation has failed, so to rebuild I have to Clean and then Build. Is there a way this can be changed?

-- 
Carlos Santander Bernal
August 13, 2005
Ilya Zaitseff escribió:
> 
> First. add DProjectBuilder to your project - In prject context on project  choose Toggle D Nature.
> 
> Second, turn off automatic build - in Project menu.
> 
> Third, use Ctrl+B :)

Also, would it be possible to double-click in a Console line after a build and go to the file and line number where the error is?

And, is there something special needed to run the generated application? It's not showing anything in the console when I try to run it.

-- 
Carlos Santander Bernal
« First   ‹ Prev
1 2 3