Home » Community » Coffee corner » Great (and funny) Linus' speach about GIT
Re: Great (and funny) Linus' speach about GIT [message #13512 is a reply to message #13510] |
Fri, 11 January 2008 16:09   |
mdelfede
Messages: 1310 Registered: September 2007
|
Ultimate Contributor |
|
|
luzr wrote on Fri, 11 January 2008 14:29 |
While plugin system would be fine (but is pretty difficult with C++ in fact), I do not see how it is going to fix the problem, or more precisily, how it is better than packages.
|
It isn't better, is just different.
Packages are *very* good for developers, plugins are the best for users.
With a package you must :
- drop source inside upp tree
- recompile theide
AND, not having a stable interface, usually you must also mantain the extension along upp changes.
With a plugin, you get a dll (or .so), you just drop it on a plugin folder and you have a ready to use extension.
AND, if you've got a stable and documented sdk, you must recompile plugin only on major ide changes (i.e. changes on binary format, compiler, ecc), which does a big difference, IMHO.
That was the cause of success of Borland products, with their components.
We spoke about that a time ago, about the way controls are made and drawn. Your choice of having ontrols as part of upp (and drawn by esc code on layout editor) is not bad, but then if you add a control you must recompile the full ide *and* write an esc code for layout editor. Double job....
About the problems of c++, I don't see any big caveat.
Of course, the plugin must be recompiled for every compiler choice, but that's true even with c if you change platform.
BTW, plugins are inside code::blocks and they work.
OTOH, if you're concerned about c++ problems, you could make a c interface both on theide side and on sdk side... that would open the plugin system to other languages too.
Ciao
Max
|
|
|
 |
|
Great (and funny) Linus' speach about GIT
By: unodgs on Tue, 18 December 2007 22:48
|
 |
|
Re: Great (and funny) Linus' speach about GIT
By: mr_ped on Wed, 19 December 2007 13:59
|
 |
|
Re: Great (and funny) Linus' speach about GIT
By: fudadmin on Wed, 09 January 2008 19:09
|
 |
|
Re: Great (and funny) Linus' speach about GIT
By: mirek on Wed, 09 January 2008 21:58
|
 |
|
Re: Great (and funny) Linus' speach about GIT
By: fudadmin on Thu, 10 January 2008 01:31
|
 |
|
Re: Great (and funny) Linus' speach about GIT
By: fudadmin on Thu, 10 January 2008 07:54
|
 |
|
Re: Great (and funny) Linus' speach about GIT
By: mdelfede on Thu, 10 January 2008 12:16
|
 |
|
Re: Great (and funny) Linus' speach about GIT
By: fudadmin on Thu, 10 January 2008 18:14
|
 |
|
Re: Great (and funny) Linus' speach about GIT
By: mdelfede on Thu, 10 January 2008 18:36
|
 |
|
Re: Great (and funny) Linus' speach about GIT
By: zsolt on Thu, 10 January 2008 19:11
|
 |
|
Re: Great (and funny) Linus' speach about GIT
By: mdelfede on Thu, 10 January 2008 19:18
|
 |
|
Re: Great (and funny) Linus' speach about GIT
By: zsolt on Thu, 10 January 2008 19:36
|
 |
|
Re: Great (and funny) Linus' speach about GIT
By: fudadmin on Thu, 10 January 2008 19:31
|
 |
|
Re: Great (and funny) Linus' speach about GIT
By: mirek on Thu, 10 January 2008 17:30
|
 |
|
Re: Great (and funny) Linus' speach about GIT
By: mr_ped on Thu, 10 January 2008 14:04
|
 |
|
Re: Great (and funny) Linus' speach about GIT
By: mdelfede on Thu, 10 January 2008 16:24
|
 |
|
Re: Great (and funny) Linus' speach about GIT
By: mirek on Thu, 10 January 2008 17:36
|
 |
|
Re: Great (and funny) Linus' speach about GIT
By: fudadmin on Thu, 10 January 2008 18:48
|
 |
|
Re: Great (and funny) Linus' speach about GIT
By: mr_ped on Thu, 10 January 2008 21:04
|
 |
|
Re: Great (and funny) Linus' speach about GIT
By: mdelfede on Thu, 10 January 2008 21:34
|
 |
|
Re: Great (and funny) Linus' speach about GIT
By: fudadmin on Fri, 11 January 2008 01:14
|
 |
|
Re: Great (and funny) Linus' speach about GIT
By: mirek on Fri, 11 January 2008 09:03
|
 |
|
Re: Great (and funny) Linus' speach about GIT
By: fudadmin on Mon, 14 January 2008 04:55
|
 |
|
Re: Great (and funny) Linus' speach about GIT
By: mirek on Mon, 14 January 2008 11:36
|
 |
|
Re: Great (and funny) Linus' speach about GIT
By: mirek on Thu, 10 January 2008 22:55
|
 |
|
Re: Great (and funny) Linus' speach about GIT
By: mirek on Thu, 10 January 2008 22:58
|
 |
|
Re: Great (and funny) Linus' speach about GIT
By: mr_ped on Fri, 11 January 2008 09:43
|
 |
|
Re: Great (and funny) Linus' speach about GIT
By: mdelfede on Fri, 11 January 2008 11:12
|
 |
|
Re: Great (and funny) Linus' speach about GIT
By: mirek on Fri, 11 January 2008 12:27
|
 |
|
Re: Great (and funny) Linus' speach about GIT
By: mdelfede on Fri, 11 January 2008 14:05
|
 |
|
Re: Great (and funny) Linus' speach about GIT
By: mirek on Fri, 11 January 2008 14:29
|
 |
|
Re: Great (and funny) Linus' speach about GIT
By: mdelfede on Fri, 11 January 2008 16:09
|
 |
|
Re: Great (and funny) Linus' speach about GIT
By: zsolt on Fri, 11 January 2008 17:46
|
 |
|
Re: Great (and funny) Linus' speach about GIT
By: mirek on Fri, 11 January 2008 18:04
|
 |
|
Re: Great (and funny) Linus' speach about GIT
By: mdelfede on Fri, 11 January 2008 18:19
|
 |
|
Re: Great (and funny) Linus' speach about GIT
By: mirek on Fri, 11 January 2008 18:37
|
 |
|
Re: Great (and funny) Linus' speach about GIT
By: mdelfede on Fri, 11 January 2008 18:44
|
 |
|
Re: Great (and funny) Linus' speach about GIT
By: mirek on Fri, 11 January 2008 19:04
|
 |
|
Re: Great (and funny) Linus' speach about GIT
By: zsolt on Fri, 11 January 2008 19:03
|
 |
|
Re: Great (and funny) Linus' speach about GIT
By: mirek on Fri, 11 January 2008 18:06
|
 |
|
Re: Great (and funny) Linus' speach about GIT
By: fudadmin on Fri, 11 January 2008 15:38
|
 |
|
Re: Great (and funny) Linus' speach about GIT
By: mirek on Fri, 11 January 2008 12:10
|
 |
|
Re: Great (and funny) Linus' speach about GIT
By: mirek on Fri, 11 January 2008 12:21
|
Goto Forum:
Current Time: Mon Aug 25 21:09:25 CEST 2025
Total time taken to generate the page: 0.06139 seconds
|