Re: Texter & Site
- Posted by Derek Parnell <ddparnell at bigpond.com> Jun 30, 2005
- 615 views
Andy wrote: > > I would like some feedback on Texter, also you can check my forums ... Texter: ** Replace the onXXX[] interface with setHandler() ** Fix the EuType constant. It should read ... constant EuType = {"EuphoriaFiles (*.e *.ex *.ew *.exw)","*.e;*.ex;*.ew;*.exw","TextFiles (*.txt)","*.txt"} ** Set the font of the MleText are to a fixed size font. For example ... setFont(Text, "Courier New", 12, 0) ** If you implement syntax coloring, you will have to stop using an MleExit control. Instead you will need to use a simple Window and use its paint event to draw the colored text in to it. This will also mean you will have to do your own cursor and keyboard handling for the text editing area. Frost Forum: ** Fix the many spelling mistakes. ** What is Frost? You don't explain that anywhere. ** Is it a game engine? If you are expecting to write a 3D game engine, then using an interpreted language will only give you grief - it will never be fast enough for you. -- Derek Parnell Melbourne, Australia irc://irc.sorcery.net:9000/euphoria