digitalmars.D.announce - Code Poet, an IDE for D
- Jeremie Pelletier (18/18) Nov 10 2009 It's been some time since I last posted to this newsgroup, I've been
- Nick B (11/18) Nov 10 2009 [snip]
- Jeremie Pelletier (38/61) Nov 10 2009 Sure, I really like Poseidon, but I got to the limit of its features and...
- Nick B (4/24) Nov 10 2009 Sounds really interesting. When do you expect it to be ready for beta
- Jeremie Pelletier (10/37) Nov 11 2009 At the rate this is going, I expect to have an usable editor within a
- =?ISO-8859-1?Q?Anders_F_Bj=F6rklund?= (7/23) Nov 11 2009 Sounds like a good approach for a new fresh DMD2 IDE, the oldskool stuff
- Lars T. Kyllingstad (7/32) Nov 11 2009 Though I don't use an IDE myself, I think this is great. It is often
- Lars T. Kyllingstad (3/37) Nov 11 2009 Forget it, I see you've already answered this in another post. :)
- grauzone (4/28) Nov 11 2009 Oh dear, that's not good publicity for D...
- Jeremie Pelletier (6/36) Nov 11 2009 My choice of C++ was based on the wxWidgets library, not the language
- retard (6/26) Nov 29 2009 Well, you sometimes have to accept that if the language isn't really
- grauzone (5/32) Nov 29 2009 I understand, but others not knowing D won't. That's the problem.
- Denis Koroskin (4/13) Nov 11 2009 Try to integrate C++ DMD front-end into your IDE, and it will leak a lot...
- Jeremie Pelletier (10/27) Nov 11 2009 If I detect any leaks with DMD I'll just make it use boost's shared_ptr,...
- Denis Koroskin (5/31) Nov 11 2009 It's just DMD never ever deletes anything (but duplicates instances a
- Jeremie Pelletier (4/42) Nov 11 2009 Well then that will make a good patch to submit to Walter :) I too would...
- watching (3/28) Nov 11 2009 what a pityful sate d is in. this probably shows, that you can't use d f...
- Jeremie Pelletier (6/9) Nov 11 2009 I really don't think so, the very purpose of this IDE I'm developing is
- Nick B (10/18) Nov 11 2009 Jeremie
- Jeremie Pelletier (3/26) Nov 11 2009 I wasn't aware of it, this is great news!
- Adam D. Ruppe (13/16) Nov 11 2009 Aye :)
- Jeremie Pelletier (6/25) Nov 11 2009 That would be really awesome, I'm familiar with X but always used it
- Lutger (6/18) Nov 11 2009 Out of curiosity, did you consider GtkD and QtD?
- Jeremie Pelletier (13/34) Nov 11 2009 I did consider a gtk/gdk approach but not Qt since I never used that
- Eldar Insafutdinov (2/40) Nov 11 2009 Well, QtD works well for D2, and I must say that Qt is a very easy API t...
- hasenj (3/5) Nov 11 2009 +1
- Walter Bright (3/12) Nov 11 2009 I really like that Adam and Jeremie are doing something about
- watching (3/17) Nov 11 2009 most programmer want use the language and a lot libraries that come with...
- Jeremie Pelletier (18/36) Nov 12 2009 The IDE I'm developing is exactly for that purpose, to bring more people...
- Walter Bright (14/32) Nov 12 2009 Exactly, and I'm most pleased to see you and others stepping up to fill
- dsimcha (7/31) Nov 12 2009 I thought (I'm not 100% sure on either of these counts) that:
- Walter Bright (3/10) Nov 12 2009 Hmm. That would be a problem.
- Robert Jacques (4/15) Nov 12 2009 Binary form counts as a derivative work, so unless it's specifically
- Anders Bergh (8/20) Nov 15 2009 works
- Jeremie Pelletier (17/56) Nov 12 2009 It's true that the bar for bundled libraries is higher nowadays; I
- Walter Bright (2/11) Nov 12 2009 Awesome! Great minds think alike!
- Dejan Lekic (8/8) Nov 13 2009 @Jeremie:
- watching (5/15) Nov 13 2009 seems like you are that you hit on the spot. never the less i like the l...
- Frank Benoit (3/3) Nov 11 2009 In march 2009 i did a D2 port of DWT. It is called DWT2 and available
- Joel Christensen (1/1) Nov 11 2009 Why don't you post on d.D.ide?
- BLS (7/11) Nov 29 2009 Very good name, pretty cool looking tool.
- Frank Benoit (2/3) Nov 29 2009 ?? I think D1 and tango should not be dropped.
- Trass3r (2/4) Nov 29 2009 It's long overdue to port Tango to D2.
- Jeremie Pelletier (10/24) Nov 29 2009 That is already planned, it will be one of the first features to be
- retard (5/27) Nov 29 2009 Is there some reason why you didn't built your IDE on top of some
- Jeremie Pelletier (4/33) Nov 29 2009 Where's the challenge and fun in that?
- retard (7/42) Nov 29 2009 Of course it's less challenging and a bit less fun, but some of us just
- Kagamin (2/4) Nov 30 2009 http://golang.org/LICENSE
It's been some time since I last posted to this newsgroup, I've been quite busy these past weeks! Among other things, I started writing an IDE for D from scratch and opened a SourceForge project for it a few minutes ago, I'll also open a dsource project to link to the sf one in the following days. At first I tried to code it in D using wxD but soon found out the limitations of these bindings, then I tried to write my own wxWidgets bindings which worked great until i realized I was leaking memory like hell and had a hard time linking garbage collected D objects to C++ reference counted objects without adding complex overhead. So after spending two weeks on these failed attempts, I jumped back into C++ after two years of almost only writing D code, this time using boost, and boy is that library sweet! Here is the (very simple) website of the project, with a screenshot of the program so far, the content is hard coded for now to test the custom editor painting routines. http://codepoet.sourceforge.net Jeremie
Nov 10 2009
Jeremie Pelletier wrote:It's been some time since I last posted to this newsgroup, I've been quite busy these past weeks! Among other things, I started writing an IDE for D from scratch and opened a SourceForge project for it a few minutes ago, I'll also open a dsource project to link to the sf one in the following days.[snip] Jeremie On 12 Oct 2009 you wrote: "Eclipse is heavy, slow and often unresponsive. I use poseidon myself because it is light and fast and I don't require much more from an IDE at the moment." Would you like to enlighten us as to why you have decided to write your own IDE & debugger, and give up Poseidon. cheers Nick B
Nov 10 2009
Nick B wrote:Jeremie Pelletier wrote:Sure, I really like Poseidon, but I got to the limit of its features and then it crashed one time too many on me (good thing I ctrl+S even few keystrokes) :x I've been using poseidon for over a year and a half now, and it has been great, only having a project manager and syntax highlighter and nothing else to depend on is a great way to learn about a language because it forces you to memorize everything. Many reasons lead me to decide to write my own IDE, its a project that I've been considering for quite some time now as a stepping stone to other long term ideas I have which would require such an IDE. I considered trying to pick up the poseidon sources and extending it, but porting it to DMD2 sounded like too much work. Working with the existing source implied using old versions of dwt and tango, two libraries I have no experience with. For one, I recently got addicted to the split window feature of VisualStudio and I found out that wxAUI implements it out of the box and in a better way than VS. You can drag and drop tabs to create new groups, and you're not limited to only one direction at a time. Intellisense was also another motivation, while its not needed to write code, its sure helps speed up the process, especially with those function parameter tooltips and autocompletion for the longer identifier names. Furthermore, Poseidon will only works with D code and only compile with dmd. I wanted to be able to use multiple languages and compilers side by side in the same project. As for debugging, poseidon's support for ddbg is great, but not nearly as powerful and practical as the debugging features of visual studio. Jumping back in C++ was refreshing, I now make very little use of macros, feel much more comfortable with templates and generic programming, basically I write C++ as if I was writing D, and it only makes me love the little conveniences of D even more. The IDE will also be cross-platform, I'm using wxWidgets for all the user interface and boost for everything else. Some things I have in mind for later in the development cycle are tasks, semantic analysis, version control for projects, automake and autoconf integration on unix, etc... JeremieIt's been some time since I last posted to this newsgroup, I've been quite busy these past weeks! Among other things, I started writing an IDE for D from scratch and opened a SourceForge project for it a few minutes ago, I'll also open a dsource project to link to the sf one in the following days.[snip] Jeremie On 12 Oct 2009 you wrote: "Eclipse is heavy, slow and often unresponsive. I use poseidon myself because it is light and fast and I don't require much more from an IDE at the moment." Would you like to enlighten us as to why you have decided to write your own IDE & debugger, and give up Poseidon. cheers Nick B
Nov 10 2009
Jeremie Pelletier wrote:Nick B wrote:Jeremie Pelletier wrote:It's been some time since I last posted to this newsgroup, I've been quite busy these past weeks! Among other things, I started writing an IDE for D from scratch and opened a SourceForge project for it a few minutes ago, I'll also open a dsource project to link to the sf one in the following days.[snip]The IDE will also be cross-platform, I'm using wxWidgets for all the user interface and boost for everything else. Some things I have in mind for later in the development cycle are tasks, semantic analysis, version control for projects, automake and autoconf integration on unix, etc... JeremieSounds really interesting. When do you expect it to be ready for beta testing ? Nick B
Nov 10 2009
Nick B wrote:Jeremie Pelletier wrote:At the rate this is going, I expect to have an usable editor within a month or two with a very basic set of features (project manager, syntax highlighting and compiler support only) and then from that I'll start adding features. It should also be cross platform from the start, the only windows-dependent code I have right now is the resource manager which loads embedded resources manually to create wxBitmap objects instead of using the heavyweight wxRC approach. JeremieNick B wrote:Jeremie Pelletier wrote:It's been some time since I last posted to this newsgroup, I've been quite busy these past weeks! Among other things, I started writing an IDE for D from scratch and opened a SourceForge project for it a few minutes ago, I'll also open a dsource project to link to the sf one in the following days.[snip]The IDE will also be cross-platform, I'm using wxWidgets for all the user interface and boost for everything else. Some things I have in mind for later in the development cycle are tasks, semantic analysis, version control for projects, automake and autoconf integration on unix, etc... JeremieSounds really interesting. When do you expect it to be ready for beta testing ? Nick B
Nov 11 2009
Jeremie Pelletier wrote:Among other things, I started writing an IDE for D from scratch and opened a SourceForge project for it a few minutes ago, I'll also open a dsource project to link to the sf one in the following days. At first I tried to code it in D using wxD but soon found out the limitations of these bindings, then I tried to write my own wxWidgets bindings which worked great until i realized I was leaking memory like hell and had a hard time linking garbage collected D objects to C++ reference counted objects without adding complex overhead....Jumping back in C++ was refreshing, I now make very little use of macros, feel much more comfortable with templates and generic programming, basically I write C++ as if I was writing D, and it only makes me love the little conveniences of D even more. The IDE will also be cross-platform, I'm using wxWidgets for all the user interface and boost for everything else.Sounds like a good approach for a new fresh DMD2 IDE, the oldskool stuff with GDC and wxD and Code::Blocks is not very likely to make it there... I think Walter writes DMD the same way (D in C++) and Andrei is a fan of Boost, so I don't think you can go wrong there... Hope it gets released! --anders
Nov 11 2009
Jeremie Pelletier wrote:It's been some time since I last posted to this newsgroup, I've been quite busy these past weeks! Among other things, I started writing an IDE for D from scratch and opened a SourceForge project for it a few minutes ago, I'll also open a dsource project to link to the sf one in the following days. At first I tried to code it in D using wxD but soon found out the limitations of these bindings, then I tried to write my own wxWidgets bindings which worked great until i realized I was leaking memory like hell and had a hard time linking garbage collected D objects to C++ reference counted objects without adding complex overhead. So after spending two weeks on these failed attempts, I jumped back into C++ after two years of almost only writing D code, this time using boost, and boy is that library sweet! Here is the (very simple) website of the project, with a screenshot of the program so far, the content is hard coded for now to test the custom editor painting routines. http://codepoet.sourceforge.net JeremieThough I don't use an IDE myself, I think this is great. It is often mentioned on the NG that one of the things keeping people away from D is the fact that there are so few IDEs with good D support. Are you strictly targeting Windows, or will this be available for other platforms as well? -Lars
Nov 11 2009
Lars T. Kyllingstad wrote:Jeremie Pelletier wrote:Forget it, I see you've already answered this in another post. :) -LarsIt's been some time since I last posted to this newsgroup, I've been quite busy these past weeks! Among other things, I started writing an IDE for D from scratch and opened a SourceForge project for it a few minutes ago, I'll also open a dsource project to link to the sf one in the following days. At first I tried to code it in D using wxD but soon found out the limitations of these bindings, then I tried to write my own wxWidgets bindings which worked great until i realized I was leaking memory like hell and had a hard time linking garbage collected D objects to C++ reference counted objects without adding complex overhead. So after spending two weeks on these failed attempts, I jumped back into C++ after two years of almost only writing D code, this time using boost, and boy is that library sweet! Here is the (very simple) website of the project, with a screenshot of the program so far, the content is hard coded for now to test the custom editor painting routines. http://codepoet.sourceforge.net JeremieThough I don't use an IDE myself, I think this is great. It is often mentioned on the NG that one of the things keeping people away from D is the fact that there are so few IDEs with good D support. Are you strictly targeting Windows, or will this be available for other platforms as well?
Nov 11 2009
Jeremie Pelletier wrote:It's been some time since I last posted to this newsgroup, I've been quite busy these past weeks! Among other things, I started writing an IDE for D from scratch and opened a SourceForge project for it a few minutes ago, I'll also open a dsource project to link to the sf one in the following days. At first I tried to code it in D using wxD but soon found out the limitations of these bindings, then I tried to write my own wxWidgets bindings which worked great until i realized I was leaking memory like hell and had a hard time linking garbage collected D objects to C++ reference counted objects without adding complex overhead. So after spending two weeks on these failed attempts, I jumped back into C++ after two years of almost only writing D code, this time using boost, and boy is that library sweet!Oh dear, that's not good publicity for D... I know the implementation language doesn't really matter, but it's just not good publicity.Here is the (very simple) website of the project, with a screenshot of the program so far, the content is hard coded for now to test the custom editor painting routines. http://codepoet.sourceforge.net Jeremie
Nov 11 2009
grauzone wrote:Jeremie Pelletier wrote:My choice of C++ was based on the wxWidgets library, not the language itself. I don't mean to do bad publicity to D, and I believe a good IDE will do D more good than it being written in C++ would do harm. JeremieIt's been some time since I last posted to this newsgroup, I've been quite busy these past weeks! Among other things, I started writing an IDE for D from scratch and opened a SourceForge project for it a few minutes ago, I'll also open a dsource project to link to the sf one in the following days. At first I tried to code it in D using wxD but soon found out the limitations of these bindings, then I tried to write my own wxWidgets bindings which worked great until i realized I was leaking memory like hell and had a hard time linking garbage collected D objects to C++ reference counted objects without adding complex overhead. So after spending two weeks on these failed attempts, I jumped back into C++ after two years of almost only writing D code, this time using boost, and boy is that library sweet!Oh dear, that's not good publicity for D... I know the implementation language doesn't really matter, but it's just not good publicity.Here is the (very simple) website of the project, with a screenshot of the program so far, the content is hard coded for now to test the custom editor painting routines. http://codepoet.sourceforge.net Jeremie
Nov 11 2009
Wed, 11 Nov 2009 10:00:58 +0100, grauzone wrote:Jeremie Pelletier wrote:Well, you sometimes have to accept that if the language isn't really production quality yet, it's counterproductive to use it for real world projects. When developing the IDE with C++, he will probably not run into that many compiler bugs. With D each 500..1000 lines of code would probably expose at least one bug.It's been some time since I last posted to this newsgroup, I've been quite busy these past weeks! Among other things, I started writing an IDE for D from scratch and opened a SourceForge project for it a few minutes ago, I'll also open a dsource project to link to the sf one in the following days. At first I tried to code it in D using wxD but soon found out the limitations of these bindings, then I tried to write my own wxWidgets bindings which worked great until i realized I was leaking memory like hell and had a hard time linking garbage collected D objects to C++ reference counted objects without adding complex overhead. So after spending two weeks on these failed attempts, I jumped back into C++ after two years of almost only writing D code, this time using boost, and boy is that library sweet!Oh dear, that's not good publicity for D... I know the implementation language doesn't really matter, but it's just not good publicity.
Nov 29 2009
retard wrote:Wed, 11 Nov 2009 10:00:58 +0100, grauzone wrote:I understand, but others not knowing D won't. That's the problem. (PS: I don't think there are that many compiler bugs anymore; the larger problem are indeed the GUI bindings, especially the memory managment aspect.)Jeremie Pelletier wrote:Well, you sometimes have to accept that if the language isn't really production quality yet, it's counterproductive to use it for real world projects. When developing the IDE with C++, he will probably not run into that many compiler bugs. With D each 500..1000 lines of code would probably expose at least one bug.It's been some time since I last posted to this newsgroup, I've been quite busy these past weeks! Among other things, I started writing an IDE for D from scratch and opened a SourceForge project for it a few minutes ago, I'll also open a dsource project to link to the sf one in the following days. At first I tried to code it in D using wxD but soon found out the limitations of these bindings, then I tried to write my own wxWidgets bindings which worked great until i realized I was leaking memory like hell and had a hard time linking garbage collected D objects to C++ reference counted objects without adding complex overhead. So after spending two weeks on these failed attempts, I jumped back into C++ after two years of almost only writing D code, this time using boost, and boy is that library sweet!Oh dear, that's not good publicity for D... I know the implementation language doesn't really matter, but it's just not good publicity.
Nov 29 2009
On Wed, 11 Nov 2009 06:22:42 +0300, Jeremie Pelletier <jeremiep gmail.com> wrote:It's been some time since I last posted to this newsgroup, I've been quite busy these past weeks! Among other things, I started writing an IDE for D from scratch and opened a SourceForge project for it a few minutes ago, I'll also open a dsource project to link to the sf one in the following days. At first I tried to code it in D using wxD but soon found out the limitations of these bindings, then I tried to write my own wxWidgets bindings which worked great until i realized I was leaking memory like hellTry to integrate C++ DMD front-end into your IDE, and it will leak a lot more.
Nov 11 2009
Denis Koroskin wrote:On Wed, 11 Nov 2009 06:22:42 +0300, Jeremie Pelletier <jeremiep gmail.com> wrote:If I detect any leaks with DMD I'll just make it use boost's shared_ptr, then bye bye leaks! The debug runtime library that comes with visual studio already detects memory leaks and allows me to put breakpoints on them to see the call stack and local variable values of the leaked allocation. Its pretty easy to keep memory leaks around none with that, even if C++ requires more careful programming than D does, more destructor work than D also. JeremieIt's been some time since I last posted to this newsgroup, I've been quite busy these past weeks! Among other things, I started writing an IDE for D from scratch and opened a SourceForge project for it a few minutes ago, I'll also open a dsource project to link to the sf one in the following days. At first I tried to code it in D using wxD but soon found out the limitations of these bindings, then I tried to write my own wxWidgets bindings which worked great until i realized I was leaking memory like hellTry to integrate C++ DMD front-end into your IDE, and it will leak a lot more.
Nov 11 2009
On Wed, 11 Nov 2009 17:15:09 +0300, Jeremie Pelletier <jeremiep gmail.com> wrote:Denis Koroskin wrote:It's just DMD never ever deletes anything (but duplicates instances a lot!). You'll have to wrap everything with smart pointers.On Wed, 11 Nov 2009 06:22:42 +0300, Jeremie Pelletier <jeremiep gmail.com> wrote:If I detect any leaks with DMD I'll just make it use boost's shared_ptr, then bye bye leaks!It's been some time since I last posted to this newsgroup, I've been quite busy these past weeks! Among other things, I started writing an IDE for D from scratch and opened a SourceForge project for it a few minutes ago, I'll also open a dsource project to link to the sf one in the following days. At first I tried to code it in D using wxD but soon found out the limitations of these bindings, then I tried to write my own wxWidgets bindings which worked great until i realized I was leaking memory like hellTry to integrate C++ DMD front-end into your IDE, and it will leak a lot more.The debug runtime library that comes with visual studio already detects memory leaks and allows me to put breakpoints on them to see the call stack and local variable values of the leaked allocation. Its pretty easy to keep memory leaks around none with that, even if C++ requires more careful programming than D does, more destructor work than D also. JeremieGood luck with that!
Nov 11 2009
Denis Koroskin wrote:On Wed, 11 Nov 2009 17:15:09 +0300, Jeremie Pelletier <jeremiep gmail.com> wrote:Well then that will make a good patch to submit to Walter :) I too would like to see DMD's memory consumption drop down.Denis Koroskin wrote:It's just DMD never ever deletes anything (but duplicates instances a lot!). You'll have to wrap everything with smart pointers.On Wed, 11 Nov 2009 06:22:42 +0300, Jeremie Pelletier <jeremiep gmail.com> wrote:If I detect any leaks with DMD I'll just make it use boost's shared_ptr, then bye bye leaks!It's been some time since I last posted to this newsgroup, I've been quite busy these past weeks! Among other things, I started writing an IDE for D from scratch and opened a SourceForge project for it a few minutes ago, I'll also open a dsource project to link to the sf one in the following days. At first I tried to code it in D using wxD but soon found out the limitations of these bindings, then I tried to write my own wxWidgets bindings which worked great until i realized I was leaking memory like hellTry to integrate C++ DMD front-end into your IDE, and it will leak a lot more.So far so good!The debug runtime library that comes with visual studio already detects memory leaks and allows me to put breakpoints on them to see the call stack and local variable values of the leaked allocation. Its pretty easy to keep memory leaks around none with that, even if C++ requires more careful programming than D does, more destructor work than D also. JeremieGood luck with that!
Nov 11 2009
what a pityful sate d is in. this probably shows, that you can't use d for anything serious and by the time you guys are through discussing things, people will be using something different for good. too bad Jeremie Pelletier Wrote:It's been some time since I last posted to this newsgroup, I've been quite busy these past weeks! Among other things, I started writing an IDE for D from scratch and opened a SourceForge project for it a few minutes ago, I'll also open a dsource project to link to the sf one in the following days. At first I tried to code it in D using wxD but soon found out the limitations of these bindings, then I tried to write my own wxWidgets bindings which worked great until i realized I was leaking memory like hell and had a hard time linking garbage collected D objects to C++ reference counted objects without adding complex overhead. So after spending two weeks on these failed attempts, I jumped back into C++ after two years of almost only writing D code, this time using boost, and boy is that library sweet! Here is the (very simple) website of the project, with a screenshot of the program so far, the content is hard coded for now to test the custom editor painting routines. http://codepoet.sourceforge.net Jeremie
Nov 11 2009
watching wrote:what a pityful sate d is in. this probably shows, that you can't use d for anything serious and by the time you guys are through discussing things, people will be using something different for good. too badI really don't think so, the very purpose of this IDE I'm developing is to make D easier to use and develop large scale projects with. The only thing still in the way of using D with graphical applications right now is the lack of proper bindings to cross-platform GUI toolkits for D2.
Nov 11 2009
Jeremie Pelletier wrote:watching wrote:[snip]I really don't think so, the very purpose of this IDE I'm developing is to make D easier to use and develop large scale projects with. The only thing still in the way of using D with graphical applications right now is the lack of proper bindings to cross-platform GUI toolkits for D2.Jeremie Not sure if you know this, but Adam D Ruppe has just started developing a cross platform (linux & windows) 'D Windowing System'. See here for details: http://arsdnet.net/dws/ In particular read the section titled "Why I got started". cheers Nick B
Nov 11 2009
Nick B wrote:Jeremie Pelletier wrote:I wasn't aware of it, this is great news! Jeremiewatching wrote:[snip]I really don't think so, the very purpose of this IDE I'm developing is to make D easier to use and develop large scale projects with. The only thing still in the way of using D with graphical applications right now is the lack of proper bindings to cross-platform GUI toolkits for D2.Jeremie Not sure if you know this, but Adam D Ruppe has just started developing a cross platform (linux & windows) 'D Windowing System'. See here for details: http://arsdnet.net/dws/ In particular read the section titled "Why I got started". cheers Nick B
Nov 11 2009
On Wed, Nov 11, 2009 at 05:13:39PM -0500, Jeremie Pelletier wrote:I wasn't aware of it, this is great news!Aye :) I have to say, having an IDE available as a dws app would be several kinds of awesome. Imagine running it on a central server and letting random people connect* and use it for instant demo... that has some fun potential. * The dws is network transparent. If you're familiar with X on Linux, think that, but better. But I still have a lot of work to do before it is ready to do something like an IDE. Maybe in a couple months we can look at each other's code and see how feasible a port is then.Jeremie-- Adam D. Ruppe http://arsdnet.net
Nov 11 2009
Adam D. Ruppe wrote:On Wed, Nov 11, 2009 at 05:13:39PM -0500, Jeremie Pelletier wrote:That would be really awesome, I'm familiar with X but always used it through GTK or GDK on the local display. I can only imagine everything that would be possible with your system and it looks very promising. Send me a mail once you get your widgets working :) JeremieI wasn't aware of it, this is great news!Aye :) I have to say, having an IDE available as a dws app would be several kinds of awesome. Imagine running it on a central server and letting random people connect* and use it for instant demo... that has some fun potential. * The dws is network transparent. If you're familiar with X on Linux, think that, but better. But I still have a lot of work to do before it is ready to do something like an IDE. Maybe in a couple months we can look at each other's code and see how feasible a port is then.Jeremie
Nov 11 2009
Jeremie Pelletier wrote:watching wrote:Out of curiosity, did you consider GtkD and QtD? Have you thought about how to do plugins / extensions already? Of all the best software I'm using it seems a large part comes from the extensions. I wish you all the best with this project, great to see something started again on this front.what a pityful sate d is in. this probably shows, that you can't use d for anything serious and by the time you guys are through discussing things, people will be using something different for good. too badI really don't think so, the very purpose of this IDE I'm developing is to make D easier to use and develop large scale projects with. The only thing still in the way of using D with graphical applications right now is the lack of proper bindings to cross-platform GUI toolkits for D2.
Nov 11 2009
Lutger wrote:Jeremie Pelletier wrote:I did consider a gtk/gdk approach but not Qt since I never used that API. However, wxWidgets abstracts both the entire native widgets and drawing tookits and extends them quite a lot, especially with wxAUI, that therefore seemed like the best road. I have a basic draft for plugins already. I made a base Component class template to define abstract factories for the different component types such as Language, Compiler, Linker, Librarian and Plugin which each define a specific interface. It's a really simple API but it works great, components will be able to register observers at different points in the IDE to implement their functionalities. Jeremiewatching wrote:Out of curiosity, did you consider GtkD and QtD? Have you thought about how to do plugins / extensions already? Of all the best software I'm using it seems a large part comes from the extensions. I wish you all the best with this project, great to see something started again on this front.what a pityful sate d is in. this probably shows, that you can't use d for anything serious and by the time you guys are through discussing things, people will be using something different for good. too badI really don't think so, the very purpose of this IDE I'm developing is to make D easier to use and develop large scale projects with. The only thing still in the way of using D with graphical applications right now is the lack of proper bindings to cross-platform GUI toolkits for D2.
Nov 11 2009
Jeremie Pelletier Wrote:Lutger wrote:Well, QtD works well for D2, and I must say that Qt is a very easy API to learn.Jeremie Pelletier wrote:I did consider a gtk/gdk approach but not Qt since I never used that API. However, wxWidgets abstracts both the entire native widgets and drawing tookits and extends them quite a lot, especially with wxAUI, that therefore seemed like the best road. I have a basic draft for plugins already. I made a base Component class template to define abstract factories for the different component types such as Language, Compiler, Linker, Librarian and Plugin which each define a specific interface. It's a really simple API but it works great, components will be able to register observers at different points in the IDE to implement their functionalities. Jeremiewatching wrote:Out of curiosity, did you consider GtkD and QtD? Have you thought about how to do plugins / extensions already? Of all the best software I'm using it seems a large part comes from the extensions. I wish you all the best with this project, great to see something started again on this front.what a pityful sate d is in. this probably shows, that you can't use d for anything serious and by the time you guys are through discussing things, people will be using something different for good. too badI really don't think so, the very purpose of this IDE I'm developing is to make D easier to use and develop large scale projects with. The only thing still in the way of using D with graphical applications right now is the lack of proper bindings to cross-platform GUI toolkits for D2.
Nov 11 2009
watching wrote:what a pityful sate d is in. this probably shows, that you can't use d for anything serious and by the time you guys are through discussing things, people will be using something different for good. too bad+1 Totally agreed
Nov 11 2009
hasenj wrote:watching wrote:I really like that Adam and Jeremie are doing something about shortcomings they perceive. That's what this is all about.what a pityful sate d is in. this probably shows, that you can't use d for anything serious and by the time you guys are through discussing things, people will be using something different for good. too bad+1 Totally agreed
Nov 11 2009
most programmer want use the language and a lot libraries that come with it. instead of gui, db etc. you guys discuss until all prospective users are gone off to use something that lets them do the job maybe it is time to put a large effort into libraries by all the bright people that are arroung d. Walter Bright Wrote:hasenj wrote:watching wrote:I really like that Adam and Jeremie are doing something about shortcomings they perceive. That's what this is all about.what a pityful sate d is in. this probably shows, that you can't use d for anything serious and by the time you guys are through discussing things, people will be using something different for good. too bad+1 Totally agreed
Nov 11 2009
watching wrote:most programmer want use the language and a lot libraries that come with it. instead of gui, db etc. you guys discuss until all prospective users are gone off to use something that lets them do the job maybe it is time to put a large effort into libraries by all the bright people that are arroung d.The IDE I'm developing is exactly for that purpose, to bring more people to D and to make writing D code more convenient. The D language doesn't need to come with tons of libraries out of the box, its a systems language after all; C++ only comes with the STL and C with the stdlib, you need platform headers and third party libraries to do something more than a simple console program. The D2 spec is still in development and so are most libraries for it, a book is getting near publication. I figured I'd contribute my part with an IDE, C++ sounded like a convenient choice at the moment. D is already much more convenient to use as a language than any other language I touched before and its only a matter of time before its libraries base grows. In any ways, I believe its a good thing to use multiple languages to better understand the differences between them, the end result doesn't javascript and the IDE would've been the same. JeremieWalter Bright Wrote:hasenj wrote:watching wrote:I really like that Adam and Jeremie are doing something about shortcomings they perceive. That's what this is all about.what a pityful sate d is in. this probably shows, that you can't use d for anything serious and by the time you guys are through discussing things, people will be using something different for good. too bad+1 Totally agreed
Nov 12 2009
Jeremie Pelletier wrote:watching wrote:Exactly, and I'm most pleased to see you and others stepping up to fill in the gaps.most programmer want use the language and a lot libraries that come with it. instead of gui, db etc. you guys discuss until all prospective users are gone off to use something that lets them do the job maybe it is time to put a large effort into libraries by all the bright people that are arroung d.The IDE I'm developing is exactly for that purpose, to bring more people to D and to make writing D code more convenient.The D language doesn't need to come with tons of libraries out of the box, its a systems language after all; C++ only comes with the STL and C with the stdlib, you need platform headers and third party libraries to do something more than a simple console program.While that's true that C and C++ became successful with minimal libraries, I think the bar is much higher these days. Looking at the go library, there's a lot in there we could use in the D library. http://golang.org/pkg/ The library is licensed under the http://creativecommons.org/licenses/by/3.0/ meaning we can adapt it to D.In any ways, I believe its a good thing to use multiple languages to better understand the differences between them, the end result doesn't javascript and the IDE would've been the same.I disagree, as then the IDE would be dependent on those large ecosystems. One nice thing about native apps is they stand alone. One thing I do suggest is writing it in a "D-ish" style so that it will be easier to translate to D at some point.
Nov 12 2009
== Quote from Walter Bright (newshound1 digitalmars.com)'s articleJeremie Pelletier wrote:I thought (I'm not 100% sure on either of these counts) that: 1. We don't want anything in Phobos that requires attribution for works distributed exclusively in binary form, even if the license is otherwise permissive. This means we can't use BSD-licensed code in Phobos. 2. Creative commons isn't entirely clear about whether attribution would be required for stuff distributed in pure binary form.watching wrote:Exactly, and I'm most pleased to see you and others stepping up to fill in the gaps.most programmer want use the language and a lot libraries that come with it. instead of gui, db etc. you guys discuss until all prospective users are gone off to use something that lets them do the job maybe it is time to put a large effort into libraries by all the bright people that are arroung d.The IDE I'm developing is exactly for that purpose, to bring more people to D and to make writing D code more convenient.The D language doesn't need to come with tons of libraries out of the box, its a systems language after all; C++ only comes with the STL and C with the stdlib, you need platform headers and third party libraries to do something more than a simple console program.While that's true that C and C++ became successful with minimal libraries, I think the bar is much higher these days. Looking at the go library, there's a lot in there we could use in the D library. http://golang.org/pkg/ The library is licensed under the http://creativecommons.org/licenses/by/3.0/ meaning we can adapt it to D.
Nov 12 2009
dsimcha wrote:I thought (I'm not 100% sure on either of these counts) that: 1. We don't want anything in Phobos that requires attribution for works distributed exclusively in binary form, even if the license is otherwise permissive. This means we can't use BSD-licensed code in Phobos.Right.2. Creative commons isn't entirely clear about whether attribution would be required for stuff distributed in pure binary form.Hmm. That would be a problem.
Nov 12 2009
On Thu, 12 Nov 2009 14:34:31 -0500, Walter Bright <newshound1 digitalmars.com> wrote:dsimcha wrote:Binary form counts as a derivative work, so unless it's specifically waived you have to included it.I thought (I'm not 100% sure on either of these counts) that: 1. We don't want anything in Phobos that requires attribution for works distributed exclusively in binary form, even if the license is otherwise permissive. This means we can't use BSD-licensed code in Phobos.Right.2. Creative commons isn't entirely clear about whether attribution would be required for stuff distributed in pure binary form.Hmm. That would be a problem.
Nov 12 2009
On Thu, Nov 12, 2009 at 20:34, Walter Bright <newshound1 digitalmars.com> w= rote:dsimcha wrote:worksI thought (I'm not 100% sure on either of these counts) that: 1. =C2=A0We don't want anything in Phobos that requires attribution for =woulddistributed exclusively in binary form, even if the license is otherwise permissive. =C2=A0This means we can't use BSD-licensed code in Phobos.Right.2. =C2=A0Creative commons isn't entirely clear about whether attribution=I would assume only the documentation is cc-licensed, as far as I can remember all of Go was released using the MIT license or similar. --=20 Anders Berghbe required for stuff distributed in pure binary form.Hmm. That would be a problem.
Nov 15 2009
Walter Bright wrote:Jeremie Pelletier wrote:Thanks!watching wrote:Exactly, and I'm most pleased to see you and others stepping up to fill in the gaps.most programmer want use the language and a lot libraries that come with it. instead of gui, db etc. you guys discuss until all prospective users are gone off to use something that lets them do the job maybe it is time to put a large effort into libraries by all the bright people that are arroung d.The IDE I'm developing is exactly for that purpose, to bring more people to D and to make writing D code more convenient.It's true that the bar for bundled libraries is higher nowadays; I wouldn't touch C++ without boost for one. The go library is rather impressive, I'm used to seeing that much out of the box only in interpreted languages. In any ways its only a matter of time before phobos catches on.The D language doesn't need to come with tons of libraries out of the box, its a systems language after all; C++ only comes with the STL and C with the stdlib, you need platform headers and third party libraries to do something more than a simple console program.While that's true that C and C++ became successful with minimal libraries, I think the bar is much higher these days. Looking at the go library, there's a lot in there we could use in the D library. http://golang.org/pkg/ The library is licensed under the http://creativecommons.org/licenses/by/3.0/ meaning we can adapt it to D.That's what I'm already doing, the STL and boost make it much easier to do. I have string_t, wstring_t and dstring_t types derived from std::basic_string to cover D strings, as well as ustring_t which is set to the platform's native unicode encoding. I derived std::exception into Exception and Error to behave like D's exceptions, used boost::lexical_cast to create to<>() templates, I'm using struct and class as they would be used in D (POD vs polymorphic object) using only single inheritance and a lot of other support code to make a future port as easy and straightforward as possible. JeremieIn any ways, I believe its a good thing to use multiple languages to better understand the differences between them, the end result doesn't javascript and the IDE would've been the same.I disagree, as then the IDE would be dependent on those large ecosystems. One nice thing about native apps is they stand alone. One thing I do suggest is writing it in a "D-ish" style so that it will be easier to translate to D at some point.
Nov 12 2009
Jeremie Pelletier wrote:That's what I'm already doing, the STL and boost make it much easier to do. I have string_t, wstring_t and dstring_t types derived from std::basic_string to cover D strings, as well as ustring_t which is set to the platform's native unicode encoding. I derived std::exception into Exception and Error to behave like D's exceptions, used boost::lexical_cast to create to<>() templates, I'm using struct and class as they would be used in D (POD vs polymorphic object) using only single inheritance and a lot of other support code to make a future port as easy and straightforward as possible.Awesome! Great minds think alike!
Nov 12 2009
Jeremie: Good work!! Nice IDE. watching: The fact that you dare not say your name, and post here anonymously says everything. Not only your reply has any credit (too subjective), but it is also disrespectful. It is not problem of the D community that some people do not understand the power the D programming language gives to developers.
Nov 13 2009
seems like you are that you hit on the spot. never the less i like the language - i am a user and i can't use. the language is sweet and i hope they get their act together and integrate tango. what's missing then is some db stuff and the pre-canned qt. for editors there is codeblocks, uestudio and some other debuggers .... make your languguage for customer/user not the scientist. am i disrespectful - i hope so. this thingy has to change from the ivorytower to the main stream. Dejan Lekic Wrote:Jeremie: Good work!! Nice IDE. watching: The fact that you dare not say your name, and post here anonymously says everything. Not only your reply has any credit (too subjective), but it is also disrespectful. It is not problem of the D community that some people do not understand the power the D programming language gives to developers.
Nov 13 2009
In march 2009 i did a D2 port of DWT. It is called DWT2 and available from http://hg.dsource.org/projects/dwt2 But i don't know if it still compiles with a current compiler.
Nov 11 2009
On 11/11/2009 04:22, Jeremie Pelletier wrote:Among other things, I started writing an IDE for D from scratch and opened a SourceForge project for it a few minutes ago, I'll also open a dsource project to link to the sf one in the following days. JeremieVery good name, pretty cool looking tool. a few notes : I think in order to create an IDE which supports larger projects you should integrate a Source Code Management System. D2 becomes reality , so drop D1 support. Publish the Plug-In Interface ASAP.
Nov 29 2009
BLS schrieb:D2 becomes reality , so drop D1 support.?? I think D1 and tango should not be dropped.
Nov 29 2009
Frank Benoit schrieb:It's long overdue to port Tango to D2.D2 becomes reality , so drop D1 support.?? I think D1 and tango should not be dropped.
Nov 29 2009
The reason Tango wasn't ported to D2 is because D2 still in flux and has been for a few years. Tango is an essential part of most D projects, and as such, cannot be built on a moving target. On Sun, Nov 29, 2009 at 8:12 PM, Trass3r <mrmocool gmx.de> wrote:Frank Benoit schrieb: D2 becomes reality , so drop D1 support.It's long overdue to port Tango to D2.?? I think D1 and tango should not be dropped.
Nov 29 2009
On 29/11/2009 17:24, Adil Baig wrote:The reason Tango wasn't ported to D2 is because D2 still in flux and has been for a few years. Tango is an essential part of most D projects, and as such, cannot be built on a moving target.Tango is not even in sync with D1.
Nov 29 2009
BLS wrote:On 29/11/2009 17:24, Adil Baig wrote:You have to use Tango trunk. The latest Tango release doesn't work with the newest dmd compiler because of regressions and breaking changes.The reason Tango wasn't ported to D2 is because D2 still in flux and has been for a few years. Tango is an essential part of most D projects, and as such, cannot be built on a moving target.Tango is not even in sync with D1.
Nov 29 2009
BLS wrote:On 11/11/2009 04:22, Jeremie Pelletier wrote:Thanks!Among other things, I started writing an IDE for D from scratch and opened a SourceForge project for it a few minutes ago, I'll also open a dsource project to link to the sf one in the following days. JeremieVery good name, pretty cool looking tool.a few notes : I think in order to create an IDE which supports larger projects you should integrate a Source Code Management System.That is already planned, it will be one of the first features to be implemented after the basic IDE is working.D2 becomes reality , so drop D1 support.I'm going to support both, the only difference it makes for the IDE is in the compiler used and the document implementation. I don't think D2 will kill D1 as they're for different target audiences.Publish the Plug-In Interface ASAP.As soon as I'm satisfied with it, right now I'm focusing on getting the IDE usable, that is to get the project manager, editor window and build process working.
Nov 29 2009
Tue, 10 Nov 2009 22:22:42 -0500, Jeremie Pelletier wrote:It's been some time since I last posted to this newsgroup, I've been quite busy these past weeks! Among other things, I started writing an IDE for D from scratch and opened a SourceForge project for it a few minutes ago, I'll also open a dsource project to link to the sf one in the following days. At first I tried to code it in D using wxD but soon found out the limitations of these bindings, then I tried to write my own wxWidgets bindings which worked great until i realized I was leaking memory like hell and had a hard time linking garbage collected D objects to C++ reference counted objects without adding complex overhead. So after spending two weeks on these failed attempts, I jumped back into C++ after two years of almost only writing D code, this time using boost, and boy is that library sweet! Here is the (very simple) website of the project, with a screenshot of the program so far, the content is hard coded for now to test the custom editor painting routines. http://codepoet.sourceforge.netIs there some reason why you didn't built your IDE on top of some existing open source IDE like kdevelop? Also built with C++ and uses a modern GUI library. You would only need to plug in the dmdfe, a build system, and add some D related GUI functionality.
Nov 29 2009
retard wrote:Tue, 10 Nov 2009 22:22:42 -0500, Jeremie Pelletier wrote:Where's the challenge and fun in that? I want a standalone IDE so I get complete freedom in how I code the thing, I also want to make it easy to port to D in the future.It's been some time since I last posted to this newsgroup, I've been quite busy these past weeks! Among other things, I started writing an IDE for D from scratch and opened a SourceForge project for it a few minutes ago, I'll also open a dsource project to link to the sf one in the following days. At first I tried to code it in D using wxD but soon found out the limitations of these bindings, then I tried to write my own wxWidgets bindings which worked great until i realized I was leaking memory like hell and had a hard time linking garbage collected D objects to C++ reference counted objects without adding complex overhead. So after spending two weeks on these failed attempts, I jumped back into C++ after two years of almost only writing D code, this time using boost, and boy is that library sweet! Here is the (very simple) website of the project, with a screenshot of the program so far, the content is hard coded for now to test the custom editor painting routines. http://codepoet.sourceforge.netIs there some reason why you didn't built your IDE on top of some existing open source IDE like kdevelop? Also built with C++ and uses a modern GUI library. You would only need to plug in the dmdfe, a build system, and add some D related GUI functionality.
Nov 29 2009
Sun, 29 Nov 2009 13:05:28 -0500, Jeremie Pelletier wrote:retard wrote:Of course it's less challenging and a bit less fun, but some of us just want to get the job done. As a IDE user I don't really care if it was fun to write the IDE, a production quality tool is the only thing that matters. I wouldn't pay for rewriting something that already existed. OTOH I would gladly pay for a decent plugin to my favorite IDE.Tue, 10 Nov 2009 22:22:42 -0500, Jeremie Pelletier wrote:Where's the challenge and fun in that?It's been some time since I last posted to this newsgroup, I've been quite busy these past weeks! Among other things, I started writing an IDE for D from scratch and opened a SourceForge project for it a few minutes ago, I'll also open a dsource project to link to the sf one in the following days. At first I tried to code it in D using wxD but soon found out the limitations of these bindings, then I tried to write my own wxWidgets bindings which worked great until i realized I was leaking memory like hell and had a hard time linking garbage collected D objects to C++ reference counted objects without adding complex overhead. So after spending two weeks on these failed attempts, I jumped back into C++ after two years of almost only writing D code, this time using boost, and boy is that library sweet! Here is the (very simple) website of the project, with a screenshot of the program so far, the content is hard coded for now to test the custom editor painting routines. http://codepoet.sourceforge.netIs there some reason why you didn't built your IDE on top of some existing open source IDE like kdevelop? Also built with C++ and uses a modern GUI library. You would only need to plug in the dmdfe, a build system, and add some D related GUI functionality.I want a standalone IDE so I get complete freedom in how I code the thing, I also want to make it easy to port to D in the future.Certainly.
Nov 29 2009
Anders Bergh Wrote:I would assume only the documentation is cc-licensed, as far as I can remember all of Go was released using the MIT license or similar.http://golang.org/LICENSE
Nov 30 2009