Hello,
My name is Grace Lee and I am an undergraduate studying Computer Science at
UC Berkeley. I use textmate everyday for programming but recently I wiped
out my operating system to fix a disk fragmentation issue and lost the
license for textmate. I called Apple to request a license and they told me
to contact you guys directly. They also told me that you guys are very nice
and will likely grant me another license.
Could you please send me a textmate license? The macbook I purchased
(Leopard OSX) came with Textmate and I'm very fond of your software to the
point I cannot code without it.
Thanks,
Grace Lee
Is it just me or is rvm no longer controlling the version of ruby that
textmate uses after upgrading to lion?
My TM_RUBY shell variable is set to
/Users/Tim/.rvm/bin/textmate_ruby
which was previously working...
Anyone have any ideas how to fix it, or is it just my setup having a
problem.
Thanks,
Tim
I recommend using GetBundles to update your PHP bundle as well. The default
PHP bundle is great IMO. Command+F1 (tooltip function doc) and Command+Esc
(completion popup) are very useful when you need to peek at the prototype
and exact spelling of built in functions.
Brandon
> Which bundles should I use for a nice environment for website
> development (HTML, CSS and probably some PHP).
>
@Phil
Sorry Phil, it is called 'PySmell' not PyRopes.
Here is the url: http://code.google.com/p/pysmell/
Once you get it working it works very well from what I remember.
Brandon
There's a lot of bundles out there and from my previous experience
with setting up a Python environment, it's quite a few config options
and both complementing and different bundles out there.
So this time around I'd just like to ask:
Which bundles should I use for a nice environment for website
development (HTML, CSS and probably some PHP).
Is the basic CSS and HTML bundles just fine, or should I check out some others?
How about rendering/previewing changes? Like in python and ruby
development, I can run the program in a TM window, but with HTML it
seems I have to load/refresh the page in an external browser. Or does
TM provide a html renderer inline in it's own window?
--
Phil :)
I have a folding problem in a perl document. A string contains the
begin comment marker from C "/*" ... what I actually have is:
push @files, glob "$curr_dir/*";
This causes a fold marker to appear and screws up all the folding
following it because there is no closing comment. To get round it, on
the following line I've used a perl comment and in that comment I've
included */.... so:
# */
This does the trick but I do have a fold where one is not needed, and
it looks bad.
It seems that the perl syntax within TM has inherited some C. I know
perl is made with C and that there are similarities, but this seems a
step to far!
I've found the folding markers in the language definition, and /* and
*/ are defined there, any perl experts out there able to confirm these
aren't valid? I don't want to break anything here by removing them
either.
--
Justin Catterall www.masonsmusic.co.uk
Director T: +44 (0)1424 427562
Masons Music Ltd F: +44 (0)1424 434362
For full company details see our web site
1. Re: Fwd: High CPU Usage in snow leopard (Brandon M Fryslie)
I had exactly the same problem. And finally I've found a workaround.
In my case, I also use sshfs, and I've been looking at the unix "top" application to see which process was eating my computer, until I realised that the problem was caused in the combination of sshfs mounted filesystem and textmate (most times, meanwhile I was looking for something in a big project with textmate).
The process that was eating all cpu was mdworker / mds (spotlight daemon)
So I tried to disable spotlight completely and the problem didnt happen again. When I turned on spotlight... I was able to work for a whlie... and then the beachball appeared again, so what I've done is to add the folder where I mount the sshfs filesystem to Privacy Tab, to prevent Spotlight from indexing the content of the sshfs mounted filesystem.
And no more issues. In my case I'm using virtualbox with a headless ubuntu server 8.04
Hope this helps
Miquel
On 15/07/2011, at 14:00, textmate-request(a)lists.macromates.com wrote:
>
> 1. Re: Fwd: High CPU Usage in snow leopard (Brandon M Fryslie)
There is a plugin called ReMate which should fix the problem. If you are
editing files over a network share, this is bad news with TextMate and will
probably eventually crash and lose your work. Be careful.
http://ciaranwal.sh/remate/
> When i open a folder on textmate, in this case, kohana stack. I open e
> file writing some code. Then save it, goto chromium to check. Now when
> return to textmate, textmate freezes and takes 100% CPU, after some
> time, 5 to 20second, everything comes to normal. This happenes every
> time textmate lost focus then got focus again.
> step to reproduce,
> 1. Open textmate and open a file.
> 2. Goto another app while keeping textmate open, In a word,make
> textmate lose focus.
> 3. Return to textmate, In a word, make textmate got focus.
> => Cpu usage goto 100% and textmate hangs.
> I'm suspecting that when getting focus, textmate scans the files for
> changes outside textmate, is that it ? if so, is there any workaround
> ?