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.)