A dual USB UART and an eLua IDE

classic Classic list List threaded Threaded
18 messages Options
Nuccio Raciti Nuccio Raciti
Reply | Threaded
Open this post in threaded view
|

A dual USB UART and an eLua IDE

Hello guys,

I'm near to have a double USB UART (using the CDC Class:
http://en.wikipedia.org/wiki/USB_communications_device_class )
on the MIZAR32 (Avr32) architecture.

The final goal is to have an IDE ("eLua Studio" ?? :-D) able to show the
console (on the first USB UART) and to share of a work directory through
the second USB UART using a server of the RFS filesystem
( http://en.wikipedia.org/wiki/Remote_File_System ).

Is someone interested in this?
We can start a discussion ....

Nuccio.



_______________________________________________
eLua-dev mailing list
[hidden email]
https://lists.berlios.de/mailman/listinfo/elua-dev
Tim Michals Tim Michals
Reply | Threaded
Open this post in threaded view
|

Re: A dual USB UART and an eLua IDE

Yes I'm.  Which IDE's where you looking at?


From: Nuccio Raciti <[hidden email]>
To: [hidden email]
Sent: Monday, June 27, 2011 12:57 AM
Subject: [eLua-dev] A dual USB UART and an eLua IDE

Hello guys,

I'm near to have a double USB UART (using the CDC Class:
http://en.wikipedia.org/wiki/USB_communications_device_class )
on the MIZAR32 (Avr32) architecture.

The final goal is to have an IDE ("eLua Studio" ?? :-D) able to show the
console (on the first USB UART) and to share of a work directory through
the second USB UART using a server of the RFS filesystem
( http://en.wikipedia.org/wiki/Remote_File_System ).

Is someone interested in this?
We can start a discussion ....

Nuccio.



_______________________________________________
eLua-dev mailing list
[hidden email]
https://lists.berlios.de/mailman/listinfo/elua-dev



_______________________________________________
eLua-dev mailing list
[hidden email]
https://lists.berlios.de/mailman/listinfo/elua-dev
BogdanM BogdanM
Reply | Threaded
Open this post in threaded view
|

Re: A dual USB UART and an eLua IDE



On Tue, Jun 28, 2011 at 4:59 PM, Tim michals <[hidden email]> wrote:
Yes I'm.  Which IDE's where you looking at?

Exactly :) The idea of an IDE has been in our minds for quite a while now. Up to this point the general feeling is that we don't have nearly enough resources to work on something like that.
One more thing to add here: when we'll have an IDE it will have to be cross-platform (at least Windows+Linux+OS X). Obviously anybody is welcomed to develop their own platform-specific IDEs if they want to, but they aren't going to receive the "Official eLua IDE" stamp of approval.

Best,
Bogdan
 


From: Nuccio Raciti <[hidden email]>
To: [hidden email]
Sent: Monday, June 27, 2011 12:57 AM
Subject: [eLua-dev] A dual USB UART and an eLua IDE

Hello guys,

I'm near to have a double USB UART (using the CDC Class:
http://en.wikipedia.org/wiki/USB_communications_device_class )
on the MIZAR32 (Avr32) architecture.

The final goal is to have an IDE ("eLua Studio" ?? :-D) able to show the
console (on the first USB UART) and to share of a work directory through
the second USB UART using a server of the RFS filesystem
( http://en.wikipedia.org/wiki/Remote_File_System ).

Is someone interested in this?
We can start a discussion ....

Nuccio.



_______________________________________________
eLua-dev mailing list
[hidden email]
https://lists.berlios.de/mailman/listinfo/elua-dev



_______________________________________________
eLua-dev mailing list
[hidden email]
https://lists.berlios.de/mailman/listinfo/elua-dev



_______________________________________________
eLua-dev mailing list
[hidden email]
https://lists.berlios.de/mailman/listinfo/elua-dev
Dado Sutter Dado Sutter
Reply | Threaded
Open this post in threaded view
|

Re: A dual USB UART and an eLua IDE

Hi,

On Tue, Jun 28, 2011 at 10:07, Bogdan Marinescu <[hidden email]> wrote:


On Tue, Jun 28, 2011 at 4:59 PM, Tim michals <[hidden email]> wrote:
Yes I'm.  Which IDE's where you looking at?

Exactly :) The idea of an IDE has been in our minds for quite a while now. Up to this point the general feeling is that we don't have nearly enough resources to work on something like that.
One more thing to add here: when we'll have an IDE it will have to be cross-platform (at least Windows+Linux+OS X). Obviously anybody is welcomed to develop their own platform-specific IDEs if they want to, but they aren't going to receive the "Official eLua IDE" stamp of approval.

I think Nuccio is aware of this and has good ideas on where to go, as well as a nice team to work on this too.
It seems like a great time to start brainstorming about an eLua IDE.
Although we are short in time and resources at this moment, Nuccio could coordinate the debates, initiatives and implementation tests, keeping in mind that any solution has to be useful for all our platforms as Bogdan mentioned.
How does it sound ?

Although some are nice ones for other uses, we don't want huge and bureaucratic solutions like Eclipse for example.
It would be nice to be able to extend a (simple) Lua-based text-editor to turn it into a (simple) IDE for eLua.


Best,
Bogdan

Best
Dado




 
 


From: Nuccio Raciti <[hidden email]>
To: [hidden email]
Sent: Monday, June 27, 2011 12:57 AM
Subject: [eLua-dev] A dual USB UART and an eLua IDE

Hello guys,

I'm near to have a double USB UART (using the CDC Class:
http://en.wikipedia.org/wiki/USB_communications_device_class )
on the MIZAR32 (Avr32) architecture.

The final goal is to have an IDE ("eLua Studio" ?? :-D) able to show the
console (on the first USB UART) and to share of a work directory through
the second USB UART using a server of the RFS filesystem
( http://en.wikipedia.org/wiki/Remote_File_System ).

Is someone interested in this?
We can start a discussion ....

Nuccio.



_______________________________________________
eLua-dev mailing list
[hidden email]
https://lists.berlios.de/mailman/listinfo/elua-dev



_______________________________________________
eLua-dev mailing list
[hidden email]
https://lists.berlios.de/mailman/listinfo/elua-dev



_______________________________________________
eLua-dev mailing list
[hidden email]
https://lists.berlios.de/mailman/listinfo/elua-dev



_______________________________________________
eLua-dev mailing list
[hidden email]
https://lists.berlios.de/mailman/listinfo/elua-dev
Nuccio Raciti Nuccio Raciti
Reply | Threaded
Open this post in threaded view
|

Re: A dual USB UART and an eLua IDE

In reply to this post by Tim Michals
I want start a discussion on here,
However I have already an idea after several days of
investigation...
In my opinion the excellent "Scintilla" library and
the editor called  "SciTE" could be a good starting point:

http://www.scintilla.org/
http://www.scintilla.org/SciTEImage.html

....
Scintilla is a free source code editing component. It comes with
complete source code and a license that permits use in any free project
or commercial product.

As well as features found in standard text editing components, Scintilla
includes features especially useful when editing and debugging source
code. These include support for syntax styling, error indicators, code
completion and call tips.  
....

please note that it already support the "Lua" syntax.


Nuccio



Il giorno mar, 28/06/2011 alle 06.59 -0700, Tim michals ha scritto:

> Yes I'm.  Which IDE's where you looking at?
>
>
>
>
> ______________________________________________________________________
> From: Nuccio Raciti <[hidden email]>
> To: [hidden email]
> Sent: Monday, June 27, 2011 12:57 AM
> Subject: [eLua-dev] A dual USB UART and an eLua IDE
>
> Hello guys,
>
> I'm near to have a double USB UART (using the CDC Class:
> http://en.wikipedia.org/wiki/USB_communications_device_class )
> on the MIZAR32 (Avr32) architecture.
>
> The final goal is to have an IDE ("eLua Studio" ?? :-D) able to show
> the
> console (on the first USB UART) and to share of a work directory
> through
> the second USB UART using a server of the RFS filesystem
> ( http://en.wikipedia.org/wiki/Remote_File_System ).
>
> Is someone interested in this?
> We can start a discussion ....
>
> Nuccio.
>
>
>
> _______________________________________________
> eLua-dev mailing list
> [hidden email]
> https://lists.berlios.de/mailman/listinfo/elua-dev
>
>
>


_______________________________________________
eLua-dev mailing list
[hidden email]
https://lists.berlios.de/mailman/listinfo/elua-dev
Nuccio Raciti Nuccio Raciti
Reply | Threaded
Open this post in threaded view
|

Re: A dual USB UART and an eLua IDE

In reply to this post by BogdanM
Good,
"Scintilla" is working on Window and Linux, and obvious, we want build a
free and architecture independent "eLua IDE".
Ciao,
Nuccio

Il giorno mar, 28/06/2011 alle 17.07 +0300, Bogdan Marinescu ha scritto:

>
>
> On Tue, Jun 28, 2011 at 4:59 PM, Tim michals <[hidden email]>
> wrote:
>         Yes I'm.  Which IDE's where you looking at?
>        
>
>
> Exactly :) The idea of an IDE has been in our minds for quite a while
> now. Up to this point the general feeling is that we don't have nearly
> enough resources to work on something like that.
> One more thing to add here: when we'll have an IDE it will have to be
> cross-platform (at least Windows+Linux+OS X). Obviously anybody is
> welcomed to develop their own platform-specific IDEs if they want to,
> but they aren't going to receive the "Official eLua IDE" stamp of
> approval.
>
>
> Best,
> Bogdan
>  
>        
>        
>        
>        
>         ______________________________________________________________
>         From: Nuccio Raciti <[hidden email]>
>         To: [hidden email]
>         Sent: Monday, June 27, 2011 12:57 AM
>         Subject: [eLua-dev] A dual USB UART and an eLua IDE
>        
>        
>         Hello guys,
>        
>         I'm near to have a double USB UART (using the CDC Class:
>         http://en.wikipedia.org/wiki/USB_communications_device_class )
>         on the MIZAR32 (Avr32) architecture.
>        
>         The final goal is to have an IDE ("eLua Studio" ?? :-D) able
>         to show the
>         console (on the first USB UART) and to share of a work
>         directory through
>         the second USB UART using a server of the RFS filesystem
>         ( http://en.wikipedia.org/wiki/Remote_File_System ).
>        
>         Is someone interested in this?
>         We can start a discussion ....
>        
>         Nuccio.
>        
>        
>        
>         _______________________________________________
>         eLua-dev mailing list
>         [hidden email]
>         https://lists.berlios.de/mailman/listinfo/elua-dev
>        
>        
>        
>        
>         _______________________________________________
>         eLua-dev mailing list
>         [hidden email]
>         https://lists.berlios.de/mailman/listinfo/elua-dev
>        
>


_______________________________________________
eLua-dev mailing list
[hidden email]
https://lists.berlios.de/mailman/listinfo/elua-dev
Nuccio Raciti Nuccio Raciti
Reply | Threaded
Open this post in threaded view
|

Re: A dual USB UART and an eLua IDE

In reply to this post by Dado Sutter
Hi all,

> I think Nuccio is aware of this and has good ideas on where to go, as
well as a nice team to work on this too.

Yes, I think eLua needs an IDE to growing in popularity.

> It seems like a great time to start brainstorming about an eLua IDE.

It is my hope.

> Although we are short in time and resources at this moment, Nuccio
could coordinate the debates, initiatives and implementation tests,
keeping in mind that any solution has to be useful for all our platforms
as Bogdan mentioned.
> How does it sound ?

I can try, I have not experience in project management,
if you help me....
 
> Although some are nice ones for other uses, we don't want huge and
bureaucratic solutions like Eclipse for example.
> It would be nice to be able to extend a (simple) Lua-based text-editor
to turn it into a (simple) IDE for eLua.

I agree, we don't need a cannon to shoot a fly ;-)
 
So, what about:
http://www.scintilla.org/
?

Ciao,
Nuccio



Il giorno mar, 28/06/2011 alle 10.17 -0400, Dado Sutter ha scritto:

> Hi,
>
> On Tue, Jun 28, 2011 at 10:07, Bogdan Marinescu
> <[hidden email]> wrote:
>        
>        
>         On Tue, Jun 28, 2011 at 4:59 PM, Tim michals
>         <[hidden email]> wrote:
>                 Yes I'm.  Which IDE's where you looking at?
>                
>        
>        
>         Exactly :) The idea of an IDE has been in our minds for quite
>         a while now. Up to this point the general feeling is that we
>         don't have nearly enough resources to work on something like
>         that.
>         One more thing to add here: when we'll have an IDE it will
>         have to be cross-platform (at least Windows+Linux+OS X).
>         Obviously anybody is welcomed to develop their own
>         platform-specific IDEs if they want to, but they aren't going
>         to receive the "Official eLua IDE" stamp of approval.
>
> I think Nuccio is aware of this and has good ideas on where to go, as
> well as a nice team to work on this too.
> It seems like a great time to start brainstorming about an eLua IDE.
> Although we are short in time and resources at this moment, Nuccio
> could coordinate the debates, initiatives and implementation tests,
> keeping in mind that any solution has to be useful for all our
> platforms as Bogdan mentioned.
> How does it sound ?
>
> Although some are nice ones for other uses, we don't want huge and
> bureaucratic solutions like Eclipse for example.
> It would be nice to be able to extend a (simple) Lua-based text-editor
> to turn it into a (simple) IDE for eLua.
>
>
>        
>        
>         Best,
>         Bogdan
>
> Best
> Dado
>
>
>
>
>  
>
>        
>          
>                
>                
>                
>                
>                 ______________________________________________________
>                 From: Nuccio Raciti <[hidden email]>
>                 To: [hidden email]
>                 Sent: Monday, June 27, 2011 12:57 AM
>                 Subject: [eLua-dev] A dual USB UART and an eLua IDE
>                
>                
>                 Hello guys,
>                
>                 I'm near to have a double USB UART (using the CDC
>                 Class:
>                 http://en.wikipedia.org/wiki/USB_communications_device_class )
>                 on the MIZAR32 (Avr32) architecture.
>                
>                 The final goal is to have an IDE ("eLua
>                 Studio" ?? :-D) able to show the
>                 console (on the first USB UART) and to share of a work
>                 directory through
>                 the second USB UART using a server of the RFS
>                 filesystem
>                 ( http://en.wikipedia.org/wiki/Remote_File_System ).
>                
>                 Is someone interested in this?
>                 We can start a discussion ....
>                
>                 Nuccio.
>                
>                
>                
>                 _______________________________________________
>                 eLua-dev mailing list
>                 [hidden email]
>                 https://lists.berlios.de/mailman/listinfo/elua-dev
>                
>                
>                
>                
>                 _______________________________________________
>                 eLua-dev mailing list
>                 [hidden email]
>                 https://lists.berlios.de/mailman/listinfo/elua-dev
>                
>        
>        
>         _______________________________________________
>         eLua-dev mailing list
>         [hidden email]
>         https://lists.berlios.de/mailman/listinfo/elua-dev
>        
>
> _______________________________________________
> eLua-dev mailing list
> [hidden email]
> https://lists.berlios.de/mailman/listinfo/elua-dev


_______________________________________________
eLua-dev mailing list
[hidden email]
https://lists.berlios.de/mailman/listinfo/elua-dev
Tim Michals Tim Michals
Reply | Threaded
Open this post in threaded view
|

Re: A dual USB UART and an eLua IDE

In reply to this post by Nuccio Raciti
Yes, I have used it with remDebug. I use a similar script to do simple command line stepping, breakpoints, etc.


From: Nuccio Raciti <[hidden email]>
To: Tim michals <[hidden email]>
Cc: "[hidden email]" <[hidden email]>
Sent: Tuesday, June 28, 2011 12:24 PM
Subject: Re: [eLua-dev] A dual USB UART and an eLua IDE

I want start a discussion on here,
However I have already an idea after several days of
investigation...
In my opinion the excellent "Scintilla" library and
the editor called  "SciTE" could be a good starting point:

http://www.scintilla.org/
http://www.scintilla.org/SciTEImage.html

....
Scintilla is a free source code editing component. It comes with
complete source code and a license that permits use in any free project
or commercial product.

As well as features found in standard text editing components, Scintilla
includes features especially useful when editing and debugging source
code. These include support for syntax styling, error indicators, code
completion and call tips. 
....

please note that it already support the "Lua" syntax.


Nuccio



Il giorno mar, 28/06/2011 alle 06.59 -0700, Tim michals ha scritto:

> Yes I'm.  Which IDE's where you looking at?
>
>
>
>
> ______________________________________________________________________
> From: Nuccio Raciti <[hidden email]>
> To: [hidden email]
> Sent: Monday, June 27, 2011 12:57 AM
> Subject: [eLua-dev] A dual USB UART and an eLua IDE
>
> Hello guys,
>
> I'm near to have a double USB UART (using the CDC Class:
> http://en.wikipedia.org/wiki/USB_communications_device_class )
> on the MIZAR32 (Avr32) architecture.
>
> The final goal is to have an IDE ("eLua Studio" ?? :-D) able to show
> the
> console (on the first USB UART) and to share of a work directory
> through
> the second USB UART using a server of the RFS filesystem
> ( http://en.wikipedia.org/wiki/Remote_File_System ).
>
> Is someone interested in this?
> We can start a discussion ....
>
> Nuccio.
>
>
>
> _______________________________________________
> eLua-dev mailing list
> [hidden email]
> https://lists.berlios.de/mailman/listinfo/elua-dev
>
>
>





_______________________________________________
eLua-dev mailing list
[hidden email]
https://lists.berlios.de/mailman/listinfo/elua-dev
Tim Michals Tim Michals
Reply | Threaded
Open this post in threaded view
|

Re: A dual USB UART and an eLua IDE

http://lua-users.org/lists/lua-l/2007-11/msg00220.html


From: Tim michals <[hidden email]>
To: "[hidden email]" <[hidden email]>
Cc: "[hidden email]" <[hidden email]>
Sent: Tuesday, June 28, 2011 1:09 PM
Subject: Re: [eLua-dev] A dual USB UART and an eLua IDE

Yes, I have used it with remDebug. I use a similar script to do simple command line stepping, breakpoints, etc.


From: Nuccio Raciti <[hidden email]>
To: Tim michals <[hidden email]>
Cc: "[hidden email]" <[hidden email]>
Sent: Tuesday, June 28, 2011 12:24 PM
Subject: Re: [eLua-dev] A dual USB UART and an eLua IDE

I want start a discussion on here,
However I have already an idea after several days of
investigation...
In my opinion the excellent "Scintilla" library and
the editor called  "SciTE" could be a good starting point:

http://www.scintilla.org/
http://www.scintilla.org/SciTEImage.html

....
Scintilla is a free source code editing component. It comes with
complete source code and a license that permits use in any free project
or commercial product.

As well as features found in standard text editing components, Scintilla
includes features especially useful when editing and debugging source
code. These include support for syntax styling, error indicators, code
completion and call tips. 
....

please note that it already support the "Lua" syntax.


Nuccio



Il giorno mar, 28/06/2011 alle 06.59 -0700, Tim michals ha scritto:

> Yes I'm.  Which IDE's where you looking at?
>
>
>
>
> ______________________________________________________________________
> From: Nuccio Raciti <[hidden email]>
> To: [hidden email]
> Sent: Monday, June 27, 2011 12:57 AM
> Subject: [eLua-dev] A dual USB UART and an eLua IDE
>
> Hello guys,
>
> I'm near to have a double USB UART (using the CDC Class:
> http://en.wikipedia.org/wiki/USB_communications_device_class )
> on the MIZAR32 (Avr32) architecture.
>
> The final goal is to have an IDE ("eLua Studio" ?? :-D) able to show
> the
> console (on the first USB UART) and to share of a work directory
> through
> the second USB UART using a server of the RFS filesystem
> ( http://en.wikipedia.org/wiki/Remote_File_System ).
>
> Is someone interested in this?
> We can start a discussion ....
>
> Nuccio.
>
>
>
> _______________________________________________
> eLua-dev mailing list
> [hidden email]
> https://lists.berlios.de/mailman/listinfo/elua-dev
>
>
>







_______________________________________________
eLua-dev mailing list
[hidden email]
https://lists.berlios.de/mailman/listinfo/elua-dev
Nuccio Raciti Nuccio Raciti
Reply | Threaded
Open this post in threaded view
|

Re: A dual USB UART and an eLua IDE

good, so also you are almost happy to use an eLua version of Scite, I
think.

Il giorno mar, 28/06/2011 alle 11.10 -0700, Tim michals ha scritto:

> http://lua-users.org/lists/lua-l/2007-11/msg00220.html
>
>
>
> ______________________________________________________________________
> From: Tim michals <[hidden email]>
> To: "[hidden email]" <[hidden email]>
> Cc: "[hidden email]" <[hidden email]>
> Sent: Tuesday, June 28, 2011 1:09 PM
> Subject: Re: [eLua-dev] A dual USB UART and an eLua IDE
>
> Yes, I have used it with remDebug. I use a similar script to do simple
> command line stepping, breakpoints, etc.
>
>
>
>
> ______________________________________________________________________
> From: Nuccio Raciti <[hidden email]>
> To: Tim michals <[hidden email]>
> Cc: "[hidden email]" <[hidden email]>
> Sent: Tuesday, June 28, 2011 12:24 PM
> Subject: Re: [eLua-dev] A dual USB UART and an eLua IDE
>
> I want start a discussion on here,
> However I have already an idea after several days of
> investigation...
> In my opinion the excellent "Scintilla" library and
> the editor called  "SciTE" could be a good starting point:
>
> http://www.scintilla.org/
> http://www.scintilla.org/SciTEImage.html
>
> ....
> Scintilla is a free source code editing component. It comes with
> complete source code and a license that permits use in any free
> project
> or commercial product.
>
> As well as features found in standard text editing components,
> Scintilla
> includes features especially useful when editing and debugging source
> code. These include support for syntax styling, error indicators, code
> completion and call tips.  
> ....
>
> please note that it already support the "Lua" syntax.
>
>
> Nuccio
>
>
>
> Il giorno mar, 28/06/2011 alle 06.59 -0700, Tim michals ha scritto:
> > Yes I'm.  Which IDE's where you looking at?
> >
> >
> >
> >
> >
> ______________________________________________________________________
> > From: Nuccio Raciti <[hidden email]>
> > To: [hidden email]
> > Sent: Monday, June 27, 2011 12:57 AM
> > Subject: [eLua-dev] A dual USB UART and an eLua IDE
> >
> > Hello guys,
> >
> > I'm near to have a double USB UART (using the CDC Class:
> > http://en.wikipedia.org/wiki/USB_communications_device_class )
> > on the MIZAR32 (Avr32) architecture.
> >
> > The final goal is to have an IDE ("eLua Studio" ?? :-D) able to show
> > the
> > console (on the first USB UART) and to share of a work directory
> > through
> > the second USB UART using a server of the RFS filesystem
> > ( http://en.wikipedia.org/wiki/Remote_File_System ).
> >
> > Is someone interested in this?
> > We can start a discussion ....
> >
> > Nuccio.
> >
> >
> >
> > _______________________________________________
> > eLua-dev mailing list
> > [hidden email]
> > https://lists.berlios.de/mailman/listinfo/elua-dev
> >
> >
> >
>
>
>
>
>
>
>
>


_______________________________________________
eLua-dev mailing list
[hidden email]
https://lists.berlios.de/mailman/listinfo/elua-dev
BogdanM BogdanM
Reply | Threaded
Open this post in threaded view
|

Re: A dual USB UART and an eLua IDE

In reply to this post by Nuccio Raciti
Hi,

On Tue, Jun 28, 2011 at 8:24 PM, Nuccio Raciti <[hidden email]> wrote:
I want start a discussion on here,
However I have already an idea after several days of
investigation...
In my opinion the excellent "Scintilla" library and
the editor called  "SciTE" could be a good starting point:

http://www.scintilla.org/
http://www.scintilla.org/SciTEImage.html

Great minds think alike, and for some odd reason, so do we :) This was our first choice too. It still is actually. The problem is that it seems to need quite a bit of work before one could turn it into an IDE. That said, I also believe it is a very good starting point. Another proposal was this one:


I'm not too familiar with either so I don't know which would be better. But the general ideea is very good. This is the kind of project on top of which we'd like to build an IDE. Not Eclipse, not Processing, not some other hundreds-of-megs Java monstruosity. 
If you feel like jumping directly on the code, I understand that all too well, but please don't do it just yet. We need to define a sort of requirements document and have at least a minimal design sketch before starting on the code. This, of course, after we actually choose our code base :)
I'd love to see this thing take off and I'll be more than happy to contribute to all phases (design/implementation/testing). We just really need the community support on this one.

Best,
Bogdan



....
Scintilla is a free source code editing component. It comes with
complete source code and a license that permits use in any free project
or commercial product.

As well as features found in standard text editing components, Scintilla
includes features especially useful when editing and debugging source
code. These include support for syntax styling, error indicators, code
completion and call tips.
....

please note that it already support the "Lua" syntax.


Nuccio



Il giorno mar, 28/06/2011 alle 06.59 -0700, Tim michals ha scritto:
> Yes I'm.  Which IDE's where you looking at?
>
>
>
>
> ______________________________________________________________________
> From: Nuccio Raciti <[hidden email]>
> To: [hidden email]
> Sent: Monday, June 27, 2011 12:57 AM
> Subject: [eLua-dev] A dual USB UART and an eLua IDE
>
> Hello guys,
>
> I'm near to have a double USB UART (using the CDC Class:
> http://en.wikipedia.org/wiki/USB_communications_device_class )
> on the MIZAR32 (Avr32) architecture.
>
> The final goal is to have an IDE ("eLua Studio" ?? :-D) able to show
> the
> console (on the first USB UART) and to share of a work directory
> through
> the second USB UART using a server of the RFS filesystem
> ( http://en.wikipedia.org/wiki/Remote_File_System ).
>
> Is someone interested in this?
> We can start a discussion ....
>
> Nuccio.
>
>
>
> _______________________________________________
> eLua-dev mailing list
> [hidden email]
> https://lists.berlios.de/mailman/listinfo/elua-dev
>
>
>


_______________________________________________
eLua-dev mailing list
[hidden email]
https://lists.berlios.de/mailman/listinfo/elua-dev


_______________________________________________
eLua-dev mailing list
[hidden email]
https://lists.berlios.de/mailman/listinfo/elua-dev
Nuccio Raciti Nuccio Raciti
Reply | Threaded
Open this post in threaded view
|

Re: A dual USB UART and an eLua IDE

Hi Bogdan,

excellent,
I tried "textadept" as well, but did not seem so solid...
also "Scintilla" looks more flexible and supported...
I agree, we need a common document with minimal requirements
before starting with the code.
I have some suggestion to put inside it, so I will write a draft as soon
as possible.
First of all I love an incremental approach, starting with the essential
things first.
I will provide a list of what are "essential things" for me,
where is the right place to put it?

Ciao,
Nuccio


Il giorno mar, 28/06/2011 alle 21.55 +0300, Bogdan Marinescu ha scritto:

> Hi,
>
> On Tue, Jun 28, 2011 at 8:24 PM, Nuccio Raciti
> <[hidden email]> wrote:
>         I want start a discussion on here,
>         However I have already an idea after several days of
>         investigation...
>         In my opinion the excellent "Scintilla" library and
>         the editor called  "SciTE" could be a good starting point:
>        
>         http://www.scintilla.org/
>         http://www.scintilla.org/SciTEImage.html
>
>
> Great minds think alike, and for some odd reason, so do we :) This was
> our first choice too. It still is actually. The problem is that it
> seems to need quite a bit of work before one could turn it into an
> IDE. That said, I also believe it is a very good starting point.
> Another proposal was this one:
>
>
> http://code.google.com/p/textadept/
>
>
> I'm not too familiar with either so I don't know which would be
> better. But the general ideea is very good. This is the kind of
> project on top of which we'd like to build an IDE. Not Eclipse, not
> Processing, not some other hundreds-of-megs Java monstruosity.
> If you feel like jumping directly on the code, I understand that all
> too well, but please don't do it just yet. We need to define a sort of
> requirements document and have at least a minimal design sketch before
> starting on the code. This, of course, after we actually choose our
> code base :)
> I'd love to see this thing take off and I'll be more than happy to
> contribute to all phases (design/implementation/testing). We just
> really need the community support on this one.
>
>
> Best,
> Bogdan
>
>
>        
>        
>         ....
>         Scintilla is a free source code editing component. It comes
>         with
>         complete source code and a license that permits use in any
>         free project
>         or commercial product.
>        
>         As well as features found in standard text editing components,
>         Scintilla
>         includes features especially useful when editing and debugging
>         source
>         code. These include support for syntax styling, error
>         indicators, code
>         completion and call tips.
>         ....
>        
>         please note that it already support the "Lua" syntax.
>        
>        
>         Nuccio
>        
>        
>        
>         Il giorno mar, 28/06/2011 alle 06.59 -0700, Tim michals ha
>         scritto:
>        
>         > Yes I'm.  Which IDE's where you looking at?
>         >
>         >
>         >
>         >
>         >
>         ______________________________________________________________________
>         > From: Nuccio Raciti <[hidden email]>
>         > To: [hidden email]
>         > Sent: Monday, June 27, 2011 12:57 AM
>         > Subject: [eLua-dev] A dual USB UART and an eLua IDE
>         >
>         > Hello guys,
>         >
>         > I'm near to have a double USB UART (using the CDC Class:
>         > http://en.wikipedia.org/wiki/USB_communications_device_class
>         )
>         > on the MIZAR32 (Avr32) architecture.
>         >
>         > The final goal is to have an IDE ("eLua Studio" ?? :-D) able
>         to show
>         > the
>         > console (on the first USB UART) and to share of a work
>         directory
>         > through
>         > the second USB UART using a server of the RFS filesystem
>         > ( http://en.wikipedia.org/wiki/Remote_File_System ).
>         >
>         > Is someone interested in this?
>         > We can start a discussion ....
>         >
>         > Nuccio.
>         >
>         >
>         >
>         > _______________________________________________
>         > eLua-dev mailing list
>         > [hidden email]
>         > https://lists.berlios.de/mailman/listinfo/elua-dev
>         >
>         >
>         >
>        
>        
>         _______________________________________________
>         eLua-dev mailing list
>         [hidden email]
>         https://lists.berlios.de/mailman/listinfo/elua-dev
>        
>


_______________________________________________
eLua-dev mailing list
[hidden email]
https://lists.berlios.de/mailman/listinfo/elua-dev
Dado Sutter Dado Sutter
Reply | Threaded
Open this post in threaded view
|

Re: A dual USB UART and an eLua IDE



On Tue, Jun 28, 2011 at 15:47, Nuccio Raciti <[hidden email]> wrote:
Hi Bogdan,

excellent,
I tried "textadept" as well, but did not seem so solid...
also "Scintilla" looks more flexible and supported...
I agree, we need a common document with minimal requirements
before starting with the code.
I have some suggestion to put inside it, so I will write a draft as soon
as possible.
First of all I love an incremental approach, starting with the essential
things first.
I will provide a list of what are "essential things" for me,
where is the right place to put it?

On the tracker.
But it is going through a new-template migration today (to reflect the "new look" of our services) and some menu items are still not functional.
I'll report as soon as it is ready.

Ciao,
Nuccio

Best
Dado





 


Il giorno mar, 28/06/2011 alle 21.55 +0300, Bogdan Marinescu ha scritto:
> Hi,
>
> On Tue, Jun 28, 2011 at 8:24 PM, Nuccio Raciti
> <[hidden email]> wrote:
>         I want start a discussion on here,
>         However I have already an idea after several days of
>         investigation...
>         In my opinion the excellent "Scintilla" library and
>         the editor called  "SciTE" could be a good starting point:
>
>         http://www.scintilla.org/
>         http://www.scintilla.org/SciTEImage.html
>
>
> Great minds think alike, and for some odd reason, so do we :) This was
> our first choice too. It still is actually. The problem is that it
> seems to need quite a bit of work before one could turn it into an
> IDE. That said, I also believe it is a very good starting point.
> Another proposal was this one:
>
>
> http://code.google.com/p/textadept/
>
>
> I'm not too familiar with either so I don't know which would be
> better. But the general ideea is very good. This is the kind of
> project on top of which we'd like to build an IDE. Not Eclipse, not
> Processing, not some other hundreds-of-megs Java monstruosity.
> If you feel like jumping directly on the code, I understand that all
> too well, but please don't do it just yet. We need to define a sort of
> requirements document and have at least a minimal design sketch before
> starting on the code. This, of course, after we actually choose our
> code base :)
> I'd love to see this thing take off and I'll be more than happy to
> contribute to all phases (design/implementation/testing). We just
> really need the community support on this one.
>
>
> Best,
> Bogdan
>
>
>
>
>         ....
>         Scintilla is a free source code editing component. It comes
>         with
>         complete source code and a license that permits use in any
>         free project
>         or commercial product.
>
>         As well as features found in standard text editing components,
>         Scintilla
>         includes features especially useful when editing and debugging
>         source
>         code. These include support for syntax styling, error
>         indicators, code
>         completion and call tips.
>         ....
>
>         please note that it already support the "Lua" syntax.
>
>
>         Nuccio
>
>
>
>         Il giorno mar, 28/06/2011 alle 06.59 -0700, Tim michals ha
>         scritto:
>
>         > Yes I'm.  Which IDE's where you looking at?
>         >
>         >
>         >
>         >
>         >
>         ______________________________________________________________________
>         > From: Nuccio Raciti <[hidden email]>
>         > To: [hidden email]
>         > Sent: Monday, June 27, 2011 12:57 AM
>         > Subject: [eLua-dev] A dual USB UART and an eLua IDE
>         >
>         > Hello guys,
>         >
>         > I'm near to have a double USB UART (using the CDC Class:
>         > http://en.wikipedia.org/wiki/USB_communications_device_class
>         )
>         > on the MIZAR32 (Avr32) architecture.
>         >
>         > The final goal is to have an IDE ("eLua Studio" ?? :-D) able
>         to show
>         > the
>         > console (on the first USB UART) and to share of a work
>         directory
>         > through
>         > the second USB UART using a server of the RFS filesystem
>         > ( http://en.wikipedia.org/wiki/Remote_File_System ).
>         >
>         > Is someone interested in this?
>         > We can start a discussion ....
>         >
>         > Nuccio.
>         >
>         >
>         >
>         > _______________________________________________
>         > eLua-dev mailing list
>         > [hidden email]
>         > https://lists.berlios.de/mailman/listinfo/elua-dev
>         >
>         >
>         >
>
>
>         _______________________________________________
>         eLua-dev mailing list
>         [hidden email]
>         https://lists.berlios.de/mailman/listinfo/elua-dev
>
>


_______________________________________________
eLua-dev mailing list
[hidden email]
https://lists.berlios.de/mailman/listinfo/elua-dev


_______________________________________________
eLua-dev mailing list
[hidden email]
https://lists.berlios.de/mailman/listinfo/elua-dev
Jonathan Hill Jonathan Hill
Reply | Threaded
Open this post in threaded view
|

Re: A dual USB UART and an eLua IDE

Has anyone looked at Geany? 
http://www.geany.org/

I've had some curiosity in Geany as it appears to be a small, lightweight, fast
editor with additional capability.

Jonathan

On 6/28/2011 3:51 PM, Dado Sutter wrote:


On Tue, Jun 28, 2011 at 15:47, Nuccio Raciti <[hidden email]> wrote:
Hi Bogdan,

excellent,
I tried "textadept" as well, but did not seem so solid...
also "Scintilla" looks more flexible and supported...
I agree, we need a common document with minimal requirements
before starting with the code.
I have some suggestion to put inside it, so I will write a draft as soon
as possible.
First of all I love an incremental approach, starting with the essential
things first.
I will provide a list of what are "essential things" for me,
where is the right place to put it?

On the tracker.
But it is going through a new-template migration today (to reflect the "new look" of our services) and some menu items are still not functional.
I'll report as soon as it is ready.

Ciao,
Nuccio

Best
Dado





 


Il giorno mar, 28/06/2011 alle 21.55 +0300, Bogdan Marinescu ha scritto:
> Hi,
>
> On Tue, Jun 28, 2011 at 8:24 PM, Nuccio Raciti
> <[hidden email]> wrote:
>         I want start a discussion on here,
>         However I have already an idea after several days of
>         investigation...
>         In my opinion the excellent "Scintilla" library and
>         the editor called  "SciTE" could be a good starting point:
>
>         http://www.scintilla.org/
>         http://www.scintilla.org/SciTEImage.html
>
>
> Great minds think alike, and for some odd reason, so do we :) This was
> our first choice too. It still is actually. The problem is that it
> seems to need quite a bit of work before one could turn it into an
> IDE. That said, I also believe it is a very good starting point.
> Another proposal was this one:
>
>
> http://code.google.com/p/textadept/
>
>
> I'm not too familiar with either so I don't know which would be
> better. But the general ideea is very good. This is the kind of
> project on top of which we'd like to build an IDE. Not Eclipse, not
> Processing, not some other hundreds-of-megs Java monstruosity.
> If you feel like jumping directly on the code, I understand that all
> too well, but please don't do it just yet. We need to define a sort of
> requirements document and have at least a minimal design sketch before
> starting on the code. This, of course, after we actually choose our
> code base :)
> I'd love to see this thing take off and I'll be more than happy to
> contribute to all phases (design/implementation/testing). We just
> really need the community support on this one.
>
>
> Best,
> Bogdan
>
>
>
>
>         ....
>         Scintilla is a free source code editing component. It comes
>         with
>         complete source code and a license that permits use in any
>         free project
>         or commercial product.
>
>         As well as features found in standard text editing components,
>         Scintilla
>         includes features especially useful when editing and debugging
>         source
>         code. These include support for syntax styling, error
>         indicators, code
>         completion and call tips.
>         ....
>
>         please note that it already support the "Lua" syntax.
>
>
>         Nuccio
>
>
>
>         Il giorno mar, 28/06/2011 alle 06.59 -0700, Tim michals ha
>         scritto:
>
>         > Yes I'm.  Which IDE's where you looking at?
>         >
>         >
>         >
>         >
>         >
>         ______________________________________________________________________
>         > From: Nuccio Raciti <[hidden email]>
>         > To: [hidden email]
>         > Sent: Monday, June 27, 2011 12:57 AM
>         > Subject: [eLua-dev] A dual USB UART and an eLua IDE
>         >
>         > Hello guys,
>         >
>         > I'm near to have a double USB UART (using the CDC Class:
>         > http://en.wikipedia.org/wiki/USB_communications_device_class
>         )
>         > on the MIZAR32 (Avr32) architecture.
>         >
>         > The final goal is to have an IDE ("eLua Studio" ?? :-D) able
>         to show
>         > the
>         > console (on the first USB UART) and to share of a work
>         directory
>         > through
>         > the second USB UART using a server of the RFS filesystem
>         > ( http://en.wikipedia.org/wiki/Remote_File_System ).
>         >
>         > Is someone interested in this?
>         > We can start a discussion ....
>         >
>         > Nuccio.
>         >
>         >
>         >
>         > _______________________________________________
>         > eLua-dev mailing list
>         > [hidden email]
>         > https://lists.berlios.de/mailman/listinfo/elua-dev
>         >
>         >
>         >
>
>
>         _______________________________________________
>         eLua-dev mailing list
>         [hidden email]
>         https://lists.berlios.de/mailman/listinfo/elua-dev
>
>


_______________________________________________
eLua-dev mailing list
[hidden email]
https://lists.berlios.de/mailman/listinfo/elua-dev

_______________________________________________ eLua-dev mailing list [hidden email] https://lists.berlios.de/mailman/listinfo/elua-dev


_______________________________________________
eLua-dev mailing list
[hidden email]
https://lists.berlios.de/mailman/listinfo/elua-dev
jbsnyder jbsnyder
Reply | Threaded
Open this post in threaded view
|

Re: A dual USB UART and an eLua IDE

In reply to this post by BogdanM
On Tue, Jun 28, 2011 at 1:55 PM, Bogdan Marinescu
<[hidden email]> wrote:

> Hi,
>
> On Tue, Jun 28, 2011 at 8:24 PM, Nuccio Raciti <[hidden email]>
> wrote:
>>
>> I want start a discussion on here,
>> However I have already an idea after several days of
>> investigation...
>> In my opinion the excellent "Scintilla" library and
>> the editor called  "SciTE" could be a good starting point:
>>
>> http://www.scintilla.org/
>> http://www.scintilla.org/SciTEImage.html
>
> Great minds think alike, and for some odd reason, so do we :) This was our
> first choice too. It still is actually. The problem is that it seems to need
> quite a bit of work before one could turn it into an IDE. That said, I also
> believe it is a very good starting point.

