Re: Quick CFEclipse question

2007-01-25 Thread Jacob Munson
> I cant get it to work in Dreamweaver.  Everytime I try to type a carriage 
> return in it executes the search.

Shift+Enter

~|
Upgrade to Adobe ColdFusion MX7 
Experience Flex 2 & MX7 integration & create powerful cross-platform RIAs 
http:http://ad.doubleclick.net/clk;56760587;14748456;a?http://www.adobe.com/products/coldfusion/flex2/?sdid=LVNU

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:267668
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


RE: Quick CFEclipse question

2007-01-25 Thread Chad Gray
I cant get it to work in Dreamweaver.  Everytime I try to type a carriage 
return in it executes the search.

How do you do it in dreamweaver?


-Original Message-
From: Dave Watts [mailto:[EMAIL PROTECTED] 
Sent: Thursday, January 25, 2007 12:58 PM
To: CF-Talk
Subject: RE: Quick CFEclipse question

> Homesite can search for carriage returns and replace them 
> with commas... I love that!

You know, you can do that from within Dreamweaver too, right?

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/

Fig Leaf Software provides the highest caliber vendor-authorized
instruction at our training centers in Washington DC, Atlanta,
Chicago, Baltimore, Northern Virginia, or on-site at your location.
Visit http://training.figleaf.com/ for more information!




~|
Upgrade to Adobe ColdFusion MX7 
Experience Flex 2 & MX7 integration & create powerful cross-platform RIAs 
http:http://ad.doubleclick.net/clk;56760587;14748456;a?http://www.adobe.com/products/coldfusion/flex2/?sdid=LVNU

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:267667
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Quick CFEclipse question

2007-01-25 Thread Christopher Jordan
Try NoteTab Light. It's got an easy way to do this sort of replace 
without regex (which it also offers). ^T = tab, ^P = crlf... there are 
others, but those are the two that I usually use. You also have the 
option of searching and replacing in every document you have opened. 
It's really cool, and it's really free. :o)

It may sound a bit hokey to have a separate editor just for this sort of 
search and replace, but I use it all the time and it works great.

Hope that helps,
Chris

Jacob Munson wrote:
> Actually, scope is not the problem.  I need to be able to
> search/replace text that includes line feeds, tabs, and whatever
> strange ascii crap I throw at it.  Eclipse can do this, but only with
> regex.
>
> On 1/25/07, Teddy Payne <[EMAIL PROTECTED]> wrote:
>   
>> I think this can be solved if the "Scope" of the searches were to include a
>> new scope called "Selection."
>>
>> This would enable a user to highlight a block of code and then perform a
>> search and replace on a pattern using the existing single line search, but
>> in a very concentrated area so that you would not need to implement
>> multi-line searches.
>>
>> If you perform global search and replace, Regex is safer especially when
>> dealing with multi-developer projects.
>>
>> Teddy
>>
>> On 1/25/07, Jacob Munson <[EMAIL PROTECTED]> wrote:
>> 
>>> Yes, it's the single line search field.  I know you can use regex, but
>>> who wants to mess with that when you can just copy and paste something
>>> like this:
>>>
>>>
>>> and replace it with this:
>>>
>>>
>>>
>>> On 1/25/07, Mark Drew <[EMAIL PROTECTED]> wrote:
>>>   
 Hi there

 I just wanted to ask (without trawling through the whole archive) to
 those people that use and those that have been put off using
 CFEclipse because of the search dialog.

 Was it the fact that by default it only has a single line search
 field that puts you off?

 (dont say just implement it like homesite, since I do not and will
 not install it)

 Thanks in advance for your  constructive responses

 MD



 
>>>   
>> 
>
> 

~|
Upgrade to Adobe ColdFusion MX7 
Experience Flex 2 & MX7 integration & create powerful cross-platform RIAs 
http:http://ad.doubleclick.net/clk;56760587;14748456;a?http://www.adobe.com/products/coldfusion/flex2/?sdid=LVNU

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:267661
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


RE: Quick CFEclipse question

2007-01-25 Thread Dave Watts
> Homesite can search for carriage returns and replace them 
> with commas... I love that!

You know, you can do that from within Dreamweaver too, right?

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/

Fig Leaf Software provides the highest caliber vendor-authorized
instruction at our training centers in Washington DC, Atlanta,
Chicago, Baltimore, Northern Virginia, or on-site at your location.
Visit http://training.figleaf.com/ for more information!


~|
Upgrade to Adobe ColdFusion MX7 
Experience Flex 2 & MX7 integration & create powerful cross-platform RIAs 
http:http://ad.doubleclick.net/clk;56760587;14748456;a?http://www.adobe.com/products/coldfusion/flex2/?sdid=LVNU

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:267653
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Quick CFEclipse question

2007-01-25 Thread Jacob Munson
I was poking around to find multi-line search stuff in Eclipse, and
found this enhancement request:
https://bugs.eclipse.org/bugs/show_bug.cgi?format=multiple&id=154119
It looks like they're discussing making this feature in Eclipse 3.3.
I'll just wait for that.  :)

On 1/25/07, Mark Drew <[EMAIL PROTECTED]> wrote:
> Hi there
>
> I just wanted to ask (without trawling through the whole archive) to
> those people that use and those that have been put off using
> CFEclipse because of the search dialog.
>
> Was it the fact that by default it only has a single line search
> field that puts you off?
>
> (dont say just implement it like homesite, since I do not and will
> not install it)
>
> Thanks in advance for your  constructive responses
>
> MD
>
>
> 

~|
Upgrade to Adobe ColdFusion MX7 
Experience Flex 2 & MX7 integration & create powerful cross-platform RIAs 
http:http://ad.doubleclick.net/clk;56760587;14748456;a?http://www.adobe.com/products/coldfusion/flex2/?sdid=LVNU

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:267638
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Quick CFEclipse question

2007-01-25 Thread Teddy Payne
Chris,
Ctrl-F is good for single page selection searches.  The search that I was
referring to was Ctrl-H.

I was trying to convery that an additional scope to either Ctrl-F or Ctrl-H
that could accomodate people.

ASCII insert on searches would be interesting.

Teddy

