View previous topic :: View next topic |
Author |
Message |
lloyd
Joined: 16 May 2011 Posts: 18 Location: Australia
|
Posted: Mon May 16, 2011 2:00 pm Post subject: Wishful beginner question |
|
|
Just downloaded Visual D, it's great!
(I just compiled my 4th line of D ever with it! )
I wonder how about the following features...
- I noticed that Entice has an API explorer.. will Visual D have one too?
- I noticed that Entice has a Form designer... will Visual D have one too? |
|
Back to top |
|
|
sagitario
Joined: 03 Mar 2007 Posts: 292
|
Posted: Tue May 17, 2011 12:55 pm Post subject: Re: Wishful beginner question |
|
|
lloyd wrote: | Just downloaded Visual D, it's great!
(I just compiled my 4th line of D ever with it! ) |
Thanks for the feedback.
Quote: | I wonder how about the following features...
- I noticed that Entice has an API explorer.. will Visual D have one too?
|
I don't know Entice, but to search the API of libraries and your own code you can either use the Visual Studio windows Object Browser/Class View ( http://www.dsource.org/projects/visuald/wiki/Tour/BrowseInfo#ObjectBrowserandClassView ), or the Search Symbol window ( http://www.dsource.org/projects/visuald/wiki/Tour/Search#SearchSymbol ). Both depend on the browse info generated by the D compiler.
Quote: | - I noticed that Entice has a Form designer... will Visual D have one too? |
I doubt that something like this will be added to Visual D anytime soon. It very much depends on the GUI library used, and IDE integration should be provided by the library itself. E.g. Qt comes with a Visual Studio integration, but I don't know how much of it can be used with qtd. |
|
Back to top |
|
|
lloyd
Joined: 16 May 2011 Posts: 18 Location: Australia
|
Posted: Tue May 17, 2011 5:15 pm Post subject: |
|
|
Thanks for the answers! |
|
Back to top |
|
|
|