I'm at a loss here. I just set up my first Git repo.
I was playing around with the bundle and SCM tracking was working earlier today.
I had badges in my file browser and everything. Now, nothing.
Even my $TM_SCM_BRANCH variable is empty
(which is supposed to display in my title bar per my .tm_properties file.)
However, all Git commands work perfectly via the bundle commands.
I can execute commits, pushes, etc perfectly.
Am I missing something? Do I have to tell TM2 to start tracking?
I'm on the latest TM2 alpha.9427
Any direction you could give would be very helpful.
Thanks,
MIke
Hi, Guys.
Today I open my TextMate and I receive this message "TextMate is outdated!
You are using a preview TextMate 2 which is more than a month old. It will
stop working in 29 days.", but I don't know why? I'm using TextMate version
2.0-alpha.9419. Anyone can help me with this problem? I thought that was
TextMate 2 open source. I'm wrong?
--
*Diego Dias
*Analista Desenvolvedor
Microsoft Certified Applications Developer
Microsoft Certified Technology Specialist WCF .Net 4.0 - Charter
Member<http://www.microsoft.com/learning/en/us/certification/cert-program-membersh…>
11-8931.1768
I'm writing a bundle and I would like to add create some submenus.
I understand that the association, and ordering, of commands in bundle menus
is achieved via the `info.plist` property list for the bundle. New commands
are generated with an ID number that can be referenced in the `info.plist`.
Submenus also have ID numbers that appear in the bundle's `info.plist`.
However, these submenu ID numbers don't appear to be generated, or to
feature, elsewhere in the bundle.
My question is: how does one create the ID numbers for submenus in
`info.plist`? Would any random ID that is distinct from the others in the
`info.plist` do? What about collisions with numbers in other bundles? How do
folks usually generate these submenu ID numbers?
Final question: is there any faster way to manage menu structure of a bundle
other than fiddling by hand with `info.plist`?
Hi!
Is there a theme that can distinguish between Python docstrings and
literal string elements?
Ideally, I would like to have
"""docstring"""
look different from 'mystring' in
a= 'mystring'.
Super-ideally, they even would look different to
# these kind of comments
If it doesn't exist, could anybody show me what and how to tweak to
make this possible? I never created a TMx before.
Cheers,
Michael
Whenever I return to TextMate from a different application I am having
to spend minutes watching a beach ball spinning whilst TextMate is frozen.
Various posts have suggested installing something called ReMate and
enabling "Disable refresh on regaining focus" however this has made no
difference and if anything the problem just gets worse.
I am using light text (usually R or SQL) files (two or three opened at a
time) stored locally and am not working with projects, just individual
files.
Is there a solution in TextMate or should I find a better editor?
Thanks
Paul
--
The University of Edinburgh is a charitable body, registered in
Scotland, with registration number SC005336.
Hi all
I¹m trying to enable auto completion of Pandoc-style citations, see
unresolved question on stack overflow:
http://stackoverflow.com/questions/16406624/auto-completion-of-pandoc-style-
citations-in-markdown-using-textmate/16759930?noredirect=1#comment24154750_1
6759930
How can I enable auto completion of Pandoc-style citations?
Thanks
Ross
I have a .bib file with entries formatted like this:
@Article{Calenge2006, title = {The package adehabitat for the R software:
tool for the analysis of space and habitat use by animals},
journal = {Ecological Modelling}, volume = {197}, pages = {1035}, year
= {2006}, author = {C. Calenge}}
Instead of manually clicking/hitting return, is there a more automated way
to format the code. The result should be:
@Article{Calenge2006,
title = {The package adehabitat for the R software: tool for the analysis of
space and habitat use by animals},
journal = {Ecological Modelling},
volume = {197},
pages = {1035},
year = {2006},
author = {C. Calenge}
}
Thanks
R
Hi
How do I activate completion of code in Textmate?
I have the software as try out, downloaded and installed the EE bundle.
The docs say I can complete tags by using tab.
But tab just moves my text or cursor to the right, no autocompletion.
When using the drop down menu in bundles the function works, so the bundle
in itself works.
Thanks for answering.
--
View this message in context: http://textmate.1073791.n5.nabble.com/one-small-question-from-a-new-user-tp…
Sent from the textmate users mailing list archive at Nabble.com.
Using the same R script, I generally run the code in RStudio and edit the
code in TextMate. I have been using version control in RStudio for quite
some time. I would like to connect TextMate to the same repository.
Therefore, I can can commit changes to the R script in both RStudio and
TextMate. The repository is offline. How can I connect TextMate to the same
repository?
Thanks
I posted this on the tex.stackexchange a few days ago, but figured this might be another path to consider. Here is my issue:
This is a recent development, and I'm not sure what I've changed to make this happen… other than setting `TM_SUPPORT_PATH` to `~/Library/Application Support/TextMate/Managed/Bundles/Bundle Support.tmbundle/Support/shared`.
I had to do that a month ago to get LaTeX files to compile (another mystery, since it previously compiled without issue). They seem to work fine now, but when I try to create italics (or bold, underline, etc.), TextMate spits back the error:
> Failure running “Italic”.
>
> Italic: line 4: toggle_style.rb: command not found
This same error occurs when I try to invoke other scripts contained in the LaTeX bundle (Tidy, anything invoking texMate.py). All of these seem to rely on `TM_SUPPORT_PATH` in the script, and yet none of these scripts resides within the shared directory… They're all in `~/Library/Application Support/TextMate/Managed/Bundles/LaTeX.tmbundle/Support/bin`.
I could solve this problem by changing the path in all of the scripts to a `TM_LATEX_SUPPORT` path, or by moving or linking all of the scripts to the shared directory… but this doesn't seem like it should be necessary. Any ideas on what I may have broken?
Dustin Wheeler
mskblackbelt(a)me.com
Hello, I'm interested in sending custom commands to the rmate session in
the server. I think I can manage some ruby, but C is another story.
In particular, I'm interested in sending commands to execute: for example I
would want to be over a class name and with a key combination send
something like "run\r\n"+ "/find/and/send/to/rmate MyClass", so rmate will
run this as an OS command. I can manage getting rmate in the server to
understand and run the command, but I don't know how to make Textmate to
send such a command.
Is this something that can be done today?
Thanks!
Jose
The minimum width of a TextMate window seems quite wide, at over 500 pixels
on my machine. This is over a third of the width of the screen on a MacBook
Air.
Is there a way to support windows narrower than 500 pixels?
I can't see anything in the document or mailing lists or GitHub issues
list, other than a mention that the status bar now has a minimum size:
http://article.gmane.org/gmane.editors.textmate.general/35919/match=status+…
This pull request may also be related:
https://github.com/textmate/textmate/pull/793
Is it possible to hide the status bar, or remove some of its components to
make its minimum size smaller?
If there's not a user configurable setting to support narrow windows, is
there a hard coded setting in the code that I could override for my local
build?
My environment:
TextMate: most recent alpha build from the website -- 2.0-alpha.9419. Same
behaviour when built from the latest source (2.0-alpha.9420+git.e49504a).
Mac OS X: 10.8.3
MacBook Air 13"
Hello,
I have Textmate Version 1.5.11 (1635). How can I configure Textmate that it
Auto-Indents with IF THEN etc..?
So, like this:
IF lVariable=true
Do This
ENDIF
How can I tell Textmate to add 3 spaces before the "Do this" command?
Thanks!
Patrick
My understanding is that soft-wrapped lines can now be indented, but I can't
figure out how to enable that. Is this feature implemented?
--
View this message in context: http://old.nabble.com/Indented-soft-wrap-tp32983136p32983136.html
Sent from the textmate users mailing list archive at Nabble.com.
Years ago I created websites, but I've been away from all forms of coding for several years. I purchased TextMate for because one of the screencasts at http://screencasts.textmate.org/html_text_transformations.mov was so impressive. However the speaker assumes some non-obvious fundamentals.
When he types "html" suddenly <html> </html> appears on the screen nicely formatted. Doesn't for me. Hitting the tab key just jumps the cursor to the right. Hitting return or enter pushes the cursor to a new line. What has he done to effect the transformation? He doesn't say.
I have figured out that when he typed "doctype" he then hits the tab key to present some options. That works.
I'm on a Mac OS X 10.8.3 running TextMate Version 1.5.11 (1635)
What basic assumptions am I missing?
Appreciated.
Morley Chalmers
—
The highest result of education is tolerance. — Helen Adams Keller, lecturer, author, first deaf-blind person to receive a Bachelor of Arts degree (1880–1968)
Hey y'all
For the longest time with the alpha Textmate have jumped to the wrong position when clicking e.g. a search result in the Find in project…, or clicking in my pdf and jump to the corresponding position in my LaTeX code.
The cursor is placed at the right position, but the window is not centered around the cursor. This means that ctrl+l works well but is necessary every time. Is this something there's a known fix for?
Thanks
Andreas
Trying is the first step towards failure.
- Homer Simpson
For example, I have the following text:
one
two
three
I can option-click and then drag across the beginning the these lines to
insert the same characters to all three lines, e.g. a dash
-one
-two
-three
Is it possible to insert a sequence of numbers? Like:
1 one
2 two
3 three
If this is possible, how about multi-digits? Like:
1 one
2 two
...
...
10 ten
11 eleven
Note that there is a space in front of 1 and 2 in the first two lines.
Are these possible? Thanks!
Hi!, i want to know if there's any chance that can work with a Xcode project in TM2. Like TM1 were you can convert the .xcodeproject to a .tmproject and get the same structure (group and stuff) that you have in Xcode. I know that in TM2 .tmproject don't exist. But maybe there's another way.
Thanks!.
--
Alberto Lagos Toro
Sent with Airmail
Hi,
I may be missing something obvious here, but I have a question about code reuse within a language grammar. I have a language (Stata) which permits constructs of this form
<prefix cmd> [options]: <cmd>
Moreover, prefixes can be combined. If we call
<prefix cmd> [options]:
the prefix, then we may have
<prefix> [[<prefix>] ...] <cmd>
I'd like to match the prefix (and scope it as meta.prefix), and then match the <cmd> when it follows the prefix. However, the <cmd> can also appear in other contexts too (where it should also be matched). As I'm thinking about this now, it seems that it would be ideal if I could define the prefix (which itself requires a rather complicated regex) in one place, and then refer to that in other places, such as where a specific command that can follow a prefix is defined. I am familiar with the language repository and have used it for recursive constructs and to embed one grammar within another, but can't figure out how it might be used here (if at all).
Should I be thinking about this a different way?
Thanks,
-- Phil
Hi all,
On my textmate 1.5 installation I changed the definition of start and stop markers for the python language definition.
Now I realized that by replacing the original start and stop markers, I lose the ability to fold function definition, which is more annoying than I anticipated.
My problem now is that I don't know how to redefine the marker definitions and I am not able to revert the language definition.
Can somebody help me by just sending the original foldingStartMarker / foldingStopMarker definition in the python language definition?
That would be really helpful!
Also;
How can I define more than one Start/Stop marker?
My current definition looks like this:
foldingStartMarker = '^[^#]*(\([^\)]*$|\{\s*$)|(#){1}(\s)+[0-9]+';
foldingStopMarker = '(^\s*\)|^\s*\})|(#){1}(\s)+(end)+';
But I would like to have several Start and Stop markers.
Thanks!