[
Date Prev][
Date Next][
Thread Prev][
Thread Next][
Date Index][
Thread Index]
[
List Home]
Re: [photran-dev] Photran for Netbeans IDE?
|
I would tend to think your first problem is licensing. Is the Netbeans license compatible with the Eclipse Public License? If not, you are pretty much stuck before you start.
The Photran editor and build system are very tied to Eclipse, so I suspect you would have a very hard time getting everything to work in Netbeans given that the two are entirely different on an internal level.
===========================
Chris Recoskie
Team Lead, IBM CDT and RDT
IBM Toronto
Ralph Johnson ---03/14/2011 07:20:04 AM---I don't know much about Netbeans but I can tell you about Photran, In theory, most of Photran is fai
![]()
From: | ![]()
Ralph Johnson <johnson@xxxxxxxxxxx> |
![]()
To: | ![]()
Photran Developer Information <photran-dev@xxxxxxxxxxx> |
![]()
Date: | ![]()
03/14/2011 07:20 AM |
![]()
Subject: | ![]()
Re: [photran-dev] Photran for Netbeans IDE? |
![]()
Sent by: | ![]()
photran-dev-bounces@xxxxxxxxxxx |
I don't know much about Netbeans but I can tell you about Photran,
In theory, most of Photran is fairly independent from Eclipse, but
there will be lots of accidental connections. Jeff generates the
parser and all the AST classes using a tool that he developed. If
either of them turn out to have some Eclipse connections, you can fix
the tool and regenerate. Jeff would be interested in seeing this
happen.
The refactorings are all written by hand. They fit into the Eclipse
refactoring framework, but mostly they depend on the Photran ASTs, so
it shouldn't be too hard to make them work in Netbeans.
Then there are things like the interface to compilers (error parsers),
to debuggers, and tool tips. These are all intimately connected to
Eclipse, and you will either have to do without or write them
yourself. It sounds to me like a lot of work, but I really don't
know.
Photran uses a lot of the GUI of CDT. Does Netbeans have something like CDT?
-Ralph Johnson
On Mon, Mar 14, 2011 at 2:04 AM, Minjae Kim <minjae.d.kim@xxxxxxxxx> wrote:
> Hello,
> Without starting an IDE war :), I feel that Photran is a great project that
> Netbeans community can benefit from as well. I am happy to do the porting
> work of making Photran work for Netbeans although it would be great if other
> people are interested as well (both from Netbeans and Photran sides).
> I am not too familiar with internal working of photran, unfortunately, so I
> was wondering if I could ask the community if there is any obvious
> technological difficulties with doing the proposed work.
> Thanks,
> Minjae
>
> _______________________________________________
> photran-dev mailing list
> photran-dev@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/photran-dev
>
>
_______________________________________________
photran-dev mailing list
photran-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/photran-dev

