Re: [Rife-users] IDE Support (Eclipse)

2005-12-11 Thread Emmanuel Okyere
yeah, I think we should tackle those basics first... probably with
some refactoring support... the "gui design" parts can be built on the
those after we have them working

Let me know when u get back, so we can start working on it together

-- eokyere

On 12/11/05, Geert Bevin <[EMAIL PROTECTED]> wrote:
> I'm interested in working on the code hyperlinking and syntax
> highlighting. I'll start experimenting with that after my return from
> JavaPolis.
>
> On 11 Dec 2005, at 10:05, Emmanuel Okyere wrote:
>
> > I noticed that there are 4 of us currently (Pierre Raoul, Geert Bevin,
> > Oliver Dohmen and I) who have shown interest in helping build the RIFE
> > eclipse plugin. I was wondering if folk would like to start
> > discussions/code towards this.
> >
> > I had taken a look at the ant plugin to get a few ideas, but thinking
> > about it more, i think the wst carves a good place for us to start.
> > Thoughts? Anyone with any experience building an eclipse plugin?
> >
> > -- eokyere
> > ___
> > Rife-users mailing list
> > Rife-users@uwyn.com
> > http://www.uwyn.com/mailman/listinfo/rife-users
> >
>
> --
> Geert Bevin   Uwyn bvba
> "Use what you need"   Avenue de Scailmont 34
> http://www.uwyn.com   7170 Manage
> gbevin[remove] at uwyn dot comTel +32 64 84 80 03
>
> PGP Fingerprint : 4E21 6399 CD9E A384 6619  719A C8F4 D40D 309F D6A9
> Public PGP key  : available at servers pgp.mit.edu, wwwkeys.pgp.net
>
>
>
> ___
> Rife-users mailing list
> Rife-users@uwyn.com
> http://www.uwyn.com/mailman/listinfo/rife-users
>
___
Rife-users mailing list
Rife-users@uwyn.com
http://www.uwyn.com/mailman/listinfo/rife-users


Re: [Rife-users] IDE Support (Eclipse)

2005-12-11 Thread Geert Bevin
I'm interested in working on the code hyperlinking and syntax  
highlighting. I'll start experimenting with that after my return from  
JavaPolis.


On 11 Dec 2005, at 10:05, Emmanuel Okyere wrote:


I noticed that there are 4 of us currently (Pierre Raoul, Geert Bevin,
Oliver Dohmen and I) who have shown interest in helping build the RIFE
eclipse plugin. I was wondering if folk would like to start
discussions/code towards this.

I had taken a look at the ant plugin to get a few ideas, but thinking
about it more, i think the wst carves a good place for us to start.
Thoughts? Anyone with any experience building an eclipse plugin?

-- eokyere
___
Rife-users mailing list
Rife-users@uwyn.com
http://www.uwyn.com/mailman/listinfo/rife-users



--
Geert Bevin   Uwyn bvba
"Use what you need"   Avenue de Scailmont 34
http://www.uwyn.com   7170 Manage
gbevin[remove] at uwyn dot comTel +32 64 84 80 03

PGP Fingerprint : 4E21 6399 CD9E A384 6619  719A C8F4 D40D 309F D6A9
Public PGP key  : available at servers pgp.mit.edu, wwwkeys.pgp.net



___
Rife-users mailing list
Rife-users@uwyn.com
http://www.uwyn.com/mailman/listinfo/rife-users


Re: [Rife-users] rife and l10n

2005-12-11 Thread Raoul Pierre

Geert,

I'll be only able to look at it in a few days since I will be at  
JavaPolis and just got a last minute confirmation that I'll be giving  
a 2 1/2 h RIFE University session tomorrow morning.


Good. Unluckily, I won't be there...

I briefly glanced over the code, and it looks good. Before I can  
commit it though, it needs some tests that cover the added features.


I still have some issues about the ResourceBundle list. Its priority 
order is broken as AbstractTemplate runs evaluateL10nTags twice (in 
initialize and processLateTags). Is it needed to keep the call  from 
initialize?


Other point: what about a specific class to deal with ResourceBundle 
list? So we can avoid to put its management in ElementSupoort or other 
existing class.

