Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - 0level

Pages: [1]
1
Suggestions and Requests / CVS support
« on: December 17, 2003, 01:51:17 am »
Hi,
support for other CVS would be great (not only the SCC). There may be quite a lot others who use such systems - especially the PHP developers.

Olaf

2
Suggestions and Requests / Actionscript 2.0 support
« on: December 17, 2003, 02:00:47 am »
Hello,
I'd like to break a lance for Actionscript 2.0. It would be great for the AS-community to get a good modeler like EA is and there are thousands of developers for AS (Flash). Actionscript follows the EMCA Ed. 2 standard and is quite Java like. So I carefully guess that the integration would not be too difficult  ::)
I'd love to hear your opinion on this.

Cheers
Olaf

3
General Board / Code templates & generation: getter & sett
« on: December 16, 2003, 11:24:26 am »
Hi,

I hope I did not miss this one in the manual.
Is there a way to create getters and setters automatically for a custom language?

I would like something like this:

private var property;

function set property() {
 return property;
}

function get property() {
 // bla
}

Thanks in advance
Olaf

4
General Board / Code generation
« on: December 15, 2003, 03:57:11 am »
Hello,
I am currently evaluating EA and I am really impressed by its features so it is very likely that we will buy a copy.

I still have some questions:
1)
Is there a fast way to create templates for new languages that are quite similar to the existing ones?
I would like to use EA with Actionscript 2.0 which is quite Java-like (ECMA Edition4). It would come in handy to copy the Java templates and modify them afterwards.
2)
If I create the templates for Actionsscript 2.0 is there a way to retrieve them in the full version and/or make them accessible for my colleagues?

Thanks
Olaf

Pages: [1]