I know there is probably a very good reason for the Textmate team not to use GitHub Issues instead of this mailing list, but I saw at least three times duplicate things coming up by multiple people just in the past couple of weeks. I guess this email itself might already be a duplicate, someone must have already suggested GitHub Issues before. Anyway, I would like to ask the team to think again about this. Sorry for the possible inconvenience.
Caio
Greeting all.
I have a question regarding the highlighting of opening/closing brackets in
code. Currently they are highlighted momentarily when “passing” through the
brackets with the cursor. Is it possible somehow to have the bracket
continuously highlighted when the cursor is at the sibling bracket (and not
just flashing on then off)?
Some setting in tm_properties, or other way? This is how bracket
highlighting work in Netbeans and other editors. Personally, I find it very
helpful when looking at code (mainly C/C++ code).
Thank you in advance for any responses.
Best Regards,
S.P.
Just upgraded to Yosemite and when I try to use the git bundle it is asking to install Ruby 1.8.6. I really don’t want to have such an old Ruby version kicking around. Googling around the subject there doesn’t seem to be any alternatives, but maybe I have missed something.
I have my TM_RUBY variable setup to point to my installed version of Ruby 2.0 and I am using TM2 beta.6.2.
Dave.
---------------------------------------------------------------------
Intel Corporation (UK) Limited
Registered No. 1134945 (England)
Registered Office: Pipers Way, Swindon SN3 1RJ
VAT No: 860 2173 47
This e-mail and any attachments may contain confidential material for
the sole use of the intended recipient(s). Any review or distribution
by others is strictly prohibited. If you are not the intended
recipient, please contact the sender and delete all copies.
Hi,
A very tiny request: would it be much trouble to make the click target for the double chevron button on the rightmost tab (visible when more files are open than there is space for tabs) extend till the edge of the tab? I mis-click 7 out of 10 times…
Thanks!
Best regards,
Bas
I have the situation where I have files with the same name (and similar content) in different sub folders and it is very easy to edit the incorrect file as the two tabs look the same.
A few ways to make this more obvious would be to change the background colour (of the edit window) or the colour of the tab (or text in the tab) based on something in the file path. Is there anyway of achieving such a thing?
I recall you can do something with the window title so this may be one way to help, but using colour would make it easier to see rather than having to read the full path name.
Dave.
---------------------------------------------------------------------
Intel Corporation (UK) Limited
Registered No. 1134945 (England)
Registered Office: Pipers Way, Swindon SN3 1RJ
VAT No: 860 2173 47
This e-mail and any attachments may contain confidential material for
the sole use of the intended recipient(s). Any review or distribution
by others is strictly prohibited. If you are not the intended
recipient, please contact the sender and delete all copies.
I have a symbolic link to the bundle I'm working on in
~/Library/Application Support/Avian/Pristine Copy/Bundles
This is where Textmate put it when it was installed.
If I choose "Edit Bundles" and make a change to the language grammar, it puts a delta file in
~/Library/Application Support/Avian/Bundles
rather than changing the bundle itself. How do I get a complete language grammar back into my development copy for version control and distribution?
Thanks,
John DeSoi, Ph.D.
With Textmate 1.5 I used the parent process ID from my bundle script (PHP posix_getppid) in order to store some per-session variables. With 2.0, the same function returns a different value for each script execution in the same session. I realize I could query the system and find the Textmate pid by name, but there could be more than one instance running. Is there a better way to get a stable identifier that only changes if the application is relaunched?
Thanks,
John DeSoi, Ph.D.
Hi,
> Brian Powell <powellb(a)gmail.com> wrote:
>
> When I “Typeset and View” (CMD-R), it takes upwards of 5 seconds for anything to happen on a core i7 macbook pro (it initially brought up a dialog stating it was searching for Ruby 1.8, which took about 20-25 secs). Once the command output window appears, everything happens as normal very quickly with the final document appearing in Skim.
>
> If I close Skim, close the command output window, then press CMD-R again, it still takes 4-5 seconds to begin before generating the document.
the problem should be fixed in
https://github.com/textmate/latex.tmbundle/commit/5074427f585490148ee6641d9…
Allan already deployed the change. So most of you should have the newest version of the bundle by now. If anyone encounters any problems with the update, please do not hesitate to ask here, or open an issue in the bundle issue tracker at https://github.com/textmate/latex.tmbundle/issues.
Kind regards,
René
> Hello everyone,
>
> I just upgraded to beta 6.1 and it seems that pdfs open in Skim are no longer updated when compiling tex, and further, the view is no longer being brought to the correct position in the document. For example, when I expect the viewer to open to page 20, it brings up the first page.
>
> Any ideas...?
>
> Thank you and best wishes,
>
> Anthony
Hi,
there is a very high chance, about 100% :(, that I am responsible for the problem you and the others encountered. Sorry.
I hopefully fixed the issue in https://github.com/textmate/latex.tmbundle/commit/dd13898357fa874dd5dde7d9d…
If you want to try the changes you can use the following steps:
1. Uninstall the LaTeX Bunde inside preferences
2. Quit TextMate
3. Enter the following command inside Terminal
mkdir -p ~/Library/Application\ Support/Avian/Bundles/
cd ~/Library/Application\ Support/Avian/Bundles/
git clone https://github.com/textmate/latex.tmbundle.git
4. Open TextMate
I already mailed Michael (Sheets) about the update. Theoretically he will update the official bundle soon.
Kind regards,
René
something similar to vi's shift+%
is that available in textmate 2? I know highlight color may help but I
have hundreds of lines in between...
thanks
--
Sent from my mobile. Ignore the typos unless they're funny.
Hello everyone,
I just upgraded to beta 6.1 and it seems that pdfs open in Skim are no
longer updated when compiling tex, and further, the view is no longer being
brought to the correct position in the document. For example, when I expect
the viewer to open to page 20, it brings up the first page.
Any ideas...?
Thank you and best wishes,
Anthony
(In case it helps, I'm on Yosemite.)
When you cursor through a closing brace, TM highlights the opening one to
help you balance it.
Im assuming this feature is in TM Core and not provided by a bundle as such
Is there a way to also get TM to highlight the opening brace, when you
actually type the closing brace too?
Cheers
Hello there,
TextMate 2 removed the option of new-from-template, so with your help I
created a command. After updating to Yosemite and TextMate 2.0-beta.6 it
stopped working.
*Compressed version of the problem*
#!/usr/bin/osascript
tell application "System Events"
keystroke "p"
end tell
*Error:*
HTML5:63:122: execution error: An error of type -10810 has occurred.
(-10810)
HTML5 is the name of the command. I don't know what 63 and 122 refers
to, as there are only 18 lines in my command. Is it perhaps a
permissions problem?
All the best,
Rasmus
Does anyone have any SVG bundles they'd recommend? I am feeling a need to
get in amongst the SVG rather than staying in illustrator/omnigraffle and
on first inspection there are a number of bundles but all I've seen are
pretty aged and never had much activity.
Ken
Hi, I had two questions.
1- sometimes I cannot open a file in a tab. Even when I create a tab and press Open, text ate opens a brand new window. I would like to keep those files a tab away.
2- I want to create a bundle that will correct for the correct syntax (spelling and end brackets) for an XML like markup. I tried to look at how JSON and XML bundles were done but was overwhelmed. What's the best place to get started? The markup is called AIML 2.0
Thanks!
Matt Neuburg wrote:
> So what about the little arrow button at the bottom that opens the list of changed files and lets you show the diff as a separate window? m.
I've just received beta 6 (previously on beta 1), and it has changed a bit more. The drop-down to check/uncheck all has reappeared at the bottom of the Commit window: good change back to the previous UI - it was a bit hidden in the right-click menu on the grid. (Thanks to Michael Sheets for pointing that out to me).
The little arrow just hides and shows the grid. The cog drop-down only offers check/uncheck all. Maybe I'm missing something? Each file has a Diff button, but that opens the diff just for that file. If I've got lots of changes that's also a bit tiresome.
Ronald Wampler wrote:
> See http://lists.macromates.com/textmate-dev/2014-July/014989.html and https://github.com/textmate/textmate/pull/1249 for previous discussions.
Thanks for the pointers; they were helpful in understanding the aim of the changes. I see that the individual diffs are opened in a separate window but tied to the project, which makes sense. Following that idea, I guess what I would like to see is an option to open all of the diffs in one tab on that, i.e. the same as Command-Shift-A, Command-Y, "Diff with working copy (BASE)" and double-click the tab, which is my current dance that I have to remember to do before opening the Commit pane. Perhaps another option in the cog drop-down along with check/uncheck all?
I know that the "Previous Commit" messages are retained, which is a very useful feature that I've used for a long time. Opening and closing the commit pane to write a bit of a message in between reviewing code is still a bit tedious.
I saw also that Allan commented in the pull request:
> I’ve noticed that sometimes I need to include stuff from my source in the commit message, in which case I need to abort the commit (in order to get to the source), a downside of the sheet I hadn’t considered. But I’ll give it some more time, as it might not be that big of an issue in the long run.
This is basically the fundamental problem I am getting at. As I wrote above, the new pane in beta 6 is much better than it was in beta 1, and it could be improved further with an 'open all diffs' button, but in the end the modality means you cannot access the tabs. On the other hand, I also see Ronald's original point that you can end up with several Commit windows with the old UI. It happened to me occasionally too. Maybe we just need a preference setting to have it either way?
Allan Odgaard wrote:
> We already use an extenral window when showing uncommitted changes for Git which has the nice feature that line numbers (in that display) link back to the original documents. Additionally once TM supports re-running commands on changes, such output windows can be made ?live?.
Sorry Allan, I don't use Git so I don't understand what the links and 'live' windows means for the SVN Commit window, but it *sounds* good! :-)
Thanks all for your input and hard work.
Cheers,
Jonathan.
I joined the list just to say TextMate is looking great. Love the tabs,
love the direction the chooser windows are going in —it's all good.
Thanks for all the hard work!
I found the following bundle for Javascript's rapidly approaching ES6
standard:
https://github.com/Benvie/JavaScriptNext.tmLanguage
I like that it phrases things as being for Textmate *and then *Sublime but
the installation instructions are clearly Sublime centric. Anyway, just
wondering if there is going to be anything official for ES6 coming soon.
With transpilers reaching maturity the ability to program in ES6 has come
so I think having a good answer to this language choice will be important.
Ken
I have several favorites pointing to directories with very similar (or
even identical) names, so I usually rename the symlinks.
Since beta 5.4 the “Open Favorite” chooser window shows the name of the
directory the symlink is pointing to instead of the symlink's name. Was
this an intentional change?
Hi All,
I've been a Textmate user for a long time but I'm new here on the list. Recently the SVN commit pane changed from a dialog to a modal pane. I sent a message to feedback but was advised that I would be better raising it as a discussion here. I cannot find a previous thread that explains the design decision for the change.
I tend to open a full diff before starting the commit so that I can review my changes and write the commit message accordingly. Now I have to remember to double-click the tab of the diff file to move it to a separate window because the modality stops me from accessing the tabs. I also cannot browse the actual code on the tabs.
I presume that the modality change is to stop a novice from continuing to edit files before hitting Commit and therefore not necessarily committing everything? (I don't consider myself a novice). :-)
Cheers,
Jonathan.
hey,
i have a strange problem with file renaming in the file list:
right-clicking the file, "rename"
if i than want to open the renamed file, textmate will still try to
open the file with it's old name ... so: double click on the renamed
file opens an empty tab with the old name. the only chance to
workaround this problem seems to be restarting textmate.
in the screenshot i tried to rename "Args_tr.php" to "TArgs.php" but i
have no chance to open "TArgs.php" without restarting TextMate:
https://www.dropbox.com/s/peh32zkltd56ukn/TextMate-Rename.png?dl=0
i am not sure when this error occured the first time for me, but it
must got broken during some of the recent betas ... i am currently at
TextMate version 2.0-beta.5.3 on Yosemite
thanks!
harald
When and how is the “First Line Match” setting of language grammars
considered?
In my experiments it doesn't seem to have any effect at all: For
example, I'd like TextMate to use the RSpec grammar for all *.rb having
a first line matching '.*spec_helper.*', but it seems to always use the
Rails grammar instead (even for newly created files). I suspect TextMate
remembers some kind of manual override – if so, how can I reset this
override? Is there any way to see (debug) how TextMate choses the grammar?
Just spotted a little bug in macro recording, whereby it doesn't seem to
record undo operations.
1) Copy some text into your clipboard
2) Start recording, type something, paste clipboard, undo that, then stop
recording
3) When you replay the macro it applies to clipboard paste but ignores the
undo
Not a show stopper, but I recorded quite a big macro today and it threw me
for a while
Cheers