From: "Drew Adams" <drew.adams@oracle.com>
Subject: RE: navigate through big java projects and refactoring
Date: Sun, 3 Sep 2006 08:46:51 -0700 [thread overview]
Message-ID: <DNEMKBNJBGPAOPIJOOICKEIIDIAA.drew.adams@oracle.com> (raw)
In-Reply-To: <1157296638.2ixivooc0nb4@w9.webmail.telepac.pt>
I want to work with emacs for programming Java. Is there any
other way then using the speedbar and ECB program, to open files
easily from a big project, instead of having to write the full
path to the source file, or navigate through project browser
of ECB? Something like, only have to write the full, or
partial name of the java file, and open it.
Is there any other refactoring tool for emacs, instead of ECB?
Thanks,Pedro
Try Icicles. It lets you match (using a regexp or just a literal substring)
any part of a file name. You can optionally match also against any part of a
directory path. You can use multiple simple match patterns to progressively
narrow the set of matching candidates, so you don't need to come up with a
single, complex regexp that will do what you want. You can use set
operations on the set of matching candidates - in particular, set
complement, to more easily get what you want. You can perform actions on
multiple files and directories, all within the same command. You can save
sets of completion candidates (e.g. project files and directories) in cache
files for quick use in subsequent sessions. You can easily work with very
large sets of candidates. Lots more. And the same completion features are
available for buffers, commands, anything - not just files.
Here is the complete doc and access to the Emacs-Lisp files:
http://www.emacswiki.org/cgi-bin/wiki/Icicles. And here is a start to how it
can help with navigating the file system:
http://www.emacswiki.org/cgi-bin/wiki/Icicles_-_File-Name_Input.
next prev parent reply other threads:[~2006-09-03 15:46 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-09-03 15:17 navigate through big java projects and refactoring op132650c
2006-09-03 15:46 ` Drew Adams [this message]
2006-09-05 12:42 ` Birju Prajapati
[not found] <mailman.6201.1157296650.9609.help-gnu-emacs@gnu.org>
2006-09-04 11:18 ` Hadron Quark
2006-09-05 13:03 ` spamfilteraccount
2006-09-05 14:11 ` Phillip Lord
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.gnu.org/software/emacs/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=DNEMKBNJBGPAOPIJOOICKEIIDIAA.drew.adams@oracle.com \
--to=drew.adams@oracle.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).