I've noticed spell checking isn't working in text.html.php strings. It is working in source.js.jquery, however. See the examples in the attached screenshots.
Here are the bundle preferences that seem relevant (Source and PHP; the HTML bundle doesn't seem to have any that effect spelling).
Where should I look to see where this could be going wrong?
Thanks,
Quinn
Source.tmbundle/Preferences/Enable spell checking for strings.plist
{
name = "Spell Checking: Enable for Strings";
scope = "^ source string.quoted - punctuation";
settings = {
spellChecking = 1;
};
}
Source.tmbundle/Preferences/Disable spell checking for all.plist
{
name = "Spell Checking: Disable for Source";
scope = "source, constant, keyword, storage, support, variable";
settings = {
spellChecking = 0;
};
}
PHP.tmbundle/Preferences/Disable spellcheck in require.tmPreferences
{
name = "Disable spellcheck in require";
scope = "meta.include.php string.quoted";
settings = {
spellChecking = 0;
};
}
PHP.tmbundle/Preferences/Enable Spellchecking for Docblocks.tmPreferences
{
name = "Enable Spellchecking for Docblocks";
scope = "comment.block.documentation.phpdoc.php";
settings = {
spellChecking = 1;
};
}
Hi,
when having a multiple selection (Multi singe charets) and giving the Filter
Through Command "seq 10", TM 2.0-beta.7.7 (nightly-build) completely hangs
(force quit is necessary!, nothing in console) on my Mac with OSX 10.10.5.
When downgrading to the "normal release" 2.0-beta.7.4, everything works as
expected => numbered item filled on the charet.
More people this issue?
regards,
feek
--
View this message in context: http://textmate.1073791.n5.nabble.com/Multi-Carets-and-Filter-through-comma…
Sent from the textmate users mailing list archive at Nabble.com.
I haven't used Textmate for editing a programming language in such a long
time, that perhaps I am confused, but....
I wanted to edit a kml file generated by Google Earth. Kml should format as
xml, right?
I see this post
<http://textmate.1073791.n5.nabble.com/XML-block-folding-bug-td9215.html>
from 2007 saying that the open/close doesn't work if the end tag is not on a
separate line--unacknowledged and (seemingly) unfixed.
And as a variation on that bug report, I see that the following code also
doesn't open/close. If you fix all the indentations by hand, then it does,
but, surprisingly to me, tidying the code doesn't make any changes.
This is all in service to trying to edit a giant kml file from Google Earth.
On this file, folding is not working correctly, and tidying the code changes
the folding (still incorrect, but different).
I am beginning to think that I can't easily edit a kml file in TextMate,
because without folding, it is nearly impossible to figure out where blocks
start and end. (The file is well over 32,000 lines long).
Any thoughts before I give up?
I did download the kml bundle, but it doesn't help.
--
View this message in context: http://textmate.1073791.n5.nabble.com/xml-tidying-and-folding-tp29391.html
Sent from the textmate users mailing list archive at Nabble.com.
I have extremely strong muscle memory from other applications (Finder, Freeway, I'm sure there's others) that Option-click on a filename steps into that filename for editing. In TM2, it seems to hide all the other files I have open in tabs, and I can't figure out how to undo this once it has happened. Is there a way to disable this? How do you go back from having hidden all the other tabs?
Walter
I have a feature suggestion. I've thought about this for years but it has only just occurred to me to say something about it.
As you know, I use TextMate to write books. Big books with big chapters. So it often happens that I edit a chapter, then jump to an earlier / later bit of that same chapter to make some change entailed by what I was just writing. Now I want to "go back" to where I was before.
That's the suggestion. TextMate should _automatically_ maintain "bookmarks" for the location of the two most recent edit locations (places where I actually typed or deleted text). Thus, I could use the bookmarks feature to jump back to where I was before.
Just an idea. (A really great idea!) m.
--
matt neuburg, phd = http://www.apeth.net/matt/
pantes anthropoi tou eidenai oregontai phusei
Programming iOS 7! http://shop.oreilly.com/product/0636920031017.do
iOS 7 Fundamentals! http://shop.oreilly.com/product/0636920032465.do
RubyFrontier! http://www.apeth.com/RubyFrontierDocs/default.html
Hi All,
I was wondering whether it would be possible to introduce to textmate the following functionality. The situation is the following:
I have two larger groups of texts, under subheadings. They show the fold sign next to the line numbers. They are folded.
|> AAAAAA
|> BBBBBB
I want to move the whole subsection BBBBBB above AAAAA. It seems to me logical to click and hold the mouse on the folded sign, and move upwards/downwards the whole folded chunk.
|> BBBBBB
|> AAAAAA
Would be this functionality helpful for anybody? I think it would be great, and quicker than Cmd+C and Cmd+V. Is it possible to introduce this?
Kind regards,
Peter
Hi *,
I’m running TM1 on my iMac with Mac OS X 10.6 and TM2 on the 10.9 MacBook. In TM1 I can export any (maybe modified) bundle by just dragging it from the bundle editor window to some finder location and will get an installable bundle like that one you sent. How do I do that in TM2?
-MWL-
--
Martin Wilhelm Leidig, SatzTeXnik — Dante e.V. #1580
Professional TeXing and TeXnical counselling
Hi *,
I’d like to use TM and TM2 (or at least one of them) with my custom TeXShop engines. By including a shebang-like line in the first line of the input, e.g.,
> ---
> %!TEX TS-program = pdflatex
> ---
one tells TM to use pdflatex; but there is no way to tell it to use, say, my ho-dtxmk engine (which processes DTX files using Heiko Oberdiek’s (ho) extracting/documentation wizardry).
So, is there a way to have TM[2] run TeXShop as the typesetting engine when I push Cmd-R instead of running the tex binaries directly, thus functioning as the external editor in TeXShop?
Regards from Ladenburg,
-MWL-
--
Martin Wilhelm Leidig, SatzTeXnik — Dante e.V. #1580
Professional TeXing and TeXnical counselling
Hello all,
I’m using ctags bundle for a while but now, working on a huge project it is demanding a lot of time to create de tmtags file, so i’m thinking about filter some directories and files that I don’t need to be indexed, but I am not able to put it to work.
I create a .ctags file with the content below and put it on my home folder, but it is not working.
--recurse=yes
--tag-relative=yes
--exclude=.git
--exclude=.node_module
--exclude=var
Can someone help me, please?
Thank you in advance.
adler
For example, how can I strip away the names of the states in this string and
only keep he two character abbreviations?
(In my file the state names and abbreviations are separated by a tab.)
Alabama AL
Alaska AK
Arizona AZ
Arkansas AR
California CA
Also...how could I turn this string:
AL
AK
AZ
AR
CA
into: AL¶AK¶AZ¶AR¶CA
I noticed that an update to RSpec broke the RSpec bundle. In the
discussion that followed it came up that the RSpec developers are not
maintaining the RSpec bundle and seem not to be interested in doing so.
My question is, should we move the project to the TextMate
group/namespace on Github and take over the responsibility for
maintaining it?
Please see the issue I've created [1] and the discussion [2]. I suggest
we continue the discussion in the issue or the commit so the RSpec
developers can participate as well.
[1] https://github.com/rspec/rspec.tmbundle/issues/98
[2]
https://github.com/rspec/rspec-core/commit/74a286d1fe44fe6a3a6a248ee2e92718…
--
/Jacob Carlborg
Hi Guys,
I was wondering, would any of you prefer sometimes using square/block carets instead of the vertical bar? I work on 2 monitors, reading on 1st, writing on 2nd. Often I have issues to find the location of the caret/cursor.
This is super-upsetting if you are writing your thesis (yes I use LaTeX), however, instead of typing the great idea/phrase you end up looking for a caret/cursor.
Anybody willing to introduce this – small but extremely valuable – snippet of code to TM2? All present and future generations, writing their theses, books, articles, etc., will be extremely grateful!
Kind regards,
Peter
I first noticed this months ago, but I’m finally trying to figure it
out.
If I click “Select Bundle Item…” or hit ⌃⌘T, the application
will freeze. If I check Activity Monitor, TextMate will just keep
consuming more memory until I kill it or the system runs out.
Where should I start troubleshooting?
I’ve uploaded a sample taken while TextMate was hung.
http://cl.ly/text/2u473S2I4240
Thanks.
--
Rob McBroom
http://www.skurfer.com/
I found the "gtm" tool in the mailing list and have started to use it to
test the grammar in a bundle. I would like to setup Travis CI to run the
tests automatically. Is the URL [1] reliable to be available or should I
just include the binary in the repository?
[1] http://updates.textmate.org/gtm.bz2
--
/Jacob Carlborg
Is it possible in a language grammar to create a pattern that is based
on another pattern? I know that you can create a pattern which matches
some text and inserts another pattern in a capture group. But I would
like to reuse the actual regular expression from another pattern.
It's a bit hard to explain but the equivalent in Ruby would look
something like this:
identifier = /\w+/
mod = /module #{identifier};/
The point here is to avoid duplicating the "identifier" pattern in the
"mod" pattern.
--
/Jacob Carlborg
Is there a way I can just disable all autocompletion in TM2?
I really prefer not to use it, but occasionally its getting in the way.
I've trawled various bundles but cant figure out where any of it is defined
Example:
do|case "$o" in
The caret is where the | pipe character is. If I press TAB here it
autocompletes to..
do
#statements|
donecase "$o" in
Likewise if I press ESC instead, it autocompletes to
done|case "$o" in
Id rather it just inserted a TAB character
Thanks
Dear all,
I'd be slightly surprised if I were the first to raise this, but I
don't see any mention of it recently on the list.
Is it possible to set the weight of a font, as well as the face and
the size, from .tm_properties? I'm using Source Code Pro, and I prefer
the Medium weight to the Regular on my current screen. Some of the
theme files seem to use a "fontStyle" key, but setting
fontStyle = "Medium"
doesn't seem to help.
Thanks in advance.
Jon
What I have noticed is that the default Markdown bundle doesn't
support some syntax features of Markdown Herein the Markdown
Preview,such as tables and strikethrough for example. Is there a
way of adding these extra Markdown Here features in the current
TextMate bundle so that they are properly viewed in the Preview?
I've tried to use the redcarpet Markdown bundle and the
Github-flavored Markdown bundle versions, which present some
highlighting within TextMate itself but fail to make the preview
work as well. I've noticed that one can add MathJax support with
the preference option TM_MARKDOWN_MATHJAX set to 1. Is there
something like that for extra Markdown Here syntax support?
Cheers,
Angelo
In my master .tex file, the command LaTeX > Insert > Citation Based on
Current Word works fine.
However if I try to run the same command in the child files, I get a
dialogue box with the error message "Failure running ³Citation Based on
Current Selection². plus a long list of paths.
This is what I have set in Preferences > Variables:
³BIBINPUTS ~/Library/Mobile
Documents/M6HJR9W95L~com~textasticapp~textastic/Documents/refs.bib"
Anyone know what the problem is?
Ross
I'm using TextMate as the editor for Git (writing commit messages and
similar). When I do a commit in the Terminal, I've fairly recently
started to notice that after I've written the commit message in TextMate
and closed the window Git still waits for TextMate. If I either open up
a new window in TextMate and closes that or quit TextMate, Git stops
waiting and finishes the commit.
I'm not sure if this is a problem with Git or TextMate. Has anyone else
experienced this problem.
I'm using:
OS X 10.10.3
TextMate 2.0-beta.7.5
git version 2.3.7 (Apple Git-57)
--
/Jacob Carlborg
I am slowly migrating from 1.5, and one thing that I really liked about the former was that if you double-clicked a symbol :foo or instance variable @bar, your selection cursor only grabbed the name, not the metacharacter preceding it. This made it really easy to change the content without altering the shell. Several times lately I have been caught out by this difference in TM2 — there, a double-clck selection grabs the entire thing. Muscle memory is foiled.
Is there a place in the Ruby bundle syntax that controls this behavior?
Thanks,
Walter