Anyone using STC on Linux?

Chris,

Just an FYI concerning a general purpose editor...have a look at:

  http://wipyeditor.sourceforge.net/

I can send email some screen shots if interested, just let me know.
Otherwise, I should have some on the website next week.

Joe

Joseph D. Poirier
DSP Software
IMN, Nokia Inc.
6000 Connection Drive
Irving, TX 75039

Just an FYI concerning a general purpose editor...have a look at:

  http://wipyeditor.sourceforge.net/

Thanks, it looks promising. Make sure to post here when you get
something up.

I can send email some screen shots if interested, just let me know.
Otherwise, I should have some on the website next week.

I'm in no hurry.

One comment though: Please, please, please don't use MDI. I hate it, and
even MS doesn't use it anymore. If you must, make it optional, and don't
use it on non-window platforms, as they emulate it with a wxNotebook. If
a wxNotebook is appropriate, us it everywhere, if not, just put each
document in separate wxFrame.

-Chris

···

joseph.poirier@nokia.com wrote:

--
Christopher Barker, Ph.D.
Oceanographer
                                        
NOAA/OR&R/HAZMAT (206) 526-6959 voice
7600 Sand Point Way NE (206) 526-6329 fax
Seattle, WA 98115 (206) 526-6317 main reception

Chris.Barker@noaa.gov

it's a very good idea ...
but don't forget to implement :
- class browser (see pype/spe)
- code snippets

or i'will add it to wipy :wink:

···

joseph.poirier@nokia.com wrote:

Chris,

Just an FYI concerning a general purpose editor...have a look at:

http://wipyeditor.sourceforge.net/

I can send email some screen shots if interested, just let me know.
Otherwise, I should have some on the website next week.

Joe