On 1/25/07, Andy Matthews <[EMAIL PROTECTED]> wrote:
>
> Having a multi line search field would be nice. Even if you made it single
> line by default, but allowed the user the ability to swap to multi line.
>
> -Original Message-
> From: Mark Drew [mailto:[EMAIL PROTECTED]
> Sent: Thursday, January 25, 2007 9:14 AM
> To: CF-Talk
> Subject: Quick CFEclipse question
>
> Hi there
>
> I just wanted to ask (without trawling through the whole archive) to those
> people that use and those that have been put off using CFEclipse because
> of
> the search dialog.
>
> Was it the fact that by default it only has a single line search field
> that
> puts you off?
>
> (dont say just implement it like homesite, since I do not and will not
> install it)
>
> Thanks in advance for your  constructive responses
>
> MD
>
>
>
>
> 

~|
Upgrade to Adobe ColdFusion MX7 
Experience Flex 2 & MX7 integration & create powerful cross-platform RIAs 
http:http://ad.doubleclick.net/clk;56760587;14748456;a?http://www.adobe.com/products/coldfusion/flex2/?sdid=LVNU

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:267625
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: Quick CFEclipse question

2007-01-25 Thread Mark Drew
I was just thinking that when I get some time, I might look into this...

Actually, you can ALL look into this too!

http://wiki.eclipse.org/index.php/ 
FAQ_How_do_I_implement_a_search_operation%3F

MD


On 25 Jan 2007, at 15:37, Jacob Munson wrote:

> Actually, scope is not the problem.  I need to be able to
> search/replace text that includes line feeds, tabs, and whatever
> strange ascii crap I throw at it.  Eclipse can do this, but only with
> regex.
>
> On 1/25/07, Teddy Payne <[EMAIL PROTECTED]> wrote:
>> I think this can be solved if the "Scope" of the searches were to  
>> include a
>> new scope called "Selection."
>>
>> This would enable a user to highlight a block of code and then  
>> perform a
>> search and replace on a pattern using the existing single line  
>> search, but
>> in a very concentrated area so that you would not need to implement
>> multi-line searches.
>>
>> If you perform global search and replace, Regex is safer  
>> especially when
>> dealing with multi-developer projects.
>>
>> Teddy
>>
>> On 1/25/07, Jacob Munson <[EMAIL PROTECTED]> wrote:
>>>
>>> Yes, it's the single line search field.  I know you can use  
>>> regex, but
>>> who wants to mess with that when you can just copy and paste  
>>> something
>>> like this:
>>>
>>>
>>> and replace it with this:
>>>
>>>
>>>
>>> On 1/25/07, Mark Drew <[EMAIL PROTECTED]> wrote:
 Hi there

 I just wanted to ask (without trawling through the whole  
 archive) to
 those people that use and those that have been put off using
 CFEclipse because of the search dialog.

 Was it the fact that by default it only has a single line search
 field that puts you off?

 (dont say just implement it like homesite, since I do not and will
 not install it)

 Thanks in advance for your  constructive responses

 MD



>>>
>>>
>>
>>
>
> 

~|
Upgrade to Adobe ColdFusion MX7 
Experience Flex 2 & MX7 integration & create powerful cross-platform RIAs 
http:http://ad.doubleclick.net/clk;56760587;14748456;a?http://www.adobe.com/products/coldfusion/flex2/?sdid=LVNU

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:267624
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


RE: Quick CFEclipse question

2007-01-25 Thread Andy Matthews
Having a multi line search field would be nice. Even if you made it single
line by default, but allowed the user the ability to swap to multi line. 

-Original Message-
From: Mark Drew [mailto:[EMAIL PROTECTED] 
Sent: Thursday, January 25, 2007 9:14 AM
To: CF-Talk
Subject: Quick CFEclipse question

Hi there

I just wanted to ask (without trawling through the whole archive) to those
people that use and those that have been put off using CFEclipse because of
the search dialog.

Was it the fact that by default it only has a single line search field that
puts you off?

(dont say just implement it like homesite, since I do not and will not
install it)

Thanks in advance for your  constructive responses

MD




~|
Upgrade to Adobe ColdFusion MX7 
Experience Flex 2 & MX7 integration & create powerful cross-platform RIAs 
http:http://ad.doubleclick.net/clk;56760587;14748456;a?http://www.adobe.com/products/coldfusion/flex2/?sdid=LVNU

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:267623
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


RE: Quick CFEclipse question

2007-01-25 Thread Gaulin, Mark
Hi Mark
Yeah, the ability to search for a block of text would be really nice.
Actually, I'm not too thrilled at all with the default Eclipse
multi-file replace either... Everything about it (esp when working with
files that are in source control; I use VSSPlugin) is weirdly
unsettling.

I know you did ask for this, but what I would really love in CF Eclipse
is something like the Java "Open Type" feature. The idea is that you
often know the name of the file you want to open but navigating to it
takes a couple of seconds; the Open Type dialog is great because it
shows recently searched for files (java classes, actually) and with a
couple of keystrokes you can get to that file you had open ten minutes
ago.  Right when the dialog open is shows the most recent files (again,
classes) that you opened via the Open Type dialog.  It is really handy
when working with a project with a big directory structure.

Anyway, sorry for the out-of-scope feature request, but I couldn't help
myself.

Thanks
Mark

-Original Message-
From: Mark Drew [mailto:[EMAIL PROTECTED] 
Sent: Thursday, January 25, 2007 10:14 AM
To: CF-Talk
Subject: Quick CFEclipse question

Hi there

I just wanted to ask (without trawling through the whole archive) to
those people that use and those that have been put off using CFEclipse
because of the search dialog.

Was it the fact that by default it only has a single line search field
that puts you off?

(dont say just implement it like homesite, since I do not and will not
install it)

Thanks in advance for your  constructive responses

MD




~|
Upgrade to Adobe ColdFusion MX7 
Experience Flex 2 & MX7 integration & create powerful cross-platform RIAs 
http:http://ad.doubleclick.net/clk;56760587;14748456;a?http://www.adobe.com/products/coldfusion/flex2/?sdid=LVNU

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:267622
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: Quick CFEclipse question

2007-01-25 Thread Christopher Jordan
To quote some guy on one of the lists I frequent:

"What in the ham sandwich are you talkin' about?"

I use CFEclipse and when I get ctrl-f I get a multiple line 
"find/replace with" dialog with selections for scope, direction, and a 
slew of other options.

Attached is a screen shot of what I'm talking about. Are you talking 
about something different?



Chris



Teddy Payne wrote:
> I think this can be solved if the "Scope" of the searches were to include a
> new scope called "Selection."
>
> This would enable a user to highlight a block of code and then perform a
> search and replace on a pattern using the existing single line search, but
> in a very concentrated area so that you would not need to implement
> multi-line searches.
>
> If you perform global search and replace, Regex is safer especially when
> dealing with multi-developer projects.
>
> Teddy
>
> On 1/25/07, Jacob Munson <[EMAIL PROTECTED]> wrote:
>   
>> Yes, it's the single line search field.  I know you can use regex, but
>> who wants to mess with that when you can just copy and paste something
>> like this:
>>
>>
>> and replace it with this:
>>
>>
>>
>> On 1/25/07, Mark Drew <[EMAIL PROTECTED]> wrote:
>> 
>>> Hi there
>>>
>>> I just wanted to ask (without trawling through the whole archive) to
>>> those people that use and those that have been put off using
>>> CFEclipse because of the search dialog.
>>>
>>> Was it the fact that by default it only has a single line search
>>> field that puts you off?
>>>
>>> (dont say just implement it like homesite, since I do not and will
>>> not install it)
>>>
>>> Thanks in advance for your  constructive responses
>>>
>>> MD
>>>
>>>
>>>
>>>   
>> 
>
> 

~|
Upgrade to Adobe ColdFusion MX7 
Experience Flex 2 & MX7 integration & create powerful cross-platform RIAs 
http:http://ad.doubleclick.net/clk;56760587;14748456;a?http://www.adobe.com/products/coldfusion/flex2/?sdid=LVNU

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:267621
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: Quick CFEclipse question

2007-01-25 Thread Jacob Munson
Actually, scope is not the problem.  I need to be able to
search/replace text that includes line feeds, tabs, and whatever
strange ascii crap I throw at it.  Eclipse can do this, but only with
regex.

On 1/25/07, Teddy Payne <[EMAIL PROTECTED]> wrote:
> I think this can be solved if the "Scope" of the searches were to include a
> new scope called "Selection."
>
> This would enable a user to highlight a block of code and then perform a
> search and replace on a pattern using the existing single line search, but
> in a very concentrated area so that you would not need to implement
> multi-line searches.
>
> If you perform global search and replace, Regex is safer especially when
> dealing with multi-developer projects.
>
> Teddy
>
> On 1/25/07, Jacob Munson <[EMAIL PROTECTED]> wrote:
> >
> > Yes, it's the single line search field.  I know you can use regex, but
> > who wants to mess with that when you can just copy and paste something
> > like this:
> >
> >
> > and replace it with this:
> >
> >
> >
> > On 1/25/07, Mark Drew <[EMAIL PROTECTED]> wrote:
> > > Hi there
> > >
> > > I just wanted to ask (without trawling through the whole archive) to
> > > those people that use and those that have been put off using
> > > CFEclipse because of the search dialog.
> > >
> > > Was it the fact that by default it only has a single line search
> > > field that puts you off?
> > >
> > > (dont say just implement it like homesite, since I do not and will
> > > not install it)
> > >
> > > Thanks in advance for your  constructive responses
> > >
> > > MD
> > >
> > >
> > >
> >
> >
>
> 

~|
Upgrade to Adobe ColdFusion MX7 
Experience Flex 2 & MX7 integration & create powerful cross-platform RIAs 
http:http://ad.doubleclick.net/clk;56760587;14748456;a?http://www.adobe.com/products/coldfusion/flex2/?sdid=LVNU

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:267619
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


RE: Quick CFEclipse question

2007-01-25 Thread Chad Gray
I just got done installing Homesite on my new computer along side of CFEclipse 
and Dreamweaver because I missed Homesites searching and replacing so much.

Homesite can search for carriage returns and replace them with commas... I love 
that!

I can quickly take comma delimited data and replace the comma with a carriage 
return... I can search for tab and replace it with a comma etc...

Homesite's searching and replacing just rocks!

In the past I have created my forms. Then submit to an empty action page.  I 
grab from the debugging all of the form vars that were submitted:

FIELDNAMES=TYPE,CATALOGID,ELEMENTID,SKU,ELEMENTDESCRIPTION,PAGE,ELEMENTTYPE,TYPEOFSHOT,SIMPLEORADVANCED,PROPS,OUTLINETYPE,JID,NOTES,CAREYNOTES

Now I use home site to find the comma and replace with this:
, represents a carriage 
return):
" default="">



Now my results are this:
TYPE" default="">












http://ad.doubleclick.net/clk;56760587;14748456;a?http://www.adobe.com/products/coldfusion/flex2/?sdid=LVNU

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:267618
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: Quick CFEclipse question

2007-01-25 Thread Teddy Payne
I think this can be solved if the "Scope" of the searches were to include a
new scope called "Selection."

This would enable a user to highlight a block of code and then perform a
search and replace on a pattern using the existing single line search, but
in a very concentrated area so that you would not need to implement
multi-line searches.

If you perform global search and replace, Regex is safer especially when
dealing with multi-developer projects.

Teddy

On 1/25/07, Jacob Munson <[EMAIL PROTECTED]> wrote:
>
> Yes, it's the single line search field.  I know you can use regex, but
> who wants to mess with that when you can just copy and paste something
> like this:
>
>
> and replace it with this:
>
>
>
> On 1/25/07, Mark Drew <[EMAIL PROTECTED]> wrote:
> > Hi there
> >
> > I just wanted to ask (without trawling through the whole archive) to
> > those people that use and those that have been put off using
> > CFEclipse because of the search dialog.
> >
> > Was it the fact that by default it only has a single line search
> > field that puts you off?
> >
> > (dont say just implement it like homesite, since I do not and will
> > not install it)
> >
> > Thanks in advance for your  constructive responses
> >
> > MD
> >
> >
> >
>
> 

~|
Upgrade to Adobe ColdFusion MX7 
Experience Flex 2 & MX7 integration & create powerful cross-platform RIAs 
http:http://ad.doubleclick.net/clk;56760587;14748456;a?http://www.adobe.com/products/coldfusion/flex2/?sdid=LVNU

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:267616
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Quick CFEclipse question

2007-01-25 Thread Jacob Munson
Yes, it's the single line search field.  I know you can use regex, but
who wants to mess with that when you can just copy and paste something
like this:


and replace it with this:



On 1/25/07, Mark Drew <[EMAIL PROTECTED]> wrote:
> Hi there
>
> I just wanted to ask (without trawling through the whole archive) to
> those people that use and those that have been put off using
> CFEclipse because of the search dialog.
>
> Was it the fact that by default it only has a single line search
> field that puts you off?
>
> (dont say just implement it like homesite, since I do not and will
> not install it)
>
> Thanks in advance for your  constructive responses
>
> MD
>
>
> 

~|
Upgrade to Adobe ColdFusion MX7 
Experience Flex 2 & MX7 integration & create powerful cross-platform RIAs 
http:http://ad.doubleclick.net/clk;56760587;14748456;a?http://www.adobe.com/products/coldfusion/flex2/?sdid=LVNU

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:267615
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Quick CFEclipse question

2007-01-25 Thread Mark Drew
Hi there

I just wanted to ask (without trawling through the whole archive) to  
those people that use and those that have been put off using  
CFEclipse because of the search dialog.

Was it the fact that by default it only has a single line search  
field that puts you off?

(dont say just implement it like homesite, since I do not and will  
not install it)

Thanks in advance for your  constructive responses

MD


~|
Upgrade to Adobe ColdFusion MX7 
Experience Flex 2 & MX7 integration & create powerful cross-platform RIAs 
http:http://ad.doubleclick.net/clk;56760587;14748456;a?http://www.adobe.com/products/coldfusion/flex2/?sdid=LVNU

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:267613
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


RE: SVN/CFEclipse question

2006-01-11 Thread Dan G. Switzer, II
Bonnie,

>I'm new to using CFEclipse.  We're using Rational ClearCase as our source
>control and Dreamweaver as our. IDE.  We would like to switch to
>CFEclipse except for one handy feature in Dreamweaver that would be hard to
>live without.  Could someone make a recommendation on how to use CFEclipse
>or a plugin that would do this?  Our workspace is our ClearCase localspace.
>When we edit and save in Dreamweaver it also saves on our remote
>Development server.  We make changes on our local space and browse the
>development server.  I've seen tons of information on CVS integration and
>now read this bit on Subversion, but we must stick with ClearCase.  Any and
>all suggestions would be welcome as we really want to use a better
>programmer's tool.

I'm not familiar with ClearCase (I use Subversion), so this may or may not
be helpful.

I have however needed to synchronize my local development code with my
development server. What I find was a plug-in for Eclipse called FileSync:

http://andrei.gmxhome.de/filesync/

Using this plug-in, when you make a change to a file within an Eclipse
project, the changes will be mirrored to the folders you specify.

I do not believe this does a true sync, but more of a mirror. This means if
you have 2 people working on the same template and the code is out of sync,
you'd be overriding each other's work on each save. However, this works fine
for my needs--since I'm currently a one man shop.

-Dan



~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:229162
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


RE: SVN/CFEclipse question

2006-01-11 Thread RADEMAKERS Tanguy
I'm using that plugin with Eclipse 3.1.1 and CFEclipse 1.2 - works
great: much better than the one from Rational software.

/t

>Subject: SVN/CFEclipse question
>From: Angus Johnson <[EMAIL PROTECTED]>
>Date: Wed, 11 Jan 2006 10:11:11 +1000
>Thread: 
>http://www.houseoffusion.com/cf_lists/index.cfm/method=messages
>&threadid=44075&forumid=4#229117
>
>All you need to do is create a new CFEclipse project, name it 
>and change the
>default workspace directory to your localspace/directory. I'm 
>assuming any
>saved change in CFEclipse would be picked up by whatever logic 
>ClearCase
>uses to update.
>
>There is a plugin for ClearCase here.
>https://sourceforge.net/projects/eclipse-ccase. I haven't used 
>it so not
>sure if it current with the latest Eclipse version

~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:229140
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


Re: SVN/CFEclipse question

2006-01-10 Thread Angus Johnson
All you need to do is create a new CFEclipse project, name it and change the
default workspace directory to your localspace/directory. I'm assuming any
saved change in CFEclipse would be picked up by whatever logic ClearCase
uses to update.

There is a plugin for ClearCase here.
https://sourceforge.net/projects/eclipse-ccase. I haven't used it so not
sure if it current with the latest Eclipse version

On 11/01/06, bbetts @ bettsit. com bbetts @ bettsit. com <[EMAIL PROTECTED]>
wrote:
>
> I'm new to using CFEclipse.  We're using Rational ClearCase as our source
> control and Dreamweaver as our. IDE.  We would like to switch to
> CFEclipse except for one handy feature in Dreamweaver that would be hard to
> live without.  Could someone make a recommendation on how to use CFEclipse
> or a plugin that would do this?  Our workspace is our ClearCase
> localspace.  When we edit and save in Dreamweaver it also saves on our
> remote Development server.  We make changes on our local space and browse
> the development server.  I've seen tons of information on CVS integration
> and now read this bit on Subversion, but we must stick with ClearCase.  Any
> and all suggestions would be welcome as we really want to use a better
> programmer's tool.
>
> Thanks in advance!
>
> Bonnie
>
> 

~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:229117
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


Re: SVN/CFEclipse question

2006-01-10 Thread bbetts
I'm new to using CFEclipse.  We're using Rational ClearCase as our source 
control and Dreamweaver as our. IDE.  We would like to switch to CFEclipse 
except for one handy feature in Dreamweaver that would be hard to live without. 
 Could someone make a recommendation on how to use CFEclipse or a plugin that 
would do this?  Our workspace is our ClearCase localspace.  When we edit and 
save in Dreamweaver it also saves on our remote Development server.  We make 
changes on our local space and browse the development server.  I've seen tons 
of information on CVS integration and now read this bit on Subversion, but we 
must stick with ClearCase.  Any and all suggestions would be welcome as we 
really want to use a better programmer's tool.

Thanks in advance!

Bonnie

~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:229114
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


RE: SVN/CFEclipse question

2005-12-30 Thread Paul
Hey, perfect!  I have TortoiseSVN as well and was able to use relocate to
commit my latest revisions, then just deleted the CFEclipse project and
created a new one pointing to the proper SVN repository URL.

Thanks!

-Original Message-
From: Russ [mailto:[EMAIL PROTECTED] 
Sent: Friday, December 30, 2005 11:50 AM
To: CF-Talk
Subject: RE: SVN/CFEclipse question

I haven't used Subclipse, but in TortoiseSVN you would do the relocate
command.  I'm guessing subclipse should have something similar. 

-Original Message-
From: Paul [mailto:[EMAIL PROTECTED] 
Sent: Friday, December 30, 2005 12:09 PM
To: CF-Talk
Subject: SVN/CFEclipse question

I use the Subclipse plugin with CFEclipse to work with my code repository.
Without warning me, my IT manager reassigned the IP address of the SVN
server while I had several files checked out.  I was stupid enough to
configure my repository address by IP rather than machine name, so now I
need to know how I can modify the SVN repository URL within my CFEclipse
project file.  I've checked the project properties and can't find any easy
way.

 

Is there a way, or do I have to create a new project from scratch?  If so,
how should I best manage the files I have checked out so I don't lose my
changes?

 

Thanks,,

 

Paul







~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:228023
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


RE: SVN/CFEclipse question

2005-12-30 Thread Russ
I haven't used Subclipse, but in TortoiseSVN you would do the relocate
command.  I'm guessing subclipse should have something similar. 

-Original Message-
From: Paul [mailto:[EMAIL PROTECTED] 
Sent: Friday, December 30, 2005 12:09 PM
To: CF-Talk
Subject: SVN/CFEclipse question

I use the Subclipse plugin with CFEclipse to work with my code repository.
Without warning me, my IT manager reassigned the IP address of the SVN
server while I had several files checked out.  I was stupid enough to
configure my repository address by IP rather than machine name, so now I
need to know how I can modify the SVN repository URL within my CFEclipse
project file.  I've checked the project properties and can't find any easy
way.

 

Is there a way, or do I have to create a new project from scratch?  If so,
how should I best manage the files I have checked out so I don't lose my
changes?

 

Thanks,,

 

Paul





~|
Find out how CFTicket can increase your company's customer support 
efficiency by 100%
http://www.houseoffusion.com/banners/view.cfm?bannerid=49

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:228009
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


Re: SVN/CFEclipse question

2005-12-30 Thread Nathan Strutz
3 guesses...

1). Did you try to change the server address from the Subclipse
servers view? That's probably your best bet. Change it and restart
(just in case), and see if you can check in/out.

2). find the config file that has the ip address of your old SVN
server. These things are usually XML files, but I don't have subclipse
installed here, so I can't help you with it. I would search your
eclipse folder as well as your workspace (you'll probably find it in
the latter).

3). Add the new server, check out the files from your new repository,
copy and paste your old files (the modified ones) over your new ones.
Check in.

One of those is bound to work :)

-nathan strutz
http://www.dopefly.com/


On 12/30/05, Paul <[EMAIL PROTECTED]> wrote:
> I use the Subclipse plugin with CFEclipse to work with my code repository.
> Without warning me, my IT manager reassigned the IP address of the SVN
> server while I had several files checked out.  I was stupid enough to
> configure my repository address by IP rather than machine name, so now I
> need to know how I can modify the SVN repository URL within my CFEclipse
> project file.  I've checked the project properties and can't find any easy
> way.
>
>
>
> Is there a way, or do I have to create a new project from scratch?  If so,
> how should I best manage the files I have checked out so I don't lose my
> changes?
>
>
>
> Thanks,,
>
>
>
> Paul
>
>
>
> 

~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:228002
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


SVN/CFEclipse question

2005-12-30 Thread Paul
I use the Subclipse plugin with CFEclipse to work with my code repository.
Without warning me, my IT manager reassigned the IP address of the SVN
server while I had several files checked out.  I was stupid enough to
configure my repository address by IP rather than machine name, so now I
need to know how I can modify the SVN repository URL within my CFEclipse
project file.  I've checked the project properties and can't find any easy
way.

 

Is there a way, or do I have to create a new project from scratch?  If so,
how should I best manage the files I have checked out so I don't lose my
changes?

 

Thanks,,

 

Paul



~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:227990
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


Re: CFeclipse question

2005-10-21 Thread Victor Moore
Perfect, works like a charm and exactly what I needed.
 Yes, indeed. Eclipse/CFeclipse are very nice.
 Congrats to all that were involved. Great work
 Victor

 On 10/21/05, Spike <[EMAIL PROTECTED]> wrote:
>
> Forgot to say, you can also drag the tab down if you prefer the files to
> be
> above one another.
>
> In fact, you can have as many editors open as you have room for on your
> screen. You're not just limited to 2.
>
> Spike
>
> On 10/21/05, Spike <[EMAIL PROTECTED]> wrote:
> >
> > Actually... That's not quite correct.
> >
> > You can very easily have 2 files side by side.
> >
> > Just open them up and click and drag the one of the file tabs to the
> right
> > until it shows a split window outline.
> >
> > You can also right-click on a tab and choose "New Editor" which will
> allow
> > you to have the same file twice.
> >
> > The problem comes when you have two editors open on the same file. The
> > code doesn't currently keep both editors up to date. As long as you know
> > that, it's quite handy sometimes.
> >
> > Spike
> >


~|
Find out how CFTicket can increase your company's customer support 
efficiency by 100%
http://www.houseoffusion.com/banners/view.cfm?bannerid=49

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:221890
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


RE: CFeclipse question

2005-10-21 Thread Bobby Hartsfield
I second AND third that
 
..:.:.:.:.:.:.:.:.:.:.:.:.:.:.
Bobby Hartsfield
http://acoderslife.com


-Original Message-
From: Michael T. Tangorre [mailto:[EMAIL PROTECTED] 
Sent: Friday, October 21, 2005 6:45 PM
To: CF-Talk
Subject: RE: CFeclipse question

> From: Victor Moore [mailto:[EMAIL PROTECTED] 
> Bummer. Oh well,
>  Thank you and have a good week end

But don't let those missing features deter you, CFEclipse is pretty awesome!







~|
Discover CFTicket - The leading ColdFusion Help Desk and Trouble 
Ticket application

http://www.houseoffusion.com/banners/view.cfm?bannerid=48

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:221888
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


RE: CFeclipse question

2005-10-21 Thread Michael T. Tangorre
> From: Victor Moore [mailto:[EMAIL PROTECTED] 
> Bummer. Oh well,
>  Thank you and have a good week end

But don't let those missing features deter you, CFEclipse is pretty awesome!





~|
Discover CFTicket - The leading ColdFusion Help Desk and Trouble 
Ticket application

http://www.houseoffusion.com/banners/view.cfm?bannerid=48

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:221886
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


RE: CFeclipse question

2005-10-21 Thread Michael T. Tangorre
> From: Spike [mailto:[EMAIL PROTECTED] 
> Actually... That's not quite correct.

Ahh, very true. I was coming at it from more of a Homesite/CF Studio
functionality.

Mike.




~|
Find out how CFTicket can increase your company's customer support 
efficiency by 100%
http://www.houseoffusion.com/banners/view.cfm?bannerid=49

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:221885
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


Re: CFeclipse question

2005-10-21 Thread Victor Moore
Bummer. Oh well,
 Thank you and have a good week end

 On 10/21/05, Michael T. Tangorre <[EMAIL PROTECTED]> wrote:
>
> > From: Victor Moore [mailto:[EMAIL PROTECTED]
> > Is it possible to have a split screen in cfeclipse and
> > display to different files in each view? If yes how? I looked
> > around but could not find anything Thanks Victor
>
> Nope. That missing feature along with word wrap are the two sought after
> features that have yet to make it into CFEclipse.
>
> Mike
>
>


~|
Discover CFTicket - The leading ColdFusion Help Desk and Trouble 
Ticket application

http://www.houseoffusion.com/banners/view.cfm?bannerid=48

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:221884
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


Re: CFeclipse question

2005-10-21 Thread Spike
Forgot to say, you can also drag the tab down if you prefer the files to be
above one another.

In fact, you can have as many editors open as you have room for on your
screen. You're not just limited to 2.

Spike

On 10/21/05, Spike <[EMAIL PROTECTED]> wrote:
>
> Actually... That's not quite correct.
>
> You can very easily have 2 files side by side.
>
> Just open them up and click and drag the one of the file tabs to the right
> until it shows a split window outline.
>
> You can also right-click on a tab and choose "New Editor" which will allow
> you to have the same file twice.
>
> The problem comes when you have two editors open on the same file. The
> code doesn't currently keep both editors up to date. As long as you know
> that, it's quite handy sometimes.
>
> Spike
>
> On 10/21/05, Michael T. Tangorre <[EMAIL PROTECTED]> wrote:
> >
> > > From: Victor Moore [mailto:[EMAIL PROTECTED]
> > > Is it possible to have a split screen in cfeclipse and
> > > display to different files in each view? If yes how? I looked
> > > around but could not find anything Thanks Victor
> >
> > Nope. That missing feature along with word wrap are the two sought after
> > features that have yet to make it into CFEclipse.
> >
> > Mike
> >
> >
> >
> >
> > 

~|
Find out how CFTicket can increase your company's customer support 
efficiency by 100%
http://www.houseoffusion.com/banners/view.cfm?bannerid=49

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:221883
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


Re: CFeclipse question

2005-10-21 Thread Spike
Actually... That's not quite correct.

You can very easily have 2 files side by side.

Just open them up and click and drag the one of the file tabs to the right
until it shows a split window outline.

You can also right-click on a tab and choose "New Editor" which will allow
you to have the same file twice.

The problem comes when you have two editors open on the same file. The code
doesn't currently keep both editors up to date. As long as you know that,
it's quite handy sometimes.

Spike

On 10/21/05, Michael T. Tangorre <[EMAIL PROTECTED]> wrote:
>
> > From: Victor Moore [mailto:[EMAIL PROTECTED]
> > Is it possible to have a split screen in cfeclipse and
> > display to different files in each view? If yes how? I looked
> > around but could not find anything Thanks Victor
>
> Nope. That missing feature along with word wrap are the two sought after
> features that have yet to make it into CFEclipse.
>
> Mike
>
>
>
>
> 

~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:221882
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


RE: CFeclipse question

2005-10-21 Thread Michael T. Tangorre
> From: Victor Moore [mailto:[EMAIL PROTECTED] 
> Is it possible to have a split screen in cfeclipse and 
> display to different files in each view? If yes how? I looked 
> around but could not find anything  Thanks Victor

Nope. That missing feature along with word wrap are the two sought after
features that have yet to make it into CFEclipse.

Mike




~|
Discover CFTicket - The leading ColdFusion Help Desk and Trouble 
Ticket application

http://www.houseoffusion.com/banners/view.cfm?bannerid=48

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:221881
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


SOT: CFeclipse question

2005-10-21 Thread Victor Moore
Is it possible to have a split screen in cfeclipse and display to different
files in each view? If yes how? I looked around but could not find anything
 Thanks
Victor


~|
Discover CFTicket - The leading ColdFusion Help Desk and Trouble 
Ticket application

http://www.houseoffusion.com/banners/view.cfm?bannerid=48

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:221879
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


Re: litlle cfeclipse question

2005-03-15 Thread Thomas Chiverton
On Friday 11 Mar 2005 19:23 pm, CFDEV wrote:
> Ok I see, cause there is that possibility in homesite but as you said,
> homesite doesn't have code folding.

And I'd rather have folding than wrapping.

FWIW, jEdit would wrap long lines onto a new unnumbered one. Sort of virtual 
wrapping.

-- 
Tom Chiverton 
Advanced ColdFusion Programmer

~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:198777
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


RE: litlle cfeclipse question

2005-03-11 Thread CFDEV
Ok I see, cause there is that possibility in homesite but as you said,
homesite doesn't have code folding.

Thanks

Pat 

-Original Message-
From: Spike [mailto:[EMAIL PROTECTED] 
Sent: March 11, 2005 14:18
To: CF-Talk
Subject: Re: litlle cfeclipse question

Unfortunately word wrap in cfeclipse is a lot harder to implement than it
really should be.

The fundamental problem is that when you wrap the text, the line number
count goes off and you need to have a way of dealing with that for handling
errors and the like.

The main stumbling block is that the java classes that handle code folding
are largely from the core of Eclipse and aren't supposed to be sub-classed.
Since code folding does a lot of work with recalculating line numbers it's
not something we can work around too easily.

Maybe the best thing to do is to submit a bug report/enhancement request to
the Eclipse dev team here:

https://bugs.eclipse.org/bugs/enter_bug.cgi?product=Platform&bug_severity=en
hancement

Spike

CFDEV wrote:
> How to have word-warp in cfeclipse?
>  
> Thanks
>  
> Pat
> 
> 
> 



~|
Discover CFTicket - The leading ColdFusion Help Desk and Trouble 
Ticket application

http://www.houseoffusion.com/banners/view.cfm?bannerid=48

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:198461
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


Re: litlle cfeclipse question

2005-03-11 Thread Spike
Unfortunately word wrap in cfeclipse is a lot harder to implement than 
it really should be.

The fundamental problem is that when you wrap the text, the line number 
count goes off and you need to have a way of dealing with that for 
handling errors and the like.

The main stumbling block is that the java classes that handle code 
folding are largely from the core of Eclipse and aren't supposed to be 
sub-classed. Since code folding does a lot of work with recalculating 
line numbers it's not something we can work around too easily.

Maybe the best thing to do is to submit a bug report/enhancement request 
to the Eclipse dev team here:

https://bugs.eclipse.org/bugs/enter_bug.cgi?product=Platform&bug_severity=enhancement

Spike

CFDEV wrote:
> How to have word-warp in cfeclipse?
>  
> Thanks
>  
> Pat
> 
> 
> 

~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:198458
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


Re: litlle cfeclipse question

2005-03-11 Thread Rob
There is no word-wrap in cfeclipse at present, and I think it's really
low on the things to implement, but it is there.

On Fri, 11 Mar 2005 14:11:05 -0500, CFDEV <[EMAIL PROTECTED]> wrote:
> How to have word-warp in cfeclipse?
> 
> Thanks
> 
> Pat
> 
> 

~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:198457
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


litlle cfeclipse question

2005-03-11 Thread CFDEV
How to have word-warp in cfeclipse?
 
Thanks
 
Pat


~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:198455
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


Re: CFEclipse question

2004-08-30 Thread Peter Nyberg
Thanks guys! I'll join the list right away. And I should  probably reclassify this as a minor (not major) complaint, although it can be quite handy in case of nested and/or long statements.

Oh, and sorry about the double-posting...

Peter
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




Re: CFEclipse question

2004-08-30 Thread Ian Sheridan
oops well I shot that off fast. but I still use BBEdit myself.

I see what you mean, this is a question best answered by the CFEclipse
developers. It's a functionality that is not there they might be able
to place it in there but I am not sure.

why don;t you join the mailing list for CFEclipse

http://cfeclipse.tigris.org/servlets/ProjectMailingListList

Ian

- Original Message -
From: Peter Nyberg <[EMAIL PROTECTED]>
Date: Mon, 30 Aug 2004 18:33:54 -0400
Subject: Re: CFEclipse question
To: CF-Talk <[EMAIL PROTECTED]>

Ok, I realize I wasn't very clear, although I think you got the point
below. Just like you can jump to the end tag (thanks for the tip!), I
wonder if there's a way in a cfscript section to either jump to the
corresponding } or for the editor to highlight the whole code block in
between the { and }. This is something I think is fairly common in
other editors (for example bbedit and emacs).

 Thanks!

 >Hi Peter,
 >
 >I'm not 100% sure what it is you mean by the comment below.
 >
 >Any chance you could expand on it?
 >
 >FWIW you can right-click on an opening tag and jump to the end tag, but I'm
 >not sure that's what you're after.
 >
 >Spike
 >
 >
 >Stephen Milligan
 >Code poet for hire
 >http://www.spike.org.uk
 >
 >Do you cfeclipse? http://cfeclipse.tigris.org 
 >
 >
 > 
 >
 >>
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




RE: CFEclipse question

2004-08-30 Thread Spike
Yeah, that's a good suggestion.

I'll put it on our list for features to implement.

How it gets implemented will probably depend on how hard it will be to do
for each of the possible approaches.

Spike


Stephen Milligan
Code poet for hire
http://www.spike.org.uk

Do you cfeclipse? http://cfeclipse.tigris.org 


>-Original Message-
>From: [EMAIL PROTECTED] 
>[mailto:[EMAIL PROTECTED] On Behalf Of Peter Nyberg
>Sent: Monday, August 30, 2004 3:33 PM
>To: CF-Talk
>Subject: Re: CFEclipse question
>
>Ok, I realize I wasn't very clear, although I think you got 
>the point below. Just like you can jump to the end tag (thanks 
>for the tip!), I wonder if there's a way in a cfscript section 
>to either jump to the corresponding } or for the editor to 
>highlight the whole code block in between the { and }. This is 
>something I think is fairly common in other editors (for 
>example bbedit and emacs).
>
>Thanks!
>
>>Hi Peter,
>>
>>I'm not 100% sure what it is you mean by the comment below.
>>
>>Any chance you could expand on it?
>>
>>FWIW you can right-click on an opening tag and jump to the 
>end tag, but I'm
>>not sure that's what you're after.
>>
>>Spike
>>
>>
>>Stephen Milligan
>>Code poet for hire
>>http://www.spike.org.uk
>>
>>Do you cfeclipse? http://cfeclipse.tigris.org 
>>
>>
>> 
>>
>>>
>
>
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




Re: CFEclipse question

2004-08-30 Thread Peter Nyberg
Ok, I realize I wasn't very clear, although I think you got the point below. Just like you can jump to the end tag (thanks for the tip!), I wonder if there's a way in a cfscript section to either jump to the corresponding } or for the editor to highlight the whole code block in between the { and }. This is something I think is fairly common in other editors (for example bbedit and emacs).

Thanks!

>Hi Peter,
>
>I'm not 100% sure what it is you mean by the comment below.
>
>Any chance you could expand on it?
>
>FWIW you can right-click on an opening tag and jump to the end tag, but I'm
>not sure that's what you're after.
>
>Spike
>
>
>Stephen Milligan
>Code poet for hire
>http://www.spike.org.uk
>
>Do you cfeclipse? http://cfeclipse.tigris.org 
>
>
> 
>
>>
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




Re: CFEclipse question

2004-08-30 Thread Peter Nyberg
Ok, I realize I wasn't very clear, although I think you got the point below. Just like you can jump to the end tag (thanks for the tip!), I wonder if there's a way in a cfscript section to either jump to the corresponding } or for the editor to highlight the whole code block in between the { and }. This is something I think is fairly common in other editors (for example bbedit and emacs).

Thanks!

>Hi Peter,
>
>I'm not 100% sure what it is you mean by the comment below.
>
>Any chance you could expand on it?
>
>FWIW you can right-click on an opening tag and jump to the end tag, but I'm
>not sure that's what you're after.
>
>Spike
>
>
>Stephen Milligan
>Code poet for hire
>http://www.spike.org.uk
>
>Do you cfeclipse? http://cfeclipse.tigris.org 
>
>
> 
>
>>
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




RE: CFEclipse question

2004-08-30 Thread Spike
Hi Peter,

I'm not 100% sure what it is you mean by the comment below.

Any chance you could expand on it?

FWIW you can right-click on an opening tag and jump to the end tag, but I'm
not sure that's what you're after.

Spike


Stephen Milligan
Code poet for hire
http://www.spike.org.uk

Do you cfeclipse? http://cfeclipse.tigris.org 


>-Original Message-
>From: [EMAIL PROTECTED] 
>[mailto:[EMAIL PROTECTED] On Behalf Of Peter Nyberg
>Sent: Monday, August 30, 2004 2:42 PM
>To: CF-Talk
>Subject: CFEclipse question
>
>I just started using Eclipse + CFEclipse and absolutely love it (OSX, 
>used BBEdit before trying this). However, one thing I wonder is if 
>anyone knows if there's a way to find matching parenthesis, brackets 
>and tags? That's about the only major complaint I have.
>
>
>
>Peter Nyberg
>Northwestern University, Chicago, IL USA
>
>
>
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




Re: CFEclipse question

2004-08-30 Thread Ian Sheridan
Use "\)" "\(" the back slash is used for this.

Ian

- Original Message -
From: Peter Nyberg <[EMAIL PROTECTED]>
Date: Mon, 30 Aug 2004 16:42:00 -0500
Subject: CFEclipse question
To: CF-Talk <[EMAIL PROTECTED]>

I just started using Eclipse + CFEclipse and absolutely love it (OSX, 
 used BBEdit before trying this). However, one thing I wonder is if 
 anyone knows if there's a way to find matching parenthesis, brackets 
 and tags? That's about the only major complaint I have.

 Peter Nyberg
 Northwestern University, Chicago, IL USA
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




CFEclipse question

2004-08-30 Thread Peter Nyberg
I just started using Eclipse + CFEclipse and absolutely love it (OSX, 
used BBEdit before trying this). However, one thing I wonder is if 
anyone knows if there's a way to find matching parenthesis, brackets 
and tags? That's about the only major complaint I have.

Peter Nyberg
Northwestern University, Chicago, IL USA
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




RE: CFEclipse question

2004-07-13 Thread Jean-Marc Bottin
Cheers for the info.

J-M

  _  

From: Rob [mailto:[EMAIL PROTECTED] 
Sent: 13 July 2004 11:53
To: CF-Talk
Subject: Re: CFEclipse question

On Tue, 13 Jul 2004 11:49:57 +0200, Jean-Marc Bottin
<[EMAIL PROTECTED]> wrote:
> Hello,
> 
> I have a cfeclipse question which might interest those of you guys who
> are using it. In the latest version 1.1.14 there is an option for
> setting the color depending of your code (ie. Html code in green, cf
> code in red). However this functionality seems to not work. I was
> wondering if some of you have experienced the same problem. Or did I
> miss something out?

No the color changing menu is work in progress - I forgot to exclude
the menu from the release.
Sorry about that - think of it as a view into the future :) 

> BTW, do you know a cfeclipse mailing list?
Oh why sure : 
http://cfeclipse.tigris.org/servlets/ProjectMailingListList

Cheers Jean-Marc look forward to seeing you there

-- 
~The cfml plug-in for eclipse~
http://cfeclipse.tigris.org 
~open source xslt IDE~
http://treebeard.sourceforge.net
~open source XML database~
http://ashpool.sourceforge.net

  _
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




RE: CFEclipse question

2004-07-13 Thread Spike
Hi Jean Marc,

Yes, there is a lively cfeclipse mailing list at
http://cfeclipse.tigris.org.

You'll need to sign up on the tigris site first, then you can join any of
the mailing lists on the cfeclipse project.

I'd suggest joining the users list.

A bunch of stuff was added for color coding prior to the last release, but I
don't think we got all the plumbing sorted out.

As far as I remember we took the preference page out before the release, but
I could be mistaken there.

In either case, pop on over to the cfeclipse list and I'm sure we can get it
sorted out.

Spike


Stephen Milligan
Code poet for hire
http://www.spike.org.uk

Do you cfeclipse? http://cfeclipse.tigris.org 


>-Original Message-
>From: [EMAIL PROTECTED] 
>[mailto:[EMAIL PROTECTED] On Behalf Of Jean-Marc Bottin
>Sent: Tuesday, July 13, 2004 1:50 AM
>To: CF-Talk
>Subject: CFEclipse question
>
>Hello,
>
> 
>
>I have a cfeclipse question which might interest those of you guys who
>are using it. In the latest version 1.1.14 there is an option for
>setting the color depending of your code (ie. Html code in green, cf
>code in red). However this functionality seems to not work. I was
>wondering if some of you have experienced the same problem. Or did I
>miss something out?
>
>BTW, do you know a cfeclipse mailing list?
>
> 
>
>J-M
>
> 
>
>
>
>
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




Re: CFEclipse question

2004-07-13 Thread Rob
On Tue, 13 Jul 2004 11:49:57 +0200, Jean-Marc Bottin
<[EMAIL PROTECTED]> wrote:
> Hello,
> 
> I have a cfeclipse question which might interest those of you guys who
> are using it. In the latest version 1.1.14 there is an option for
> setting the color depending of your code (ie. Html code in green, cf
> code in red). However this functionality seems to not work. I was
> wondering if some of you have experienced the same problem. Or did I
> miss something out?

No the color changing menu is work in progress - I forgot to exclude
the menu from the release.
Sorry about that - think of it as a view into the future :) 

> BTW, do you know a cfeclipse mailing list?
Oh why sure : 
http://cfeclipse.tigris.org/servlets/ProjectMailingListList

Cheers Jean-Marc look forward to seeing you there

-- 
~The cfml plug-in for eclipse~
http://cfeclipse.tigris.org 
~open source xslt IDE~
http://treebeard.sourceforge.net
~open source XML database~
http://ashpool.sourceforge.net
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




CFEclipse question

2004-07-13 Thread Jean-Marc Bottin
Hello,

I have a cfeclipse question which might interest those of you guys who
are using it. In the latest version 1.1.14 there is an option for
setting the color depending of your code (ie. Html code in green, cf
code in red). However this functionality seems to not work. I was
wondering if some of you have experienced the same problem. Or did I
miss something out?

BTW, do you know a cfeclipse mailing list?

J-M
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]