Author |
Message |
Topic: Russian tutorial on Poseidon |
Kuan Hsu
Replies: 2
Views: 49868
|
Forum: Poseidon Posted: Mon Sep 05, 2011 8:33 am Subject: Re: Russian tutorial on Poseidon |
Already added, thank you!! |
Topic: Would be nice if... |
Kuan Hsu
Replies: 5
Views: 20585
|
Forum: Poseidon Posted: Mon Sep 05, 2011 8:00 am Subject: Would be nice if... |
It would be also cool if the parser supports keywords like "@property". When I create a class with such property-methods, the parser always says "Parsed Failure." and code completi ... |
Topic: Would be nice if... |
Kuan Hsu
Replies: 5
Views: 20585
|
Forum: Poseidon Posted: Tue Jun 14, 2011 10:22 pm Subject: Re: Would be nice if... |
(05 )...It cause poseidon crash! I don't know what's happen!
Will Fixed at REV.282 |
Topic: Would be nice if... |
Kuan Hsu
Replies: 5
Views: 20585
|
Forum: Poseidon Posted: Sun Jun 12, 2011 4:57 am Subject: Re: Would be nice if... |
01... all the elements collapsed in the outline didn't get expanded whenever the file is parsed
02... views could be moved around, like in Eclipse
03... there were error detection and suggestions
0 ... |
Topic: Bug: Parser fails on associative arrays of delegates |
Kuan Hsu
Replies: 1
Views: 11910
|
Forum: Poseidon Posted: Sat Jun 11, 2011 7:13 pm Subject: Re: Bug: Parser fails on associative arrays of delegates |
The following will cause poseidon's parser to fail when parsing a source file (attempted on v0.23 and r278):
class Foo
{
static immutable void delegate()[string] BAR;
... |
Topic: Bug: Parser fails on mixin templates |
Kuan Hsu
Replies: 1
Views: 11613
|
Forum: Poseidon Posted: Sat Jun 11, 2011 7:13 pm Subject: Re: Bug: Parser fails on mixin templates |
The following causes Poseidon's parser to fail. Tested on r278:
mixin template foo (e)
{
}
Fixed at rev.279 |
Topic: Bug: Parser fails on 'const' after parameters |
Kuan Hsu
Replies: 2
Views: 13341
|
Forum: Poseidon Posted: Sat Jun 11, 2011 7:09 pm Subject: Re: Bug: Parser fails on 'const' after parameters |
The following will cause poseidon's parser to fail when parsing a source file (attempted on r278). If anyone plans to create a fix, please also have const methods be indicated as const in the outline: ... |
Topic: Bug: Parser fails on 'const' after parameters |
Kuan Hsu
Replies: 2
Views: 13341
|
Forum: Poseidon Posted: Mon Jun 06, 2011 4:23 am Subject: Bug: Parser fails on 'const' after parameters |
In recent day, I rewrote CodeAnalyzer follow D Programming Language Language Reference.
At first, I rewrote for DMD1.0, it worked well, the newest code can completelly parsed phobos and tango, then ... |
Topic: Is Debugging possible? |
Kuan Hsu
Replies: 2
Views: 15576
|
Forum: Poseidon Posted: Sun Jun 21, 2009 7:44 am Subject: Re: Is Debugging possible? |
Hello, i've just downloaded latest version of Poseidon ( i've tested in different versions, but debugging is still not working ).
I've configured it correctly, and set ddbg as debugger. But when i se ... |
Topic: Branch 3.4 now build without phobos/tangobos dependencies |
Kuan Hsu
Replies: 6
Views: 26777
|
Forum: Poseidon Posted: Sat Jun 20, 2009 9:57 pm Subject: Branch 3.4 now build without phobos/tangobos dependencies |
I had updated old russian translation. It's not full translation, but better than old one.
Thanx!!! I will update it at next commit! |
Topic: Request. |
Kuan Hsu
Replies: 2
Views: 16191
|
Forum: Poseidon Posted: Sun May 24, 2009 3:00 am Subject: Re: Request. |
I'd like to see middle click on tab closes tab.
like in firefox and other multabbed programs.
just a request.
-dazoe
Ok, It was done! |
Topic: Request. |
Kuan Hsu
Replies: 2
Views: 16191
|
Forum: Poseidon Posted: Sun May 24, 2009 3:00 am Subject: Re: Request. |
I'd like to see middle click on tab closes tab.
like in firefox and other multabbed programs.
just a request.
-dazoe
Ok, It ws done! |
Topic: Autocompletion proposal. |
Kuan Hsu
Replies: 3
Views: 29689
|
Forum: Poseidon Posted: Sun May 24, 2009 1:44 am Subject: Re: Autocompletion proposal. |
Why not to make autocompletion only appear when you press ctrl-space (or some other shortcut) but not always?
In Rev.270, we can set Tools->Options...->Parser-> enable/disable Show Autocom ... |
Topic: changes in .248 |
Kuan Hsu
Replies: 1
Views: 12781
|
Forum: Poseidon Posted: Thu Sep 11, 2008 9:40 pm Subject: Re: changes in .248 |
Hi ,
1.Invoke compiled program getting slower than previous version;
2.Specify main file for a project getting slower when the main file folder popping up.
BTW.Reloading previos project does no ... |
Topic: Auto-completion for enum and import ? |
Kuan Hsu
Replies: 4
Views: 16697
|
Forum: Poseidon Posted: Fri Sep 05, 2008 1:16 pm Subject: Auto-completion for enum and import ? |
I'm sorry, It's my mistake!
My original design is the singles d file can't perform any codecompletion because they don't exist any parsers, I fixed at rev.248
Thank you!! |
|