Hi Allan,
This is a small feature request based on my experience of developing Rails applications.
In rails, view files are named after action name, and thus we get a lot of files with same names but inside different view folders. When we use Apple+T to open file, we can only enter file name and use up/ down key to select file.
It'll be really nice if we could enter "/" and dir name to further narrow down choices. For example, enter 'indexhaml/plan' to select index.html.haml in plan directory below. It won't cause much confusion to have dir after file name because the dialog show them in same order.
If you have any comments, please let me know.
Thanks, Guoliang Cao
something like this would help cakephp projects a lot as well - very similar setup.
On Wed, Oct 7, 2009 at 12:20 PM, Guoliang Cao gcao@vonage.com wrote:
Hi Allan,
This is a small feature request based on my experience of developing Rails applications.
In rails, view files are named after action name, and thus we get a lot of files with same names but inside different view folders. When we use Apple+T to open file, we can only enter file name and use up/down key to select file.
It'll be really nice if we could enter "/" and dir name to further narrow down choices. For example, enter 'indexhaml/plan' to select index.html.haml in plan directory below. It won't cause much confusion to have dir after file name because the dialog show them in same order.
If you have any comments, please let me know.
Thanks, Guoliang Cao
textmate mailing list textmate@lists.macromates.com http://lists.macromates.com/listinfo/textmate
On Oct 7, 2009, at 12:29 PM, Will wrote:
something like this would help cakephp projects a lot as well - very similar setup.
On Wed, Oct 7, 2009 at 12:20 PM, Guoliang Cao gcao@vonage.com wrote:
Hi Allan,
This is a small feature request based on my experience of developing Rails applications.
In rails, view files are named after action name, and thus we get a lot of files with same names but inside different view folders. When we use Apple+T to open file, we can only enter file name and use up/down key to select file.
It'll be really nice if we could enter "/" and dir name to further narrow down choices. For example, enter 'indexhaml/plan' to select index.html.haml in plan directory below. It won't cause much confusion to have dir after file name because the dialog show them in same order.
You guys should try the gotofile bundle:
http://github.com/amiel/gotofile.tmbundle
—Alex
perfect! thanks!
On Wed, Oct 7, 2009 at 12:38 PM, Alex Ross j@lasersox.net wrote:
You guys should try the gotofile bundle:
http://github.com/amiel/gotofile.tmbundle
—Alex
It’s a common request, for now there is the GoToFile bundle: http://github.com/amiel/gotofile.tmbundle
On 7 Oct 2009, at 21:29, Will wrote:
something like this would help cakephp projects a lot as well - very similar setup.
On Wed, Oct 7, 2009 at 12:20 PM, Guoliang Cao gcao@vonage.com wrote:
Hi Allan,
This is a small feature request based on my experience of developing Rails applications.
In rails, view files are named after action name, and thus we get a lot of files with same names but inside different view folders. When we use Apple+T to open file, we can only enter file name and use up/down key to select file.
It'll be really nice if we could enter "/" and dir name to further narrow down choices. For example, enter 'indexhaml/plan' to select index.html.haml in plan directory below. It won't cause much confusion to have dir after file name because the dialog show them in same order.
If you have any comments, please let me know.
Thanks, Guoliang Cao
textmate mailing list textmate@lists.macromates.com http://lists.macromates.com/listinfo/textmate
textmate mailing list textmate@lists.macromates.com http://lists.macromates.com/listinfo/textmate
Will try that out soon. Guess there are a lot nice bundles I am unaware of.
Thanks, Cao
On Oct 7, 2009, at 3:43 PM, Allan Odgaard wrote:
It’s a common request, for now there is the GoToFile bundle: http://github.com/amiel/gotofile.tmbundle
On 7 Oct 2009, at 21:29, Will wrote:
something like this would help cakephp projects a lot as well - very similar setup.
On Wed, Oct 7, 2009 at 12:20 PM, Guoliang Cao gcao@vonage.com wrote:
Hi Allan,
This is a small feature request based on my experience of developing Rails applications.
In rails, view files are named after action name, and thus we get a lot of files with same names but inside different view folders. When we use Apple+T to open file, we can only enter file name and use up/down key to select file.
It'll be really nice if we could enter "/" and dir name to further narrow down choices. For example, enter 'indexhaml/plan' to select index.html.haml in plan directory below. It won't cause much confusion to have dir after file name because the dialog show them in same order.
If you have any comments, please let me know.
Thanks, Guoliang Cao
textmate mailing list textmate@lists.macromates.com http://lists.macromates.com/listinfo/textmate
textmate mailing list textmate@lists.macromates.com http://lists.macromates.com/listinfo/textmate
textmate mailing list textmate@lists.macromates.com http://lists.macromates.com/listinfo/textmate
On 07.10.2009, at 22:15, Guoliang Cao wrote:
Guess there are a lot nice bundles I am unaware of.
... try the bundle "GetBundles" to find and install them :) http://svn.textmate.org/trunk/Review/Bundles/GetBundles.tmbundle
In Terminal:
mkdir -p ~/Library/Application\ Support/TextMate/Pristine\ Copy/Bundles cd ~/Library/Application\ Support/TextMate/Pristine\ Copy/Bundles export LC_CTYPE=en_US.UTF-8 svn export http://svn.textmate.org/trunk/Review/Bundles/GetBundles.tmbundle
... and reload Bundles in TM.
拜拜
--Hans
Hmmm. I did as you suggest, reloaded the bundles and then tried to run Bundles>>GetBundles.
It popped up two windows, one with GetBundles in it and "unknown" for the source and prompted me for the source. I didn't know what it was expecting as an answer, so I cancelled. (I'm a relatively new user) There was nothing in the other window (except, perhaps, column labels)
Now when I try to run it all menu items are greyed-out and it does nothing.
So, how to recover, and what's it expecting? Perhaps the URL?: <http://svn.textmate.org/trunk/Review/Bundles/GetBundles.tmbundle
Thanks, joe
On Oct 7, 2009, at 3:33 PM, Hans-Jörg Bibiko wrote:
On 07.10.2009, at 22:15, Guoliang Cao wrote:
Guess there are a lot nice bundles I am unaware of.
... try the bundle "GetBundles" to find and install them :) http://svn.textmate.org/trunk/Review/Bundles/GetBundles.tmbundle
In Terminal:
mkdir -p ~/Library/Application\ Support/TextMate/Pristine\ Copy/ Bundles cd ~/Library/Application\ Support/TextMate/Pristine\ Copy/Bundles export LC_CTYPE=en_US.UTF-8 svn export http://svn.textmate.org/trunk/Review/Bundles/GetBundles.tmbundle
... and reload Bundles in TM.
拜拜
--Hans
textmate mailing list textmate@lists.macromates.com http://lists.macromates.com/listinfo/textmate
On Oct 8, 2009, at 1:05 AM, joseph davison wrote:
Hmmm. I did as you suggest, reloaded the bundles and then tried to run Bundles>>GetBundles.
It popped up two windows, one with GetBundles in it and "unknown"
for the source and prompted me for the source. I didn't know what it was expecting as an answer, so I cancelled. (I'm a relatively new user) There was nothing in the other window (except, perhaps, column labels)
So, how to recover, and what's it expecting? Perhaps the URL?: <http://svn.textmate.org/trunk/Review/Bundles/GetBundles.tmbundle
No. If GetBundles comes up with a small window asking for sources of installed bundles, simply click at the popup menus and select the original source from which you installed it - one after the other. It's often the case that there're bundles which are hosted on different repositories. GetBundles tries to identify the origin but sometimes it fails for some reasons. The source is used to check whether there're updates available.
But if you close that small window you should see at least all bundles.
Which OSX (precisely), Ruby version, GetBundles version (press ⇧⌥⌘L for log drawer in GetBundles dialog) are you using?
Cheers, --Hans