--------------------------------------------------------------------------------
Smart indentation
syntax coloring, hightlighting
language detection(c, python, fortran)
--------------------------------------------------------------------------------
what should I know for this job?
Please advice me about manual or tool or anything else.
and also I want to use SWIG tool
Should I know the interoperation with SWIG or run SWIG seperately?
···
On 6월30일, 오후4시39분, "Wonjun, Choi" <wonjunchoi...@gmail.com> wrote:
Hello.
I want to develop Editor included below feature:
--------------------------------------------------------------------------------
Smart indentation
syntax coloring, hightlighting
language detection(c, python, fortran)
--------------------------------------------------------------------------------
what should I know for this job?
Please advice me about manual or tool or anything else.
Look at how others are doing it. Look at SPE, editra (comes with wxPython now), Ulipad or several other editors created with wxPython. You can get ideas just from PyShell and other bits and pieces from the wxPython demo.
I want to develop Editor included below feature:
--------------------------------------------------------------------------------
Smart indentation
syntax coloring, hightlighting
language detection(c, python, fortran)
--------------------------------------------------------------------------------
what should I know for this job?
Please advice me about manual or tool or anything else.
I hate to sound like a wet blanket, but there are quite literally
hundreds of very good, very mature, very well-tested, and reasonably
priced ("free") products available today that do exactly this. Editing
is a solved problem. It is not clear there is anything more to be
done. Why target this project, instead of going down some more
interesting path that isn't quite so well traveled?
···
--
Tim Roberts, timr@probo.com
Providenza & Boekelheide, Inc.
You might also want to ask questions on the pyXIDE list -- a list on which to share ideas about developing editors/IDEs in python:
pyxides@googlegroups.com
and although there are some Editor using wxPython, my project is to develop IDE.
I'm just student so I cannot change the project.
so this is a learning exercise?
Anyway, virtually all wxPython editors use Scintilla/styled text control (wxSTC)
-Chris
···
--
Christopher Barker, Ph.D.
Oceanographer
Emergency Response Division
NOAA/NOS/OR&R (206) 526-6959 voice
7600 Sand Point Way NE (206) 526-6329 fax
Seattle, WA 98115 (206) 526-6317 main reception
Yes, as are most of the controls in wxPython. It is the Styled Text
Control, and it is fully available in wxPython. There are at least
three applications in the wxPython demo application that use it,
including the window that shows you the source code for the test you are
running.
if then, should I write C++ language?
Why? No one has suggested that. If you insist on going down this path,
wxPython
and thank you to let me know peppy. can I see the source code?
PS: my purpose is learning excesize
If so, then you need to pay closer attention. He GAVE you the link to
the Peppy web site.
···
--
Tim Roberts, timr@probo.com
Providenza & Boekelheide, Inc.
Emergency Response Division
NOAA/NOS/OR&R (206) 526-6959 voice
7600 Sand Point Way NE (206) 526-6329 fax
Seattle, WA 98115 (206) 526-6317 main reception