On Tue, 1 Mar 2005 18:08:49 +1000, Jason Sheedy <[EMAIL PROTECTED]> wrote: > While we're on cfEclipse I have a couple of questions. I posted them > in the homesite thread a couple of days ago, but no one could hear my > screams ..
I must have missed that one. > > 1. Is it possible to use word wrap? Yes, but only if you're happy to trade that for line numbers and/or folding. The problem comes from the fact that the java classes in Eclipse that make code folding possible aren't supposed to be sub-classed. Naturally, the code folding code needs to be have a good handle on where the line numbers are at so that it can mark them correctly for folded portions. Unforutnately turning on line wrapping would require that the core folding code would need to be modified. Hence the problem. On balance, more people have asked for code folding and line numbers than for line wrapping, so that's where we're at right now. > > 2. The use of non-latin characters seems a bit buggy. If I save a file > it seems to mess up the encoding. I think this is an Eclipse issue rather than a cfeclipse one. I haven't had to do any work with files containing non-latin characters though, so I'm not in much of a position to comment. I'm sure someone else on this list is though. > > 3. undo (ctrl-z) seems to put the undo text in the wrong spot > Do you have a reproducible example of this? If so it sounds like a pretty bad bug that should be fixed. Spike -- -------------------------------------------- Stephen Milligan Code poet for hire http://www.spike.org.uk Do you cfeclipse? http://cfeclipse.tigris.org --- You are currently subscribed to cfaussie as: [email protected] To unsubscribe send a blank email to [EMAIL PROTECTED] Aussie Macromedia Developers: http://lists.daemon.com.au/
