Adobe Dreamweaver Forums



Last 10 THreads :         Problems when uploading my website (Last Post : speculumcm - Replies : 4 - Views : 5 )           »          Dreamweaver CS3 Download (Last Post : DWFAQ.info - Replies : 5 - Views : 6 )           »          Pop up window using AS3 (Last Post : azilen - Replies : 0 - Views : 1 )           »          flash movie plays prematurely (Last Post : lyshamo - Replies : 5 - Views : 6 )           »          Variable for Loader Content (Last Post : kglad - Replies : 5 - Views : 6 )           »          Sick flash (Last Post : edmond_dantes - Replies : 0 - Views : 1 )           »          Flash 10 hangs Internet Explorer 7 on Vista? (Last Post : Aigurs - Replies : 94 - Views : 2261 )           »          Pop up window using AS3 (Last Post : azilen - Replies : 0 - Views : 1 )           »          Pop up window using AS3 (Last Post : azilen - Replies : 0 - Views : 1 )           »          Error 1120 (Last Post : retsnomrev - Replies : 3 - Views : 4 )           »         


Home Register FAQ Members List Calendar Search Today's Posts Mark Forums Read
User Info Statistics
Go Back   Adobe Dreamweaver Forums > Macromedia Software > Cold Fusion > Getting Started
 
Tags:



Reply
  #1 (permalink)  
Old 11-07-2008, 04:26 PM
mega_L
 
Posts: n/a
Diggs:
Default Help with Eclipse

I've been searching for the answer for my problem and did not find any. Maybe
some of you in this forum can help me?
I downloaded eclipse 3.4.1 and CFEclipse yesterday. Everything works except:
1. My line number is missing even after checking it in Preferences.
From other forum I found out a work around for it and that is to edit the
org.cfeclipse.cfml.prefs found on
workspace folder but I don't even have this file.
workspace > .metadata >.pugin> .org.eclipse.core.runtime > .settings and
edit org.cfeclipse.cfml.prefs to add
this line: LineNumberRuler=true

Again, I don't have the file called: org.cfeclipse.cfml.prefs
I'm wondering if anyone could point me to where I can download this file?

2. Auto complete is not working on this version.
In my previous version, when I typed in CFDump then an array of cfdum
attribute will show up
How tos et this up?

Thanks for helping.
Mega_L




Reply With Quote
Sponsored Links
  #2 (permalink)  
Old 11-08-2008, 05:56 AM
Michael Evangelista
 
Posts: n/a
Diggs:
Default Re: Help with Eclipse

Hi there..
the missing line number issue is tricky.
it is actually set in two different places, one in CFeclipse and one in
eclipse itself.
iirc, both must be set to see the line numbers in your CFeclipse editor.

try this...

---
cfeclipse->editor for switching on line numbers.

However what has not been documented is that you also need to switch it on
at

General->editors->text editors

Now after doing that you need to close the open files and reopen them for
line numbers to appear.

This is one damn annoying bug that has been there from day dot, but when it
is first setup it is something that never needs to be touched again. Which
is why it maybe never has been fixed.
---

or this
http://groups.google.com/group/cfecl...67f8d60e7602fd


As for auto-complete, can't help you there. Mine works fine.
However, I am actually running eclipse 3.3 (Europa, not Gannymede) ,
as I was told that is the last stable version for CFeclipse.



--
Michael Evangelista, Evangelista Design
Web : www.mredesign.com Blog : www.miuaiga.com
Developer Newsgroups: news://forums.mredesign.com
Reply With Quote
  #3 (permalink)  
Old 11-10-2008, 06:14 PM
mega_L
 
Posts: n/a
Diggs:
Default Re: Help with Eclipse

Thank you for responding but on my cfelipse > editor I don't see any option to
check show line number
and when I wanted to download Eclipse Europa it is not there anymore. At least
on eclipse site, on their download site, nothing is named Europa anymore.
Anyone have suggestion on how can I download eclipse Europa, please????

Reply With Quote


  #4 (permalink)  
