www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.learn - Code::Blocks - Symbol View

reply "Namespace" <rswhite4 googlemail.com> writes:
I've installed the last version (12.11) but I see nothing inside 
the symbol view. What wrong?
If I press "Ctrl + Alt + G" I get often the message that no 
functions could be parsed, or in some other files I see only a 
few of them. Can I improve this?
Sep 27 2013
parent reply "Dicebot" <public dicebot.lv> writes:
On Friday, 27 September 2013 at 10:00:04 UTC, Namespace wrote:
 I've installed the last version (12.11) but I see nothing 
 inside the symbol view. What wrong?
 If I press "Ctrl + Alt + G" I get often the message that no 
 functions could be parsed, or in some other files I see only a 
 few of them. Can I improve this?
I had impression that D support in Code::Blocks has been kind of unmaintained for a long time.
Sep 27 2013
parent reply "Namespace" <rswhite4 googlemail.com> writes:
On Friday, 27 September 2013 at 10:06:31 UTC, Dicebot wrote:
 On Friday, 27 September 2013 at 10:00:04 UTC, Namespace wrote:
 I've installed the last version (12.11) but I see nothing 
 inside the symbol view. What wrong?
 If I press "Ctrl + Alt + G" I get often the message that no 
 functions could be parsed, or in some other files I see only a 
 few of them. Can I improve this?
I had impression that D support in Code::Blocks has been kind of unmaintained for a long time.
You're right, I've switched to VS. But there I cannot set K&R for style bracketing. Am I forced to use the default style?
Sep 27 2013
next sibling parent "Dicebot" <public dicebot.lv> writes:
On Friday, 27 September 2013 at 11:16:51 UTC, Namespace wrote:
 You're right, I've switched to VS. But there I cannot set K&R 
 for style bracketing. Am I forced to use the default style?
No further answers, I am using vim :)
Sep 27 2013
prev sibling parent reply Rainer Schuetze <r.sagitario gmx.de> writes:
On 27.09.2013 13:16, Namespace wrote:
 On Friday, 27 September 2013 at 10:06:31 UTC, Dicebot wrote:
 On Friday, 27 September 2013 at 10:00:04 UTC, Namespace wrote:
 I've installed the last version (12.11) but I see nothing inside the
 symbol view. What wrong?
 If I press "Ctrl + Alt + G" I get often the message that no functions
 could be parsed, or in some other files I see only a few of them. Can
 I improve this?
I had impression that D support in Code::Blocks has been kind of unmaintained for a long time.
You're right, I've switched to VS. But there I cannot set K&R for style bracketing. Am I forced to use the default style?
Indentation is usually managed by the language service, I guess you have Visual D installed. Formatting in Visual D never adds or removed line breaks, so it should be compatible with almost any style that puts the closing brace on the same white space position as the statement that starts the block. That should include K&R. Could you give an example where it does not meet your expectation?
Sep 27 2013
parent reply "Namespace" <rswhite4 googlemail.com> writes:
On Friday, 27 September 2013 at 13:47:21 UTC, Rainer Schuetze 
wrote:
 Could you give an example where it does not meet your 
 expectation?
Sure. 1. I cannot format the whole file 2. I have no setting to format automatically. 3. I have no symbol view. Or better: I see nothing there. And that is the most painfull thing.
Sep 27 2013
parent reply "Namespace" <rswhite4 googlemail.com> writes:
 3. I have no symbol view. Or better: I see nothing there. And 
 that is the most painfull thing.
That was my fault. I've deactivated the JSON output for some reason.
 On Friday, 27 September 2013 at 19:37:55 UTC, Namespace wrote:
 On Friday, 27 September 2013 at 13:47:21 UTC, Rainer Schuetze 
 wrote:
 Could you give an example where it does not meet your 
 expectation?
Sure. 1. I cannot format the whole file 2. I have no setting to format automatically.
Both still occur. Any chance to change that? Especially the last? Mono allow that and I really love it. That was one of my reasons last year, why I switched from VSD to Mono.
Sep 27 2013
parent Rainer Schuetze <r.sagitario gmx.de> writes:
On 27.09.2013 22:26, Namespace wrote:
 3. I have no symbol view. Or better: I see nothing there. And that is
 the most painfull thing.
That was my fault. I've deactivated the JSON output for some reason.
 On Friday, 27 September 2013 at 19:37:55 UTC, Namespace wrote:
 On Friday, 27 September 2013 at 13:47:21 UTC, Rainer Schuetze wrote:
 Could you give an example where it does not meet your expectation?
Sure. 1. I cannot format the whole file
Select all, then indent the selection. With the default shortcuts, that is Ctrl+A, Alt+F8.
 2. I have no setting to format automatically.
What kind of formatting do you mean? There is "smart-indent" that automatically indents the next line if you press Return. Or do you expect something to happen while you change something within an existing line?
 Both still occur. Any chance to change that? Especially the last? Mono
 allow that and I really love it. That was one of my reasons last year,
 why I switched from VSD to Mono.
Sep 30 2013