Re: [Pydev-code] Can C, python, fortran, java languages be highlighted in one document of Eclipse?
Brought to you by:
fabioz
From: Fabio Z. <fa...@es...> - 2012-06-04 12:33:12
|
On Sun, Jun 3, 2012 at 11:43 PM, 최원준 <won...@gm...> wrote: > hello > I want to develop some kind of IDE in Eclipse. > I think Pydev is more similar than other. > > I want to highlight python, fortran, c, c++, java languages in Eclipse. > in ordet to do this which part I should look into? > > I want to display this in one document. > > ------------------------------------------------------- > C | > | > ------------------------------------------------------- > C++ | > | > ------------------------------------------------------- > Fortran | > | > ------------------------------------------------------- > Python | > | > ------------------------------------------------------- > Java | > | > ------------------------------------------------------- > > Wonjun, Choi > Take a look at: http://wiki.eclipse.org/FAQ_How_do_I_provide_syntax_coloring_in_an_editor%3F (you can search for the related classes mentioned in the PyDev source code) Cheers, Fabio |