Scintilla should make for a nice core editing component, and it is
cross-platform.  There's even a Cocoa port for OS X
(https://launchpad.net/scintilla-cocoa), although I'm not sure how
well maintained it is as of late.  Even so, it is possible to use a
Mac port of GTK to use it without X11 on OS X as editors like
TextAdept do.

>Another proposal was this one:
> http://code.google.com/p/textadept/
> I'm not too familiar with either so I don't know which would be better. But
> the general ideea is very good. This is the kind of project on top of which
> we'd like to build an IDE. Not Eclipse, not Processing, not some other
> hundreds-of-megs Java monstruosity.

FYI TextAdept Is actually a Scintilla-based editor, and uses
scintillua, maintained by the same author:
http://code.google.com/p/scintillua/  One thing that's neat about it
is that most of the editor is written in Lua aside from hooks to
handle UI and the scintilla editor component.

The one major downside that I see to it however is that the interface
kind of makes me feel as if it has a learning curve akin to Vi or
Emacs, only it's got it's own unique UI and doesn't appear directly
modeled on another editor.

> If you feel like jumping directly on the code, I understand that all too
> well, but please don't do it just yet. We need to define a sort of
> requirements document and have at least a minimal design sketch before
> starting on the code. This, of course, after we actually choose our code
> base :)
> I'd love to see this thing take off and I'll be more than happy to
> contribute to all phases (design/implementation/testing). We just really
> need the community support on this one.
> Best,
> Bogdan
>>
>>
>> ....
>> Scintilla is a free source code editing component. It comes with
>> complete source code and a license that permits use in any free project
>> or commercial product.
>>
>> As well as features found in standard text editing components, Scintilla
>> includes features especially useful when editing and debugging source
>> code. These include support for syntax styling, error indicators, code
>> completion and call tips.
>> ....
>>
>> please note that it already support the "Lua" syntax.
>>
>>
>> Nuccio
>>
>>
>>
>> Il giorno mar, 28/06/2011 alle 06.59 -0700, Tim michals ha scritto:
>> > Yes I'm.  Which IDE's where you looking at?
>> >
>> >
>> >
>> >
>> > ______________________________________________________________________
>> > From: Nuccio Raciti <[hidden email]>
>> > To: [hidden email]
>> > Sent: Monday, June 27, 2011 12:57 AM
>> > Subject: [eLua-dev] A dual USB UART and an eLua IDE
>> >
>> > Hello guys,
>> >
>> > I'm near to have a double USB UART (using the CDC Class:
>> > http://en.wikipedia.org/wiki/USB_communications_device_class )
>> > on the MIZAR32 (Avr32) architecture.
>> >
>> > The final goal is to have an IDE ("eLua Studio" ?? :-D) able to show
>> > the
>> > console (on the first USB UART) and to share of a work directory
>> > through
>> > the second USB UART using a server of the RFS filesystem
>> > ( http://en.wikipedia.org/wiki/Remote_File_System ).
>> >
>> > Is someone interested in this?
>> > We can start a discussion ....
>> >
>> > Nuccio.
>> >
>> >
>> >
>> > _______________________________________________
>> > eLua-dev mailing list
>> > [hidden email]
>> > https://lists.berlios.de/mailman/listinfo/elua-dev
>> >
>> >
>> >
>>
>>
>> _______________________________________________
>> eLua-dev mailing list
>> [hidden email]
>> https://lists.berlios.de/mailman/listinfo/elua-dev
>
>
> _______________________________________________
> eLua-dev mailing list
> [hidden email]
> https://lists.berlios.de/mailman/listinfo/elua-dev
>
>
_______________________________________________
eLua-dev mailing list
[hidden email]
https://lists.berlios.de/mailman/listinfo/elua-dev
Dado Sutter Dado Sutter
Reply | Threaded
Open this post in threaded view
|

Re: A dual USB UART and an eLua IDE

In reply to this post by Dado Sutter
Hi,

On Tue, Jun 28, 2011 at 15:51, Dado Sutter <[hidden email]> wrote:


On Tue, Jun 28, 2011 at 15:47, Nuccio Raciti <[hidden email]> wrote:
Hi Bogdan,

excellent,
I tried "textadept" as well, but did not seem so solid...
also "Scintilla" looks more flexible and supported...
I agree, we need a common document with minimal requirements
before starting with the code.
I have some suggestion to put inside it, so I will write a draft as soon
as possible.
First of all I love an incremental approach, starting with the essential
things first.
I will provide a list of what are "essential things" for me,
where is the right place to put it?

On the tracker.
But it is going through a new-template migration today (to reflect the "new look" of our services) and some menu items are still not functional.
I'll report as soon as it is ready.

I've started a sprint for the IDE-related topics and issues on the tracker at http://tracker.eluaproject.net/projects/elua/sprints
You are free to create a page/doc on the tracker wiki (http://tracker.eluaproject.net/projects/elua/wiki) for the brainstorming too.

Ciao,
Nuccio

Best
Dado

Best
Dado




 





 


Il giorno mar, 28/06/2011 alle 21.55 +0300, Bogdan Marinescu ha scritto:
> Hi,
>
> On Tue, Jun 28, 2011 at 8:24 PM, Nuccio Raciti
> <[hidden email]> wrote:
>         I want start a discussion on here,
>         However I have already an idea after several days of
>         investigation...
>         In my opinion the excellent "Scintilla" library and
>         the editor called  "SciTE" could be a good starting point:
>
>         http://www.scintilla.org/
>         http://www.scintilla.org/SciTEImage.html
>
>
> Great minds think alike, and for some odd reason, so do we :) This was
> our first choice too. It still is actually. The problem is that it
> seems to need quite a bit of work before one could turn it into an
> IDE. That said, I also believe it is a very good starting point.
> Another proposal was this one:
>
>
> http://code.google.com/p/textadept/
>
>
> I'm not too familiar with either so I don't know which would be
> better. But the general ideea is very good. This is the kind of
> project on top of which we'd like to build an IDE. Not Eclipse, not
> Processing, not some other hundreds-of-megs Java monstruosity.
> If you feel like jumping directly on the code, I understand that all
> too well, but please don't do it just yet. We need to define a sort of
> requirements document and have at least a minimal design sketch before
> starting on the code. This, of course, after we actually choose our
> code base :)
> I'd love to see this thing take off and I'll be more than happy to
> contribute to all phases (design/implementation/testing). We just
> really need the community support on this one.
>
>
> Best,
> Bogdan
>
>
>
>
>         ....
>         Scintilla is a free source code editing component. It comes
>         with
>         complete source code and a license that permits use in any
>         free project
>         or commercial product.
>
>         As well as features found in standard text editing components,
>         Scintilla
>         includes features especially useful when editing and debugging
>         source
>         code. These include support for syntax styling, error
>         indicators, code
>         completion and call tips.
>         ....
>
>         please note that it already support the "Lua" syntax.
>
>
>         Nuccio
>
>
>
>         Il giorno mar, 28/06/2011 alle 06.59 -0700, Tim michals ha
>         scritto:
>
>         > Yes I'm.  Which IDE's where you looking at?
>         >
>         >
>         >
>         >
>         >
>         ______________________________________________________________________
>         > From: Nuccio Raciti <[hidden email]>
>         > To: [hidden email]
>         > Sent: Monday, June 27, 2011 12:57 AM
>         > Subject: [eLua-dev] A dual USB UART and an eLua IDE
>         >
>         > Hello guys,
>         >
>         > I'm near to have a double USB UART (using the CDC Class:
>         > http://en.wikipedia.org/wiki/USB_communications_device_class
>         )
>         > on the MIZAR32 (Avr32) architecture.
>         >
>         > The final goal is to have an IDE ("eLua Studio" ?? :-D) able
>         to show
>         > the
>         > console (on the first USB UART) and to share of a work
>         directory
>         > through
>         > the second USB UART using a server of the RFS filesystem
>         > ( http://en.wikipedia.org/wiki/Remote_File_System ).
>         >
>         > Is someone interested in this?
>         > We can start a discussion ....
>         >
>         > Nuccio.
>         >
>         >
>         >
>         > _______________________________________________
>         > eLua-dev mailing list
>         > [hidden email]
>         > https://lists.berlios.de/mailman/listinfo/elua-dev
>         >
>         >
>         >
>
>
>         _______________________________________________
>         eLua-dev mailing list
>         [hidden email]
>         https://lists.berlios.de/mailman/listinfo/elua-dev
>
>


_______________________________________________
eLua-dev mailing list
[hidden email]
https://lists.berlios.de/mailman/listinfo/elua-dev



_______________________________________________
eLua-dev mailing list
[hidden email]
https://lists.berlios.de/mailman/listinfo/elua-dev
BogdanM BogdanM
Reply | Threaded
Open this post in threaded view
|

Re: A dual USB UART and an eLua IDE

In reply to this post by Jonathan Hill
Hi,

On Wed, Jun 29, 2011 at 1:59 AM, Jonathan Hill <[hidden email]> wrote:
Has anyone looked at Geany? 
http://www.geany.org/

I've had some curiosity in Geany as it appears to be a small, lightweight, fast
editor with additional capability.

That looks interesting, thank you. It's GPL though and I'd like to avoid that, but GPL is not as much of an issue in this case. The phrase that worries me the most there is "Only the Windows port of Geany is missing some features". Something I'd obviously like to avoid.

Best,
Bogdan

On 6/28/2011 3:51 PM, Dado Sutter wrote:


On Tue, Jun 28, 2011 at 15:47, Nuccio Raciti <[hidden email]> wrote:
Hi Bogdan,

excellent,
I tried "textadept" as well, but did not seem so solid...
also "Scintilla" looks more flexible and supported...
I agree, we need a common document with minimal requirements
before starting with the code.
I have some suggestion to put inside it, so I will write a draft as soon
as possible.
First of all I love an incremental approach, starting with the essential
things first.
I will provide a list of what are "essential things" for me,
where is the right place to put it?

On the tracker.
But it is going through a new-template migration today (to reflect the "new look" of our services) and some menu items are still not functional.
I'll report as soon as it is ready.

Ciao,
Nuccio

Best
Dado





 


Il giorno mar, 28/06/2011 alle 21.55 +0300, Bogdan Marinescu ha scritto:
> Hi,
>
> On Tue, Jun 28, 2011 at 8:24 PM, Nuccio Raciti
> <[hidden email]> wrote:
>         I want start a discussion on here,
>         However I have already an idea after several days of
>         investigation...
>         In my opinion the excellent "Scintilla" library and
>         the editor called  "SciTE" could be a good starting point:
>
>         http://www.scintilla.org/
>         http://www.scintilla.org/SciTEImage.html
>
>
> Great minds think alike, and for some odd reason, so do we :) This was
> our first choice too. It still is actually. The problem is that it
> seems to need quite a bit of work before one could turn it into an
> IDE. That said, I also believe it is a very good starting point.
> Another proposal was this one:
>
>
> http://code.google.com/p/textadept/
>
>
> I'm not too familiar with either so I don't know which would be
> better. But the general ideea is very good. This is the kind of
> project on top of which we'd like to build an IDE. Not Eclipse, not
> Processing, not some other hundreds-of-megs Java monstruosity.
> If you feel like jumping directly on the code, I understand that all
> too well, but please don't do it just yet. We need to define a sort of
> requirements document and have at least a minimal design sketch before
> starting on the code. This, of course, after we actually choose our
> code base :)
> I'd love to see this thing take off and I'll be more than happy to
> contribute to all phases (design/implementation/testing). We just
> really need the community support on this one.
>
>
> Best,
> Bogdan
>
>
>
>
>         ....
>         Scintilla is a free source code editing component. It comes
>         with
>         complete source code and a license that permits use in any
>         free project
>         or commercial product.
>
>         As well as features found in standard text editing components,
>         Scintilla
>         includes features especially useful when editing and debugging
>         source
>         code. These include support for syntax styling, error
>         indicators, code
>         completion and call tips.
>         ....
>
>         please note that it already support the "Lua" syntax.
>
>
>         Nuccio
>
>
>
>         Il giorno mar, 28/06/2011 alle 06.59 -0700, Tim michals ha
>         scritto:
>
>         > Yes I'm.  Which IDE's where you looking at?
>         >
>         >
>         >
>         >
>         >
>         ______________________________________________________________________
>         > From: Nuccio Raciti <[hidden email]>
>         > To: [hidden email]
>         > Sent: Monday, June 27, 2011 12:57 AM
>         > Subject: [eLua-dev] A dual USB UART and an eLua IDE
>         >
>         > Hello guys,
>         >
>         > I'm near to have a double USB UART (using the CDC Class:
>         > http://en.wikipedia.org/wiki/USB_communications_device_class
>         )
>         > on the MIZAR32 (Avr32) architecture.
>         >
>         > The final goal is to have an IDE ("eLua Studio" ?? :-D) able
>         to show
>         > the
>         > console (on the first USB UART) and to share of a work
>         directory
>         > through
>         > the second USB UART using a server of the RFS filesystem
>         > ( http://en.wikipedia.org/wiki/Remote_File_System ).
>         >
>         > Is someone interested in this?
>         > We can start a discussion ....
>         >
>         > Nuccio.
>         >
>         >
>         >
>         > _______________________________________________
>         > eLua-dev mailing list
>         > [hidden email]
>         > https://lists.berlios.de/mailman/listinfo/elua-dev
>         >
>         >
>         >
>
>
>         _______________________________________________
>         eLua-dev mailing list
>         [hidden email]
>         https://lists.berlios.de/mailman/listinfo/elua-dev
>
>


_______________________________________________
eLua-dev mailing list
[hidden email]
https://lists.berlios.de/mailman/listinfo/elua-dev

_______________________________________________ eLua-dev mailing list [hidden email] https://lists.berlios.de/mailman/listinfo/elua-dev


_______________________________________________
eLua-dev mailing list
[hidden email]
https://lists.berlios.de/mailman/listinfo/elua-dev



_______________________________________________
eLua-dev mailing list
[hidden email]
https://lists.berlios.de/mailman/listinfo/elua-dev
Nuccio Raciti Nuccio Raciti
Reply | Threaded
Open this post in threaded view
|

Re: A dual USB UART and an eLua IDE

In reply to this post by Dado Sutter


Il giorno mer, 29/06/2011 alle 02.20 -0400, Dado Sutter ha scritto:

> Hi,
>
> On Tue, Jun 28, 2011 at 15:51, Dado Sutter <[hidden email]>
> wrote:
>        
>        
>         On Tue, Jun 28, 2011 at 15:47, Nuccio Raciti
>         <[hidden email]> wrote:
>                 Hi Bogdan,
>                
>                 excellent,
>                 I tried "textadept" as well, but did not seem so
>                 solid...
>                 also "Scintilla" looks more flexible and supported...
>                 I agree, we need a common document with minimal
>                 requirements
>                 before starting with the code.
>                 I have some suggestion to put inside it, so I will
>                 write a draft as soon
>                 as possible.
>                 First of all I love an incremental approach, starting
>                 with the essential
>                 things first.
>                 I will provide a list of what are "essential things"
>                 for me,
>                 where is the right place to put it?
>        
>         On the tracker.
>         But it is going through a new-template migration today (to
>         reflect the "new look" of our services) and some menu items
>         are still not functional.
>         I'll report as soon as it is ready.
>        
>
> I've started a sprint for the IDE-related topics and issues on the
> tracker at http://tracker.eluaproject.net/projects/elua/sprints
> You are free to create a page/doc on the tracker wiki
> (http://tracker.eluaproject.net/projects/elua/wiki) for the
> brainstorming too.
>
>        
good, many thanks.

Best,
Nuccio

>                
>                 Ciao,
>                 Nuccio
>        
>         Best
>         Dado
>        
>
> Best
> Dado
>
>
>
>
>  
>
>        
>        
>        
>        
>        
>          
>        
>        
>                
>                
>                 Il giorno mar, 28/06/2011 alle 21.55 +0300, Bogdan
>                 Marinescu ha scritto:
>                
>                 > Hi,
>                 >
>                 > On Tue, Jun 28, 2011 at 8:24 PM, Nuccio Raciti
>                 > <[hidden email]> wrote:
>                 >         I want start a discussion on here,
>                 >         However I have already an idea after several
>                 days of
>                 >         investigation...
>                 >         In my opinion the excellent "Scintilla"
>                 library and
>                 >         the editor called  "SciTE" could be a good
>                 starting point:
>                 >
>                 >         http://www.scintilla.org/
>                 >         http://www.scintilla.org/SciTEImage.html
>                 >
>                 >
>                 > Great minds think alike, and for some odd reason, so
>                 do we :) This was
>                 > our first choice too. It still is actually. The
>                 problem is that it
>                 > seems to need quite a bit of work before one could
>                 turn it into an
>                 > IDE. That said, I also believe it is a very good
>                 starting point.
>                 > Another proposal was this one:
>                 >
>                 >
>                 > http://code.google.com/p/textadept/
>                 >
>                 >
>                 > I'm not too familiar with either so I don't know
>                 which would be
>                 > better. But the general ideea is very good. This is
>                 the kind of
>                 > project on top of which we'd like to build an IDE.
>                 Not Eclipse, not
>                 > Processing, not some other hundreds-of-megs Java
>                 monstruosity.
>                 > If you feel like jumping directly on the code, I
>                 understand that all
>                 > too well, but please don't do it just yet. We need
>                 to define a sort of
>                 > requirements document and have at least a minimal
>                 design sketch before
>                 > starting on the code. This, of course, after we
>                 actually choose our
>                 > code base :)
>                 > I'd love to see this thing take off and I'll be more
>                 than happy to
>                 > contribute to all phases
>                 (design/implementation/testing). We just
>                 > really need the community support on this one.
>                 >
>                 >
>                 > Best,
>                 > Bogdan
>                 >
>                 >
>                 >
>                 >
>                 >         ....
>                 >         Scintilla is a free source code editing
>                 component. It comes
>                 >         with
>                 >         complete source code and a license that
>                 permits use in any
>                 >         free project
>                 >         or commercial product.
>                 >
>                 >         As well as features found in standard text
>                 editing components,
>                 >         Scintilla
>                 >         includes features especially useful when
>                 editing and debugging
>                 >         source
>                 >         code. These include support for syntax
>                 styling, error
>                 >         indicators, code
>                 >         completion and call tips.
>                 >         ....
>                 >
>                 >         please note that it already support the
>                 "Lua" syntax.
>                 >
>                 >
>                 >         Nuccio
>                 >
>                 >
>                 >
>                 >         Il giorno mar, 28/06/2011 alle 06.59 -0700,
>                 Tim michals ha
>                 >         scritto:
>                 >
>                 >         > Yes I'm.  Which IDE's where you looking
>                 at?
>                 >         >
>                 >         >
>                 >         >
>                 >         >
>                 >         >
>                 >
>                 ______________________________________________________________________
>                 >         > From: Nuccio Raciti
>                 <[hidden email]>
>                 >         > To: [hidden email]
>                 >         > Sent: Monday, June 27, 2011 12:57 AM
>                 >         > Subject: [eLua-dev] A dual USB UART and an
>                 eLua IDE
>                 >         >
>                 >         > Hello guys,
>                 >         >
>                 >         > I'm near to have a double USB UART (using
>                 the CDC Class:
>                 >         >
>                 http://en.wikipedia.org/wiki/USB_communications_device_class
>                 >         )
>                 >         > on the MIZAR32 (Avr32) architecture.
>                 >         >
>                 >         > The final goal is to have an IDE ("eLua
>                 Studio" ?? :-D) able
>                 >         to show
>                 >         > the
>                 >         > console (on the first USB UART) and to
>                 share of a work
>                 >         directory
>                 >         > through
>                 >         > the second USB UART using a server of the
>                 RFS filesystem
>                 >         >
>                 ( http://en.wikipedia.org/wiki/Remote_File_System ).
>                 >         >
>                 >         > Is someone interested in this?
>                 >         > We can start a discussion ....
>                 >         >
>                 >         > Nuccio.
>                 >         >
>                 >         >
>                 >         >
>                 >         >
>                 _______________________________________________
>                 >         > eLua-dev mailing list
>                 >         > [hidden email]
>                 >         >
>                 https://lists.berlios.de/mailman/listinfo/elua-dev
>                 >         >
>                 >         >
>                 >         >
>                 >
>                 >
>                 >
>                 _______________________________________________
>                 >         eLua-dev mailing list
>                 >         [hidden email]
>                 >
>                 https://lists.berlios.de/mailman/listinfo/elua-dev
>                 >
>                 >
>                
>                
>                 _______________________________________________
>                 eLua-dev mailing list
>                 [hidden email]
>                 https://lists.berlios.de/mailman/listinfo/elua-dev
>                
>        
>


_______________________________________________
eLua-dev mailing list
[hidden email]
https://lists.berlios.de/mailman/listinfo/elua-dev