Hi Jason, Unfortunately it would be just about as much work to do that as to integrate line numbers with code folding.
The frustrating thing is that it's probably a 5 line change in the code folding stuff to have it allow for wrapped lines. Adding it to the CFEclipse code is as simple as adding this line to the CFMLEditor class: this.viewer.getTextWidget().setWordWrap(true); Obviously we need to add the code for the preferences too, but it's pretty trivial stuff. The tricky part is getting the line number ruler to recoginze that. It may be that we can find a way to use a custom line number ruler and sidestep the code folding issue completely. Spike On Thu, 3 Mar 2005 07:37:27 +1000, Jason Sheedy <[EMAIL PROTECTED]> wrote: > Hi Spike, > thanks for the insight on the line wrap issue. I don't really like to > use code folding, but I guess it's pretty new to me, so it may grow on > me. Is there a way to use line wrapping if code folding is switched > off. If not I guess I'll just have to put up with it for now. > > and on the encoding issue Mark wrote: > >You just need to set the charatcer encoding in Eclipse: > >http://www.compoundtheory.com/?action=displayPost&ID=33 > > Also, I'll see if I can replicate the ctrl-z issue, but may try the > latest nighly build to see if it persists. > > cheers, > > Jason Sheedy > http://www.voice.com.au/ > > p.s. As an aside we just went live with the friendly URL version of > our site. Thanks for your help with that. > > > On Wed, 2 Mar 2005 08:23:14 +1300, [EMAIL PROTECTED] <[EMAIL PROTECTED]> > wrote: > > Yes that solved it - thanks Mark (and everyone else). > > > > Henry. > > > > ----- Original Message ----- > > From: "Mark Mandel" <[EMAIL PROTECTED]> > > To: "CFAussie Mailing List" <[email protected]> > > Sent: Tuesday, March 01, 2005 5:25 PM > > Subject: [cfaussie] Re: cfeclipse question > > > > > Give the 'nightly build' version a go - > > > > > > http://www.spike.org.uk/downloads/cfeclipse1.1.18.8.zip > > > > > > Mark > > > > > > > > > On Tue, 1 Mar 2005 17:08:03 +1300, [EMAIL PROTECTED] <[EMAIL PROTECTED]> > > wrote: > > > > Sorry, > > > > version 1.1.17.2. > > > > Henry. > > > > > > > > ----- Original Message ----- > > > > From: "Mark Mandel" <[EMAIL PROTECTED]> > > > > To: "CFAussie Mailing List" <[email protected]> > > > > Sent: Tuesday, March 01, 2005 4:51 PM > > > > Subject: [cfaussie] Re: cfeclipse question > > > > > > > > > Which version of cfeclipse. > > > > > > > > > > Mark > > > > > > > > > > > > > > > On Tue, 1 Mar 2005 16:42:24 +1300, [EMAIL PROTECTED] > > <[EMAIL PROTECTED]> > > > > wrote: > > > > > > Hi Mark, > > > > > > > > > > > > Under - "Window > Show View > Other... > CFML > I don't have a > > "File > > > > > > Explorer View" option. Only Browser, Dictionary, Methods, Package, > > Snip > > > > Tree > > > > > > Views > > > > > > > > > > > > Version I have as below... > > > > > > > > > > > > Eclipse Platform > > > > > > Version: 3.0.1 > > > > > > Build id: 200409161125 > > > > > > > > > > > > > > > > -- > > > > > E: [EMAIL PROTECTED] > > > > > W: www.compoundtheory.com > > > > > ICQ: 3094740 > > > > > > > > > > --- > > > > > 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/ > > > > > > > > > > > > > > > > > > --- > > > > 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/ > > > > > > > > > > > > > -- > > > E: [EMAIL PROTECTED] > > > W: www.compoundtheory.com > > > ICQ: 3094740 > > > > > > --- > > > 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/ > > > > > > > > > > --- > > 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/ > > > > --- > 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/ > -- -------------------------------------------- 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/
