Thread overview | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
|
September 27, 2013 Code::Blocks - Symbol View | ||||
---|---|---|---|---|
| ||||
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? |
September 27, 2013 Re: Code::Blocks - Symbol View | ||||
---|---|---|---|---|
| ||||
Posted in reply to Namespace | 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.
|
September 27, 2013 Visual Studio - formatting | ||||
---|---|---|---|---|
| ||||
Posted in reply to Dicebot | 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?
|
September 27, 2013 Re: Visual Studio - formatting | ||||
---|---|---|---|---|
| ||||
Posted in reply to Namespace | 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 :)
|
September 27, 2013 Re: Visual Studio - formatting | ||||
---|---|---|---|---|
| ||||
Posted in reply to Namespace |
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?
|
September 27, 2013 Re: Visual Studio - formatting | ||||
---|---|---|---|---|
| ||||
Posted in reply to Rainer Schuetze | 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.
|
September 27, 2013 Re: Visual Studio - formatting | ||||
---|---|---|---|---|
| ||||
Posted in reply to Namespace | > 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. |
September 30, 2013 Re: Visual Studio - formatting | ||||
---|---|---|---|---|
| ||||
Posted in reply to Namespace | 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. |
Copyright © 1999-2021 by the D Language Foundation