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