Regards

Pierre


___
Rife-users mailing list
Rife-users@uwyn.com
http://www.uwyn.com/mailman/listinfo/rife-users


Re: [Rife-users] IDE Support (Eclipse)

2005-12-11 Thread Geert Bevin



I had taken a look at the ant plugin to get a few ideas, but thinking
about it more, i think the wst carves a good place for us to start.
Thoughts? Anyone with any experience building an eclipse plugin?


If I'm right, it will provide a graphical tool for the  
representation of Rife applications. What about GEF or even VE?


That's only one part of it, more information on the plans here:
http://rifers.org/wiki/display/RIFE/IdePlugins

Feel free to add your ideas there.

--
Geert Bevin   Uwyn bvba
"Use what you need"   Avenue de Scailmont 34
http://www.uwyn.com   7170 Manage
gbevin[remove] at uwyn dot comTel +32 64 84 80 03

PGP Fingerprint : 4E21 6399 CD9E A384 6619  719A C8F4 D40D 309F D6A9
Public PGP key  : available at servers pgp.mit.edu, wwwkeys.pgp.net



___
Rife-users mailing list
Rife-users@uwyn.com
http://www.uwyn.com/mailman/listinfo/rife-users


Re: [Rife-users] IDE Support (Eclipse)

2005-12-11 Thread Raoul Pierre

Emmanuel,


I noticed that there are 4 of us currently (Pierre Raoul, Geert Bevin,
Oliver Dohmen and I) who have shown interest in helping build the RIFE
eclipse plugin. I was wondering if folk would like to start
discussions/code towards this.

 

I don't have the skill or experience about writing Eclipse plugin. 
Eclipse is only my favorite (and unique) IDE. I'm concerned by any 
improvement of Rife integration in Eclipse. So on this point I can help 
on discussion, not on code ;-)



I had taken a look at the ant plugin to get a few ideas, but thinking
about it more, i think the wst carves a good place for us to start.
Thoughts? Anyone with any experience building an eclipse plugin?

 

If I'm right, it will provide a graphical tool for the representation of 
Rife applications. What about GEF or even VE?


Regards

Pierre


___
Rife-users mailing list
Rife-users@uwyn.com
http://www.uwyn.com/mailman/listinfo/rife-users


[Rife-users] IDE Support (Eclipse)

2005-12-11 Thread Emmanuel Okyere
I noticed that there are 4 of us currently (Pierre Raoul, Geert Bevin,
Oliver Dohmen and I) who have shown interest in helping build the RIFE
eclipse plugin. I was wondering if folk would like to start
discussions/code towards this.

I had taken a look at the ant plugin to get a few ideas, but thinking
about it more, i think the wst carves a good place for us to start.
Thoughts? Anyone with any experience building an eclipse plugin?

-- eokyere
___
Rife-users mailing list
Rife-users@uwyn.com
http://www.uwyn.com/mailman/listinfo/rife-users


Re: [Rife-users] rife and l10n

2005-12-11 Thread Geert Bevin

Thanks a lot Pierre,

I'll be only able to look at it in a few days since I will be at  
JavaPolis and just got a last minute confirmation that I'll be giving  
a 2 1/2 h RIFE University session tomorrow morning.


I briefly glanced over the code, and it looks good. Before I can  
commit it though, it needs some tests that cover the added features.


Best regards,

Geert

On 10 Dec 2005, at 17:46, Raoul Pierre wrote:


Geert,

Herewith a new proposition with:
- Spring as IoC container
- interface List getLocales(ElementSupport)

Regards

Pierre


--
Geert Bevin   Uwyn bvba
"Use what you need"   Avenue de Scailmont 34
http://www.uwyn.com   7170 Manage
gbevin[remove] at uwyn dot comTel +32 64 84 80 03

PGP Fingerprint : 4E21 6399 CD9E A384 6619  719A C8F4 D40D 309F D6A9
Public PGP key  : available at servers pgp.mit.edu, wwwkeys.pgp.net



___
Rife-users mailing list
Rife-users@uwyn.com
http://www.uwyn.com/mailman/listinfo/rife-users