Re: a question about using netbeans modules
"Nathan Fiedler" <[email protected]> Wed, 6 Oct 2004 14:05:12 -0700 (PDT)
| Newsgroups | gmane.comp.java.jswat.devel |
|---|---|
| Message-ID | <[email protected]> |
JSwat is basically a client to NetBeans, so whatever it has to offer, you can make use of it. With this particular module, however, it may be necessary for JSwat to call API in that module. I haven't looked at it so I don't know. Please log an RFE so I don't forget this. As for the 3.0 status, it is slowly creeping along. Presently it offers the launch, resume, suspend, and finish actions. Progress has been pretty slow because I work on JSwat about 1 hour a day. With this version I am also attempting perfection, spending copious amounts of time carefully crafting the code to my ideal design. I do plan on making early releases when some of the basic functionality i= s there. For instance, it would need to have local variable display and breakpoint management, but could do without threads, watches, and the cal= l stack. Sure, it would be next to useless, but it's a start. BTW, in case anyone is wondering, I haven't regretted this move at all. I love NetBeans (Platform). It may take some time to get there, but it will be very much worthwhile. n P.S. If this email is formatted poorly, blame it on SquirrelMail. Hari wrote: > Hi Nathan, > > Since the JSwat 3.0 release is going to make use of the netbeans > platform, and since you already mentioned that JSwat will be able to > make use of the many plugins/modules that netbeans has, I wonder if it > can take advantage of the external editor module that netbeans has > (http://externaleditor.netbeans.org/). My favourite editor Vim already > has support for netbeans externaleditor protocol to view files and > execute netbeans commands, so it will be very useful to get this suppor= t > for > JSwat as well. If not, I would like to port the externaleditor module > code to JSwat (to make JSwat a pseudo netbeans server) such that I can > use Vim as a client. I would appreciate your input in this. > > PS: sorry abobout 1 hour a day. With this version I am also attempting perfection, spending copious amounts of time carefully crafting the code to my ideal design. I do plan on making early releases when some of the basic functionality i= s there. For instance, it would need to have local variable display and breakpoint management, but could do without threads, watches, and the cal= l stack. Sure, it would be next to useless, but it's a start. BTW, in case anyone is wondering, I haven't regretted this move at all. I love NetBeans (Platform). It may take some time to get there, but it will be very much worthwhile. n P.S. If this email is formatted poorly, blame it on SquirrelMail. Hari wrote: > Hi Nathan, > > Since the JSwat 3.0 release is going to make use of the netbeans > platform, and since you already mentioned that JSwat will be able to > make use of the many plugins/modules that netbeans has, I wonder if it > can take advantage of the external editor module that netbeans has > (http://externaleditor.netbeans.org/). My favourite editor Vim already > has support for netbeans externaleditor protocol to view files and > execute netbeans commands, so it will be very useful to get this suppor= t > for > JSwat as well. If not, I would like to port the externaleditor module > code to JSwat (to make JSwat a pseudo netbeans server) such that I can > use Vim as a client. I would appreciate your input in this. > > PS: sorry about the duplicate, I thought it is more approriate to ask > this question in the list,. > > I would also like to know about the status of the 3.0 code branch. I > presume the "trunk" branch is meant for this, but when I tried to > build it, I realized that the classes directory itself is missing. > > Thanks, > Hari