Bug 53536 - Source editor would be nice
Summary: Source editor would be nice
Status: RESOLVED DUPLICATE of bug 64241
Alias: None
Product: umbrello
Classification: Applications
Component: general (show other bugs)
Version: 1.1.1
Platform: FreeBSD Ports Linux
: NOR wishlist
Target Milestone: ---
Assignee: Umbrello Development Group
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-01-28 19:20 UTC by Dmitry S. Makovey
Modified: 2004-08-15 11:55 UTC (History)
2 users (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Dmitry S. Makovey 2003-01-28 19:20:32 UTC
Version:           1.1.1 (using KDE KDE 3.0.5)
Installed from:    FreeBSD Ports

For me Umbrello is almost complete IDE solution if it had possibility to connect some code to Classes. So if I create "my_new_class" for every method I would like to be able to write peace of code to start programming right there. Could be even nicer to be able to connect to the same element (class) different code/languages so I can write implementation of functions for the same class in different languages.
Comment 1 Mathieu Jobin 2003-06-18 06:42:16 UTC
Maybe it would be easier to include umbrello features inside kdevelop. this would 
made a very complete IDE. 
 
kdevelop and umbrello could share a common datafile for the diagram. and then 
umbrello by itself could become a generic programming-oriented-diagram software. 
 
and then include Entity-Relationship-Diagram (ERD) functionnality to umbrello. 
 
or maybe it would be very easier to simply include umbrello stuff in kdevelop and 
ERD stuff in kexi. 
 
 
Comment 2 Gustavo Sverzut Barbieri 2003-08-15 01:13:59 UTC
Integrating umbrello with kdevelop will be an outstanding feature!

Also, it can boost well structured development for KDE and OpenSource Comunity
in general.
Comment 3 Gustavo Sverzut Barbieri 2003-08-15 01:17:10 UTC
Integrating umbrello with kdevelop will be an outstanding feature!

Also, it can boost well structured development for KDE and OpenSource Comunity
in general.
Comment 4 Brian Thomas 2003-12-12 18:39:09 UTC
Integrating umbrello with kdevelop will be difficult, and premature. Currently kdevelop is specialized in C++ development on KDE platform (no suprise there). As such, it is very good, but umbrello generates code for a large number of languages. Until kdevelop is a general, non-language specific IDE, I dont see that it is worth doing this.

Instead, an 'interface' between kdevelop and umbrello already exists in the form of generated code. Furthermore, the new code generation system allows for some (minimal) editing of the code as desired in this item. Once the full round-tripping feature of umbrello is implemented, then the C++ code will serve fairly well as the interface between umberllo and kdevelop, and there is no further need to tie the 2 programs closer.

For all these reasons, I suggest that this wishlist item be changed to status of "wontfix" (or the equivalent appropriate status).

Comment 5 Mathieu Jobin 2003-12-15 03:57:58 UTC
I suggest changing his status to CLOSED/LATER.
gideon looks less KDE/C++ oriented. and I guess this will last a wished features.

Comment 6 Jonathan Riddell 2003-12-22 17:10:39 UTC
The origional request has been fixed by Brian's impressive new code generators due in the soon to be released Umbrello 1.2.

I'm marking this as a duplicate of 64241 "integration of umbrello and kdevelop" due to it's discussion on integration with KDevelop.


*** This bug has been marked as a duplicate of 64241 ***
Comment 7 Rob Halff 2004-01-14 02:53:28 UTC
I kinda have the same feature request, so I add my comment to this one.

For me it would allready be great if there was just an extra textfield, like the documentation part to insert the code that must be inside the method. For a start it just have to be that, a textfield where I can insert the code which will show up inside the generated method. 

You could call it something like 'Example code' not refering to any language (offcourse I will use mine, php :) )
Comment 8 Mathieu Jobin 2004-08-13 23:39:19 UTC
I dont want a create an extra bug report.
I'm not sure if the code generation can select a language, like C++, Java, PHP does not have exactly the same syntax.

also, PHPDoc support would be great.
i guess pretty much all doc system have the same features, so comments on parameters, function description, and return value could simply be displayed on a templated comment block.

Comment 9 Sebastian Stein 2004-08-15 11:55:55 UTC
Mathieu Jobin <somekool@mytradecenter.com> [040815 11:46]:
> I'm not sure if the code generation can select a language, like C++, Java,
> PHP does not have exactly the same syntax.

We have support for several languages. And for Java and C++ you can already
enter code.

> also, PHPDoc support would be great.
> i guess pretty much all doc system have the same features, so comments on
> parameters, function description, and return value could simply be
> displayed on a templated comment block.

The architectur is already there. Only someone is needed implementing a PHP
code generator based on this architectur.

Sebastian