A) Pasting brackets :: If I copy and paste a section that includes a
bracket, CFE pastes an extra bracket on the end. Search yielded this
post from yesteryear but no fix:
Just occurred to me that brackets auto-close, I wonder if I disable
that... not obvious looking @ preferences
B) Italic comments :: My comment blocks are shown in italics which is
quite hard to read, how can I correct? Again, this has been mentioned
but no outcome:
C) Directory file search :: Is there no way to search all files in a
directory? I need to search outside of projects sometimes. Apologies
in advance for newbie / generic Eclipse question but I'm a bit
stumped.
Thanks for reading!
-T-
-T-
--
For more information on CFEclipse visit: cfeclipse.org
For support, FAQ and tips and tricks visit: trac.cfeclipse.org
You are subscribed to the Google Groups "CFEclipse Users" group.
To post send email to: cfeclip...@googlegroups.com
To unsubscribe send email to: cfeclipse-use...@googlegroups.com
For more options, visit this group online: http://groups.google.com/group/cfeclipse-users?hl=en
A) @Strutz that is a decent workaround for the pasting bug, sorted.
B) I'd still like control over how comments are presented, even if I
have to get elbow-deep in config files - good call on the font though.
I'm using Google's Droid Sans Mono ATM. Get it here if you're
interested:
http://damieng.com/blog/2007/11/14/droid-font-family-courtesy-of-google-ascender
update: I had an error this morning, trashed my workspace and the
italic comments are gone? I think this one was caused and eventually
solved by my own stupidity...
C) Forgive the stupid question but 'Navigator' is for navigating
Projects right? So long-story-short I can't do a file search without
creating a project for the files in question? The place I'm at
currently have bits of scripts everywhere so creating projects for
everything in order to search isn't really an option.
> >http://groups.google.com/group/cfeclipse-users/browse_thread/thread/b...
>
> > Just occurred to me that brackets auto-close, I wonder if I disable
> > that... not obvious looking @ preferences
>
> > B) Italic comments :: My comment blocks are shown in italics which is
> > quite hard to read, how can I correct? Again, this has been mentioned
> > but no outcome:
>
> >http://groups.google.com/group/cfeclipse-users/browse_thread/thread/f...
C) There is a view in Eclipse called File Explorer that you can use to browse for this. I never use it though because I truly drink the project based kool-aid :P It is true that I have a few folders of scripts that I use for prototyping little things and discovery on the side, and I just keep them in a project named 'scratch' ... worrying about where the files actually live becomes moot if you just rely on the project-in-a-workspace notion for organizing your work within a real IDE (ie not DW).
-----------------------------------
Budd Hirons Jr
Innovative Learning Center - Tulane University
504.314.2533
C) Forgive the stupid question but 'Navigator' is for navigating
Projects right? So long-story-short I can't do a file search without
creating a project for the files in question? The place I'm at
currently have bits of scripts everywhere so creating projects for
everything in order to search isn't really an option.
That's exactly why you *should* use projects!
Bits of scripts everywhere is bad, and anything which
accepts/encourages this is also bad.
You can create multiple projects that are related to each other, and
you can use working sets to group them more directly, for searching
and other things.
So, if there are valid reasons why you can't immediately move all the
various parts into a single location, then create multiple projects
and group them into a Working Set and/or use the linked resources
facility.
p.s. No use Project Explorer instead of Navigator.
When CFEclipse eventually gets smarter parsing, it might make sense to
have an Application-focused view, which (for example) shows mappings
as if they were directories, along with allowing you to expand CFCs to
see a list of function definitions without needing to open the file,
and stuff like that.
@Boughton - You're preaching to the choir on why we *should* be using
coherent projects my friend, but it's not my operation - if they want
to structure things badly then it's their call. I've only just
introduced the team to Firefox / Firebug for client-side debugging so
one thing at a time!!!