Old 11-11-2008, 03:06 AM
-==cfSearching==-
 
Posts: n/a
Diggs:
Default Re: Help with Eclipse

Look on the left hand menu. It lists both ganymede and europa packages
http://www.eclipse.org/downloads/packages/
Reply With Quote
  #5 (permalink)  
Old 11-11-2008, 08:54 PM
alecken
 
Posts: n/a
Diggs:
Default Re: Help with Eclipse

I have just installed eclipse Classic (Ganymede) as well and had the same
problem.
It is easy to make correction so you don't have to uninstall and reinstall
eclipse.
If you have installed eclipse Classic (Ganymede) and found that the line
number and autocomplete do not show up you can follow these steps to make them
work again:

To make your line number show up on eclipse:
1. Locate the "workspace" folder from your explore. I chose to install mine on
c drive (c:/workspace) yours may be on the document/setting (by default)
2. drill down to org.cfeclipse.cfml.prefs :

..metadata\.plugins\org.eclipse.core.runtime\.sett ings\org.cfeclipse.cfml.prefs
If you don't find org.cfeclipse.cfml.prefs than create one using notepad
and put the following content:

#Mon Nov 10 14:38:57 EST 2008
eclipse.preferences.version=1
__autoIndentOnTagClose=true
cfeclipse.editor.showToolbar=true
minimumCodeFoldingLines=5
lineNumberRuler=true

The most important is the last line: lineNumberRuler=true

If you already has that file, open it and if you don't see
lineNumberRuler=true then add one and save

3. When you're done, close your eclipse and reopen, you should see the line
number

To create autocomplete or tag-insight:
Right click your project, and select 'Add Remove CFE Nature'.

When it is done, you should see tag-insight is working











Reply With Quote
  #6 (permalink)  
Old 11-11-2008, 09:04 PM
-==cfSearching==-
 
Posts: n/a
Diggs:
Default Re: Help with Eclipse

alecken,

How is CFEclipse working with Ganymede? Just wondering if they resolved the compatibility issues in the earlier versions and it is safe to upgrade.
Reply With Quote


  #7 (permalink)  
Old 11-13-2008, 12:15 AM
slothsoftware
 
Posts: n/a
Diggs:
Default Re: Help with Eclipse

Thanks for this.
Reply With Quote
  #8 (permalink)  
Old 11-15-2008, 04:27 PM
Michael Evangelista
 
Posts: n/a
Diggs:
Default Re: Help with Eclipse

I was wondering the same...
i am running 'europa' for compatibility with cfeclipse.


Michael Evangelista, Evangelista Design
Web : www.mredesign.com Blog : www.miuaiga.com
Developer Newsgroups: news://forums.mredesign.com
Reply With Quote
  #9 (permalink)  
Old 11-15-2008, 05:05 PM
-==cfSearching==-
 
Posts: n/a
Diggs:
Default Re: Help with Eclipse

> I was wondering the same...
> i am running 'europa' for compatibility with cfeclipse.


All I have heard so far is about the installation. Nothing beyond that, good
or bad. A separate install might be the way to go for now.
http://www.houseoffusion.com/groups/...threadid:57967

Reply With Quote


  #10 (permalink)  
Old 11-15-2008, 08:26 PM
-==cfSearching==-
 
Posts: n/a
Diggs:
Default Re: Help with Eclipse

> How is CFEclipse working with Ganymede

Well, I installed Ganymede in a separate folder. So far the basics seem to be working with CFEclipse.
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



© Camley Interactive (camley.info) 2008 - all logos and images are copywrite their respective owners.
Proud member of the Camley Interactive Network
All times are GMT. The time now is 06:31 AM.


Powered by vBulletin® Version 3.6.8
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.1.0 ©2007, Crawlability, Inc.
Cheap Car Insurance - Compare Motor Insurance
Endsleigh Car Insurance Natwest Car Insurance
More Than Car Insurance Norwich Union Car Insurance
Prudential Car Insurance Zurich Car Insurance
Inactive Reminders By Mished.co.uk