A Dashboard widget that listed your textmate project files? I have a saved search right now that lists all the textmate project files, and thought a widget would be nice.
If anyone's interested, I'll toss something together ;)
Regards, Eric
As an aside, is there any intrinsic benefit to using a project file vs. just moving to the directory (in which I live) and typing `mate .`?
Not looking to start a holy war, but I'm just wondering if I'm missing any project file goodness?
-J
On 8 May 2006, at 3:20, Eric Coleman wrote:
A Dashboard widget that listed your textmate project files? I have a saved search right now that lists all the textmate project files, and thought a widget would be nice.
If anyone's interested, I'll toss something together ;)
Regards, Eric
For new threads USE THIS: textmate@lists.macromates.com (threading gets destroyed and the universe will collapse if you don't) http://lists.macromates.com/mailman/listinfo/textmate
Sure ;)
I don't have to remember where I put the clients crap. I can click my saved folder and see a listing of projects I have on my computer... ;)
Eric Coleman
On May 8, 2006, at 10:33 AM, Jonathan Barrett wrote:
As an aside, is there any intrinsic benefit to using a project file vs. just moving to the directory (in which I live) and typing `mate .`?
Not looking to start a holy war, but I'm just wondering if I'm missing any project file goodness?
-J
On 8 May 2006, at 3:20, Eric Coleman wrote:
A Dashboard widget that listed your textmate project files? I have a saved search right now that lists all the textmate project files, and thought a widget would be nice.
If anyone's interested, I'll toss something together ;)
Regards, Eric
_ For new threads USE THIS: textmate@lists.macromates.com (threading gets destroyed and the universe will collapse if you don't) http://lists.macromates.com/mailman/listinfo/textmate
For new threads USE THIS: textmate@lists.macromates.com (threading gets destroyed and the universe will collapse if you don't) http://lists.macromates.com/mailman/listinfo/textmate
Also, a project file will save the state you left your project in (as in which files are open in tabs), you can set project-specific $TM variables, and you can maintain custom groups so that your project can be organized in more ways then just the directory structure. I'm sure there's probably more too...
[a]
On May 8, 2006, at 9:37 AM, Eric Coleman wrote:
Sure ;)
I don't have to remember where I put the clients crap. I can click my saved folder and see a listing of projects I have on my computer... ;)
Eric Coleman
On May 8, 2006, at 10:33 AM, Jonathan Barrett wrote:
As an aside, is there any intrinsic benefit to using a project file vs. just moving to the directory (in which I live) and typing `mate .`?
Not looking to start a holy war, but I'm just wondering if I'm missing any project file goodness?
-J
On 8 May 2006, at 3:20, Eric Coleman wrote:
A Dashboard widget that listed your textmate project files? I have a saved search right now that lists all the textmate project files, and thought a widget would be nice.
If anyone's interested, I'll toss something together ;)
Regards, Eric
__ For new threads USE THIS: textmate@lists.macromates.com (threading gets destroyed and the universe will collapse if you don't) http://lists.macromates.com/mailman/listinfo/textmate
_ For new threads USE THIS: textmate@lists.macromates.com (threading gets destroyed and the universe will collapse if you don't) http://lists.macromates.com/mailman/listinfo/textmate
For new threads USE THIS: textmate@lists.macromates.com (threading gets destroyed and the universe will collapse if you don't) http://lists.macromates.com/mailman/listinfo/textmate
Andrew Dayton amdayton@gmail.com
Cool - I guess the usefulness for me is limited as:
(a) All my projects are version controlled web apps (b) they all live in ~/Work/$appname/trunk (c) They're all rails or rails-y in directory structure (d) I tend use subversion to manage the state of my projects, so don't need tabs to stay open (e) I worry about leaving ._DS_Store files everywhere, so tend to stay out of the Finder
None of this means "project files are crap", of course, but any time I see a feature I'm not using, I get excited that maybe it could be useful :)
Anyone using project files in a similar environment?
-J
On 8 May 2006, at 3:48, Andrew Dayton wrote:
Also, a project file will save the state you left your project in (as in which files are open in tabs), you can set project-specific $TM variables, and you can maintain custom groups so that your project can be organized in more ways then just the directory structure. I'm sure there's probably more too...
[a]
On May 8, 2006, at 9:37 AM, Eric Coleman wrote:
Sure ;)
I don't have to remember where I put the clients crap. I can click my saved folder and see a listing of projects I have on my computer... ;)
Eric Coleman
On May 8, 2006, at 10:33 AM, Jonathan Barrett wrote:
As an aside, is there any intrinsic benefit to using a project file vs. just moving to the directory (in which I live) and typing `mate .`?
Not looking to start a holy war, but I'm just wondering if I'm missing any project file goodness?
-J
On 8 May 2006, at 3:20, Eric Coleman wrote:
A Dashboard widget that listed your textmate project files? I have a saved search right now that lists all the textmate project files, and thought a widget would be nice.
If anyone's interested, I'll toss something together ;)
Regards, Eric
For new threads USE THIS: textmate@lists.macromates.com (threading gets destroyed and the universe will collapse if you don't) http://lists.macromates.com/mailman/listinfo/textmate
__ For new threads USE THIS: textmate@lists.macromates.com (threading gets destroyed and the universe will collapse if you don't) http://lists.macromates.com/mailman/listinfo/textmate
_ For new threads USE THIS: textmate@lists.macromates.com (threading gets destroyed and the universe will collapse if you don't) http://lists.macromates.com/mailman/listinfo/textmate
Andrew Dayton amdayton@gmail.com
For new threads USE THIS: textmate@lists.macromates.com (threading gets destroyed and the universe will collapse if you don't) http://lists.macromates.com/mailman/listinfo/textmate
On May 8, 2006, at 11:03 AM, Jonathan Barrett wrote:
Cool - I guess the usefulness for me is limited as:
(a) All my projects are version controlled web apps (b) they all live in ~/Work/$appname/trunk (c) They're all rails or rails-y in directory structure (d) I tend use subversion to manage the state of my projects, so don't need tabs to stay open (e) I worry about leaving ._DS_Store files everywhere, so tend to stay out of the Finder
None of this means "project files are crap", of course, but any time I see a feature I'm not using, I get excited that maybe it could be useful :)
Anyone using project files in a similar environment?
I'm working on a couple of Rails apps.
I have two project files for each project
A front end project file and a main project file
I keep all the configuration stuff and other random stuff out of the front end project file. That way I get blazing fast project wide search faster TODO bundle stuff easier management of the subversion stuff
I have a few configuration files and testing files and other random stuff that is unique to each developers machine and environment. Including a bunch of testing files and stuff.
Keeping all that stuff out of the front end project file keeps my svn status log nice and clean and my tree is segregated to only the stuff i'm working on.
thomas Aylott—subtleGradient—oblivious@subtleGradient.com
Here's the widget. It's my first time, and im certinly no designer so if someone wants to make it look pretty, please do ;)
I basically grabbed the Scroller example and hacked it a bit. Warning, I suck at life so it might not be all that nice ;) but it works.
http://aplosmedia.com/textmate-projects.wdgt.zip
Eric Coleman
On May 8, 2006, at 1:38 PM, thomas Aylott wrote:
On May 8, 2006, at 11:03 AM, Jonathan Barrett wrote:
Cool - I guess the usefulness for me is limited as:
(a) All my projects are version controlled web apps (b) they all live in ~/Work/$appname/trunk (c) They're all rails or rails-y in directory structure (d) I tend use subversion to manage the state of my projects, so don't need tabs to stay open (e) I worry about leaving ._DS_Store files everywhere, so tend to stay out of the Finder
None of this means "project files are crap", of course, but any time I see a feature I'm not using, I get excited that maybe it could be useful :)
Anyone using project files in a similar environment?
I'm working on a couple of Rails apps.
I have two project files for each project
A front end project file and a main project file
I keep all the configuration stuff and other random stuff out of the front end project file. That way I get blazing fast project wide search faster TODO bundle stuff easier management of the subversion stuff
I have a few configuration files and testing files and other random stuff that is unique to each developers machine and environment. Including a bunch of testing files and stuff.
Keeping all that stuff out of the front end project file keeps my svn status log nice and clean and my tree is segregated to only the stuff i'm working on.
thomas Aylott—subtleGradient—oblivious@subtleGradient.com
For new threads USE THIS: textmate@lists.macromates.com (threading gets destroyed and the universe will collapse if you don't) http://lists.macromates.com/mailman/listinfo/textmate
On May 8, 2006, at 9:33 AM, Jonathan Barrett wrote:
As an aside, is there any intrinsic benefit to using a project file vs. just moving to the directory (in which I live) and typing `mate .`?
Not looking to start a holy war, but I'm just wondering if I'm missing any project file goodness?
Unless I am doing something wrong, I find that it is not possible to have project-specific environment variables unless the project is a project file. In my case I have a folder which is my thesis in LaTeX, split up in a million files put together with a master.tex file, so I want, when using this project, for the environment variable TM_LATEX_MASTER to be set to the path to this master file, so that compiling from any file will result in compiling the master file. Just a simple example in my case. Overall I find the folders system more convenient though.
-J
Haris