Hi everybody!
I'm trying to make an enhanced paste-function which evaluates the text
pasted into a blank textmate document, and assigns the document's
language accordingly.
Is there a non-AppleScript way of assigning language? It is very lacking
in text examination, so it would be much less clumsy in, say, bash.
I know I can use this.:
keystroke "h" using {control down, option down, shift down}
keystroke "1"
To set the syntax as HTML by “faking” the keyboard shortcut.
Thanks!
Rasmus
Hiya,
Is it possible for a bundle command to accept a single selection and return multiple selections (or just carets)?
Here’s an example (brackets indicate selection, | is a caret );
Stage 1:
state: …class="|dark-theme"…
action: select "dark-theme"
Stage 2:
state: …class="[dark-theme]"…
action: [Hypothetical caret split command]
Stage 3a:
state: …class="[dark]-[theme]"…
or
Stage 3b:
state: …class="|dark-|theme"…
Then I’d press command T to switch from "dark-theme" to "theme-dark".
Im not sure what the logic would be in the bundle, my use would be served by simply returning the caret at the beginning and end of my selection (then command + w to select the word).
I’m also curious how Filter Through Command’s behavior could be reproduced in a bundle command, where the commands results are distributed to each line.
Thanks everyone!
Graham P Heath
ps: I’ve got some serious love for multiple carets ♥️♥️♥️
This document doesn't quite seem right anymore:
http://blog.macromates.com/2007/file-type-detection-rspec-rails/
I checked my manual bindings and ruby is not in there, yet my RSpec first
line match isn't working.
Does anyone know how to fix this for version 2?
Thanks
--
Tom Smyth
Worker-Owner, Sassafras Tech Collective
Specializing in innovative, usable tech for social change
sassafras.coop *·* @sassafrastech
Resident, Touchstone Cohousing
touchstonecohousing.org
Can't get text mate to work in terminal. Says “mate” command is not found. I created the symbolic link and update .profile and .bash_profile. Both are included. Even rebooted.
Hi,
I wrote a web app in Rails for collecting system statistics from Sparkle, I
figured you might be interested in using it for Textmate since you also use
Sparkle for updates. It's self-hosted, so you need a server and some basic
admin skills.
Here's the project: https://github.com/mackuba/sparkler
And here's what kind of statistics it can generate:
http://sparkle.psionides.eu/feeds/gitifier/statistics (this is data from 4
years back as you can see, so it will take a while for it to look like this
:)
Let me know if you decide to use it and manage to set it up, I'll link to
you from the readme. Also let me know if you run into any problems, I don't
know if those instructions are intuitive enough.
Kuba
Code folding in LaTeX is not doing what I expect. Lets say I have this in my
.tex file:
\begin{document}
\section{}
Lorem ipsum dolor sit amet, consectetur adipisicing elit.
\subsection{}
Lorem ipsum dolor sit amet, consectetur adipisicing elit.
\end{document}
Option + Command + 0 does as expected:
\begin{document}\end{document}
Option + Command + 1 does exactly the same:
\begin{document}\end{document}
But what I expected was
\begin{document}
\section{}
\end{document}
Option + Command + 2 does as expected:
\begin{document}
\section{}
\subsection{}
\end{document}
So, I expected:
\begin{document} to be all levels
\section{} to be level 1
\subsection{} to be level 2
Is there a way of setting cold folding to do what I expected?
Ross Ahmed
Ecologist
07875533906
Twitter: @RossAhmed <https://twitter.com/RossAhmed>
LinkedIn: Ross Ahmed <https://www.linkedin.com/pub/ross-ahmed/2a/775/590>
In my .tex file, I have 60 lines of code between the start of the file and
\begin{document}. Most of these lines are filled with \usepackage{}. Is
there a way to hide this part of the .tex file in TextMate, by for example
using code folding? If not, can these 60 lines be sourced from a different
.tex file?
Ross Ahmed
Ecologist
07875533906
Twitter: @RossAhmed <https://twitter.com/RossAhmed>
LinkedIn: Ross Ahmed <https://www.linkedin.com/pub/ross-ahmed/2a/775/590>
Dear All,
the subversion bundle (and all the ruby bundles) are broken since I update to yosemite few weeks ago.
I have been trying to fix the problem but I had little luck so far.
For what I understand is a problem related with the wrong default ruby version in yosemite (2.0 instead of the bundle supported 1.8).
A typical error that I get is something like, e.g. for svn status:
/Library/Ruby/Site/2.0.0/rubygems/core_ext/kernel_require.rb:54:in `require': /Users/umbe/Library/Application Support/TextMate/Managed/Bundles/Bundle Support.tmbundle/Support/shared/lib/shelltokenize.rb:74: invalid multibyte escape: /[^\w_\-\+=\/\x7F-\xFF]/
[...]
For what I understand each bundle should run ruby thought the ruby18 script which should install the the 1.8 version int he bundle support if it can’t find ii installed on the system. Unfortunately this seems not to be the case.
I have tried a bunch of things but without much success. I have installed ruby 1.8.7 with rvm and defined the TM_RUBY variable to point at it but nothing happened (later I realized that TM_RUBY is not meant for bundles).
I have reset the textmate 2 prefereces chance and variables in the hope to stimulate ruby18 to do its job but with no success.
Do you have any suggestion on how to fix is or at least help me in the debug process (I find a bit complicated to figure what a bundle is doing)?
Thanks
Umberto
Is there a memory leak in TextMate? I was running Activity Monitor and saw a memory usage spike. The application also became unresponsive, so I sampled it before doing a force quit. Here's what it came back with:
Not sure if it's relevant, but I was using a custom assembly language bundle at the time. The odd thing is I don't think TextMate was even the active application at the time the memory spiked. Very weird.
Ted
I’m trying to create a command using AppleScript to open CodeKit and select the CodeKit project associated with the current TextMate 2 project.
CodeKit’s docs want this:
tell application "CodeKit" to select project containing path "~/clients/aProject/app.scss”
So I wrote this:
#!/bin/bash
[[ -f "${TM_SUPPORT_PATH}/lib/bash_init.sh" ]] && . "${TM_SUPPORT_PATH}/lib/bash_init.sh"
osascript <<EOF
tell application "CodeKit" to select project containing path "$TM_PROJECT_DIRECTORY"
EOF
That launches CodeKit but does not select the project; CodeKit opens to the last used project, not $TM_PROJECT_DIRECTORY.
I’ve tried both “TM_PROJECT_DIRECTORY” and "’$TM_PROJECT_DIRECTORY’”.
What did I get wrong?
Bob
-------------------
Robert J. Rockefeller
Richmond Hill, GA
www.bobrockefeller.com
Is there a way to swap the include* / exclude* property order in TM2?
I have a project that is comprised of shared code used by many different
projects. Every time another developer adds files and directories to their
area of the source tree I have to add another exclude value in my
.tm_properties. Ideally I would like to exclude everything and only
include the directories and files that are specific to what I'm working on.
Reading the TM docs, it appears that the order is first to parse the
"include*" (which defaults to everything) then parse the "exclude*."
Because of this I can't figure how to, by default, exclude everything and
only include what I'm interested in.
Thanks for any help.
-- DV
--
View this message in context: http://textmate.1073791.n5.nabble.com/exclude-include-in-tm-properties-tp29…
Sent from the textmate users mailing list archive at Nabble.com.
I'm trying to match the following code in the D language grammar:
static if (true) {}
void foo ()
{
static if (true) {}
}
The first static-if is correctly recognized as
"keyword.control.conditional.d". But the static-if inside "foo" is
recognized as a method "meta.definition.method.d". I managed to get the
top level static-if correctly recognized by moving the pattern for the
static-if before the pattern for a method. But I don't understand why
that doesn't work inside "foo".
The full scope of the static-if inside "foo" is:
source.d
meta.block.d
meta.definition.method.d
entity.name.function.d
The language grammar is available here [1]. Are the patterns evaluated
in the wrong order or something like that?
Another thing I noticed is the "static if" on the top level seems to be
recognized as a single word. When I use the hot keys for moving the
cursor a word it jumps from the start of "static" to the end of "if",
instead of to the end of "static".
[1]
https://github.com/jacob-carlborg/d.tmbundle/blob/d2/Syntaxes/D.tmLanguage#…
--
/Jacob Carlborg
I'm trying to build TextMate and suddenly got this error:
[235/1222] Compile ‘Frameworks/crash/src/info.cc’…
FAILED: xcrun clang++ -include build/Shared/PCH/prelude.cc -c -pipe
-fPIC -gdwarf-2 -m64 -mmacosx-version-min=10.7 -funsigned-char
-D'NULL_STR="\uFFFF"' -DREST_API='"https://api.textmate.org"' -Wall
-Wwrite-strings -Wformat -Winit-self -Wmissing-include-dirs
-Wno-parentheses -Wno-sign-compare -Wno-switch -IShared/include
-fcolor-diagnostics -DNDEBUG -Os -fvisibility=hidden -std=c++1y
-stdlib=libc++ -I"/usr/local/include" -o
build/Frameworks/crash/src/info.o -MMD -MF
build/Frameworks/crash/src/info.o.d -Ibuild/include
Frameworks/crash/src/info.cc
Frameworks/crash/src/info.cc:61:3: error: thread-local storage is not
supported for the current target
thread_local stack_t stack;
I have successfully compiled TextMate before and have not seen this
error. info.cc has not been updated since April last year, I'm pretty
certain I've compiled TextMate after that. Could this be related to my
recent upgrade to OS X 10.10.3?
I have Xcode Version 6.3 (6D570) and Clang:
Apple LLVM version 6.1.0 (clang-602.0.49) (based on LLVM 3.6.0svn)
Target: x86_64-apple-darwin14.3.0
Thread model: posix
BTW, both "__thread" and "_Thread_local" works fine.
--
/Jacob Carlborg
Multiple find-and-replace with Regexes, stepping through each one by one, the last one can be overstepped and insert the replacement tokens themselves (such as $1 $3)
Thanks,
John Joyce
Hi all,
I noticed code folding in TM2 in Ruby is slightly broken with multiline comments (using the =begin … =end construct)
Newlines within the comment introduce a new folding start.
Thanks,
John Joyce
When using ^W to select the next instance of a word, is there anyway to
step backwards if you go too far? In Sublime I think you just add a shift
to the key combo and it does this.
It sucks to be well into a nice fat multiple selection only to go a bit too
far and have to start over again.
Thoughts?
PS. I love TM!
--
Tom Smyth
Worker-Owner, Sassafras Tech Collective
Specializing in innovative, usable tech for social change
sassafras.coop *·* @sassafrastech
Resident, Touchstone Cohousing
touchstonecohousing.org
I am trying to follow these instructions and I do not understand how to
create a new command. Can someone please explain how this is done?
https://coderwall.com/p/j7qqsa/minify-your-css-inside-of-textmate
In your Bundles menu, go to Edit Bundles and select your favorite CSS Bundle
(I am personally a huge proponent of mCss
<http://minimaldesign.net/downloads/tools/textmate-css-bundle> ). Add a new
Command, and enter make the command contents the following code:
# Create the minified filename
NEWFILE=${TM_FILENAME%\.css}'.min.css'
# Minify into that file
curl -X POST -s --data-urlencode "input@${TM_FILENAME}" \
http://www.cssminifier.com/raw > $NEWFILE
# And open it
mate $NEWFILE
You can make your key equivalent anything you'd like, I set mine to Cmd +
Shift + R. Once you have done this, give it a whirl. You should see that
your styles.css generates a styles.min.css in the same directory, as well as
opens it in Textmate.
To note: if you don't have the Textmate command line utility installed,
simply delete the last line of this command to stop seeing errors.
Hello
The title says it all. I am running Textmate 2 (just reinstalled after
deleting ~/Library/Application Support/Avian, ~/Library/Application
Support/Textmate folders) on the latest version of Yosemite and get the
above error using the Latex bundle. The message then reads :
Command returned status code 1.
Upon editing the command, I get
---snip---
#!/usr/bin/env ruby18
# coding: utf-8
require ENV["TM_SUPPORT_PATH"] + "/lib/tm/process"
require ENV["TM_SUPPORT_PATH"] + "/lib/tm/htmloutput"
require ENV["TM_SUPPORT_PATH"] + "/lib/tm/save_current_document"
# To enable the typesetting of unsaved documents, you must change the
“Save” setting of
# this command to “Current File” and add the variable TM_LATEX_AUTOSAVE
to TextMate's
# Shell Variables preferences. Be warned that your document must be
encoded as UTF-8 if
# you excercise this option — becauseTextMate.save_current_document
cannot know the file
# encoding you prefer.
TextMate.save_current_document unless ENV["TM_LATEX_AUTOSAVE"].nil?
texmate = ENV["TM_BUNDLE_SUPPORT"] + "/bin/texmate.py"
engine_version = TextMate::Process.run(texmate, "version")
TextMate::HTMLOutput.show(:title => "Typesetting
“#{ENV["TM_DISPLAYNAME"] || File.basename(ENV["TM_FILEPATH"])}”…",
:sub_title => engine_version) do |io|
TextMate::Process.run(texmate, 'latex', :interactive_input => false)
do |line|
io << line
end
end
::Process.exit($?.exitstatus || 0) # exitstatus is nil if our process is
prematurely terminated (SIGINT)
-- snip --
Unfortunately, I am not very good with shell commands.
Can anyone offer help ?
Christof
Hello!
Python3 is on track to getting type hints through annotations in functions,
which TextMate doesn't recognize.
I've tried to modify the current regex to recognize this new piece of
notation but I'm not that well versed enough in regex. Maybe someone more
experienced with it could do it?
Here are the references for it:
- https://www.python.org/dev/peps/pep-3107/
- https://www.python.org/dev/peps/pep-0484/
Cheers, Leandro
Hi,
Is there a way to desactivate the automatic replacement of some characters to html entities, ie when I type option-space in an html or markdown doc, it is automaticaly replaced with
I'd like to keep the character I typed as is as it make the text more readable (I mainly have international text with lot of non ascii chars) and most html entities are not necessary in html5.
Regards,
Joël
Has anyone tried integrating the WakaTime (https://wakatime.com) time
tracking service into TextMate? I'd love to be able to track my time
using this, but there's no"official" plugin for it for TexMate.
--
Keith Solomon - ksolomon(a)gmail.com
My Blog - http://keithsolomon.net/
I am experiencing an erratic behaviour with the TM2/Latex.tmbundle.
It seems that TM2 is recording the TM_LATEX_MASTER variable between
sessions.
I was working in a folder foofoolder1 where in the .tm_properties I had
defined TM_LATEX_MASTER = foo1.tex
Then I closed TM2 and created another file, foo2.tex, in another directory
foofolder2 unrelated to foofolder1. In this new folder, I didn't define
TM_LATEX_MASTER. For my surprise, where I pressed Command + R, TM2 was
invoking foo1.tex.
So it was using the TM_LATEX_MASTER defined for the other folder in this new
folder.
How to fix it?
--
View this message in context: http://textmate.1073791.n5.nabble.com/TM-LATEX-MASTER-tp29089.html
Sent from the textmate users mailing list archive at Nabble.com.
hello,
I am new here. I have noticed a problem in the folding mechanism of code
when using the LaTeX-bundle in textmate (version: TextMate version
2.0-beta.7.1 ). I use textmate only for writing LaTeX documents. so, I
have now idea if this is caused by textmate or specifically by the
latex-bundle.
most section{} or subsection{} commands are "foldable", i.e. the little
triangle symbol appears next to the line number. however, the triangle
disappears when I include another command in the same line. this happens
for example, when the section heading contains italics.
section{heading of this section} --> this will produce foldable code.
section{heading of textit{this} section} --> this will fail to produce
foldable code.
I would like to ask if this is a known problem and if anyone has a
solution to this?
thank you in advance,
christian