[Gambas-devel] Gambas 3 most wanted features

Benoit Minisini gambas at ...1...
Fri Aug 29 21:29:12 CEST 2008


On vendredi 29 août 2008, Laurent Carlier wrote:
> I would like to introduce a thread with a "Gambas 3 most wanted features"
> where developers can talk about feature they want to be in G3 (nice code
> name no ?), in the point of view of developers (component and ide), and
> users (gambas projects).
>
> So let me start:
> [INTERPRETER]
> * Got G3 interpreter as a library, so G3 can be "embed" inside app like a
> scripting engine (like lua or python),
>
>  - G3 app (bytecode) -> gbx3 <-> (G3 library) <-> components
>  - Binary app <-> G3 library <-> G3 script (bytecode, dynamicly built and
> cached like gbs ?)
>

Some boring job. I don't know if I will do it soon. :-)

> * Got G3 profiling, so user can profile where his G3 code take more time an
> try to optimize it (yes, you can optimize gambas code). With an output for
> graphic profiler like kcachegring ? or an embedded G3 profiler ?

I have no idea how it could be done.

>
> [IDE]
> * Ability to order tabs, or group them (form first, code after; change
> their places; ....)
>
> * Add close button in the title tabs (but i don't know if it's easily
> feasable)
>

All this is to be implemented in the gb.form.mdi component. Just a matter of 
elbow grease.

Regards,

-- 
Benoit Minisini




More information about the Devel mailing list