A couple of issues:
http://manual.macromates.com/en/using_textmate_from_terminal.html
says about url: "if this is left out, the current document is targeted". TM2 complains when url is missing.
Secondly: I can't seem to figure out how to use URLs containing spaces. Neither of these work in TM2 (I belive the first one would be the correct one, at least TM2 displays it correctly in the error message):
txmt://open?url=file:///Library/Screen%20Savers/
txmt://open?url=file:///Library/Screen+Savers/
txmt://open?url=file:///Library/Screen Savers/
Am I getting those wrong?
Thanks
Gerd
Hi,
I'm not sure if I am missing something about the new ways to include/exclude files via entries in the .tm_properties file. I would like a subset of all my files to appear in the file browser. I first exclude all files then selectively include just those files I want. My problem is that when I do a search/replace in project the search returns matches in pure binary files (i.e. executables) that are *not* listed in my set of selected files. I never want to search/replace in any binary file. Can anyone suggest a fix?
Many thanks,
Leo
Here is the section of my .tm_properties file
# exclude all files
exclude = "*"
excludeFiles = "*"
excludeFilesInBrowser = "*"
excludeDirectoriesInBrowser = ".*"
excludeInFolderSearch = ".*"
# select some files
mySourceCode = "*.adb,*.ads,*.adc,*.sh,*.tex,*.sty"
myTextFiles = "*.txt,*.tex,*.sty,*.bib,*.inp"
myBinaryFiles = "*.{jpg,jpeg,pdf,png}"
myOtherFiles = "Makefile,README*,TO-DO*"
# make the selected files visible
includeFilesInBrowser = "{.tm_properties,$mySourceCode,$myTextFiles,$myBinaryFiles,$myOtherFiles}"
[ $myBinaryFiles ]
binary = true
I'm having serious issues with highlighting, mostly with javascript files. Whenever I open a minified js file or a file with over 300-400 lines of code, textmate process will go over 100% and won't highlight anything else until I quit it.
I'm on a i7 2.2ghz with 8gig of ram.
Anyone else experiencing this?
thanks
I've been having some weird issue with the find functionality. When I search for something, usually in a project directory, most of the results don't match the line number returned.
example, if I search for "foo". I get the list of results, so I click on the returned result from the find window, which does takes me to the correct file and to line 32 as returned in the search results, but foo is actually located in a completely different line number in that document.
anybody else experiencing this?
I'm new to TextMate and Ruby so please bear with me. I'm trying to run my
ruby code in 1.9.3. When I run things now, it's running them in 1.8.7 for
some reason. I don't know exactly what path should go in the Path but I
want it to run 1.9.3. Please help. I don't even know where 1.8.7 is coming
from
--
View this message in context: http://old.nabble.com/Change-path-tp33711606p33711606.html
Sent from the textmate users mailing list archive at Nabble.com.
Howdy.
Does anyone know if it is possible to change the color in the file drawer in
TextMate 2? I read a message asking about font size but couldn't find
anything on color. I would like to change it to the pale blue found in most
lion windows (#dde2e9).
Thanks ,
~ Ben
--
View this message in context: http://old.nabble.com/-TM2--File-Drawer-Color-tp33679398p33679398.html
Sent from the textmate users mailing list archive at Nabble.com.
When using the hotkey for ending the line with a : and going to next
line, e.g. when defining a function, most of the time the colon is
being placed several characters away from the closing parameter
parentheses like so:
def func(params) :
This behaviour is a regression in TM2, works fine in TM1.
Best regards,
Michael
In the "Go To File" dialog, is there a way to remove the saved entries from
the dropdown on the right that contains the file globs?
I looked around a bit but couldn't find where these are stored.
Thanks,
Curt
"The usage statistics will be monitored..."
-- <http://blog.macromates.com/2012/leopards-and-questions/>
Can you please post an update to the statistics of Users and their OS
version. Perhaps it will change as more people become aware of the 2.0
alpha release.
Cheers,
AZ