What is the standard programming font used in Textmate?
It looks very readable. I specifically like how the text is a little bit bolder than Consolas, sort of like Comic Sans. Is it downloadable for windows? ...
It looks very readable. I specifically like how the text is a little bit bolder than Consolas, sort of like Comic Sans. Is it downloadable for windows? ...
Ok so I've had my Macbook for 3-days now. I installed textmate and saw the cool Ruby syntax highlighting thing called Ultraviolet. I've installed the ultraviolet gem, but I don't get what it does. How exactly do I use it? Or is it installed automatically? Is there supposed to be an ultraviolet theme? What exactly does ultraviolet DO? ...
I need to print some Bash script on paper. Any recommendations on how to get a nice output with syntax highlighting and all that? I've tried TextMate, but the output had huge fonts (and no syntax highlighting, no colors). ...
I come from an Emacs background, and I'm used to typing ^H to delete the previous character. TextMate displays bundle help instead. I have not found a way to change this binding. Is there a way? ...
Hey all, I'm looking for a way to map the :w command so that when I use it, it will rsync the current directory and save the file in question. Ideally, the response generated by the rsync command should be returned in vim, but not in the the current file, but rather as a tooltip or something. I managed to achieve this in TextMate and a...
In textmate on OS X there is a handy feature when you select text. If you hold the option key down the cursor turns into cross-hairs and you can select a vertical column of text and paste it back as a vertical column with the lines rows preserved. Does Flex Builder or Eclipse have the same feature? Not sure what to call it. If so, wh...
Yes, I know there is MonoDevelop. But what if I want to use Textmate instead? So my question here is aimed at the .Net developer who has developed some C# applications using Textmate. I'm curious as to what their process/workflow is with this setup. What is the best C# bundle out there for syntax/language grammar? How do you build y...
I have recently begun working with Objective-C in Textmate and noticed that the syntax highlighting is rather poor (a comment is the exact same color as a variable declaration). I've never done syntax highlighting changes in Textmate and I'm having trouble figuring out how to correctly modify it. For example the scope of a comment in an ...
Something I liked in Visual Studio was that I could click an opening tag, say and it would do its best to highlight in bold the closing tag. Does anyone know if you can do that in textmate? I searched an looked but cannot find it. It gets hard to find the closing tag many DIVs deep. If TextMate won't do it, can anyone tell me an e...
I'm having trouble looking up documentation for Ruby in Textmate. I installed Ruby 1.9.1 to /usr/local/bin but when I use Ctrl+H to lookup a word using the Ruby bundle I get this error: /Users/joshuaaburto/Library/Application Support/TextMate/Pristine Copy/Support/lib/web_preview.rb:101: warning: mismatched indentations at 'end' with...
There is any complete tutorial how to configure emacs for using with Django (1.1) (on Mac)? Im thinking about switch from TextMate to Emacs to have multiplatform editor for django. I have my fav. theme from textmate and I want to convert this to emacs (maybe is "converter" for this?). Switching from Textmate is a good idea ? ...
If you place the cursor on a variable in NetBeans (at least in Ruby code) it highlights all instances of that variable. This is a feature I like very much. Does TextMate or some bundle have a similar feature? ...
Hey all, i switched to Textmate and want to switch tabs with command + Tab (like in NetBeans). The menu command is Navigation - Next File Tab. But its not possible to set any shortcut with the tab key? Is this a general limitation? Thanks for help! ...
When trying to use some of the commands from the Git bundle for TextMate (eg. 'Show Uncommited Changes') I get an error message like 'sh: line 1: git: command not found'. How do I make TextMate work with Git? ...
I have some gnarly functions in javascript that I am using Textmate to edit. I see an extremely short flash of the matching bracket, but it is almost imperceptible if you don't arrow over the bracket repeatedly. Is there a way to make the bracket highlight persistent? ...
I am a first year Comp. Sci. student and am looking for the best way to develop C++ on a Mac. I have Xcode and Textmate. What are the benefits/negatives of each? Are there any better ones? I am not a fan of having to use a whole project to run programs with Xcode. Is this the only way to do it, or am I mistaken? Also, is there a way t...
I am a first year Comp. Sci. student and am looking for the best way to develop C++ on a Mac. I have Xcode and Textmate. What are the benefits/negatives of each? Are there any better ones? Do you have any tips? I am not a fan of having to use a project to run programs with Xcode. Is this the only way to do it, or am I mistaken? ...
Hi All, I am going to outline my workflow and I would like some suggestions on how to improve the efficiency of this. It seems right now a bit cumbersome and repetitive (something I hate), so I am looking for some improvements. Keep in mind I'm still new to django and how it works but I'm a pretty fluent coder (IMHO). So here goes......
Textmate does not source my .profile file. I don't have a custom bash_init.rb, nor do I have a .bash_profile or .bash_login in my home directory (the other two files it checks first). My .profile gets sourced properly when I start up terminal ...
Hi, I am editing a .html.erb file with HTML(rails) selected at the bottom. When I type if I get: < ?php if (condition): ? > < ?php endif ? > Any ideas? Cheers ...