textmate Questions

10

Solved

[Update: 8 hours after this question was posted, the author of JSON bundle was notified of the issue and he fixed it.] I have the following JSON data in a file application.json, shown at the end o...
Peacetime asked 12/1, 2013 at 2:17

1

I want to make a small VS Code extension to add syntax highlighting to a handful of custom keywords in C/C++ code. I am trying to do that with an injection grammar into the source.c and source.cpp ...
Dessalines asked 17/12, 2021 at 17:48

6

Solved

Because I didn't create textmate link when installing, so it can not find 'mate' command. who can help me to deal with this? thanks
Lugubrious asked 25/10, 2010 at 3:21

4

Solved

I'm trying to use the TextMate extension for Visual Studio to create custom highlighting, but when I try to build it I get the following error and I have no idea what it means even after trying to ...
Marsala asked 3/7, 2021 at 7:38

3

Solved

I attempted to open a large javascript file with TextMate and it is now frozen. I have tried closing and reopening TextMate but it continues to freeze due to the recently opened file. Is there a wa...
Provisory asked 8/9, 2015 at 18:5

6

Solved

Is there a way to write the ∴ therefore symbol with keyboard shortcuts in Textmate or just on a mac?
Petaliferous asked 10/9, 2010 at 13:57

8

Solved

How can I set TextMate as default text editor on Mac OS X? I've tried it with ln -s /Applications/TextMate.app/Contents/Resources/mate ~/bin/mate export EDITOR='mate -w' but that doesn't work. ...
Zinkenite asked 21/2, 2012 at 0:42

1

I am using the tokens and scopes inspector tool in vscode. Some of my text (code) is not taking the expected color. When I used the inspector, I see that the expected scope is actually strikethroug...
Doublebank asked 30/1, 2022 at 22:40

5

Solved

TextMate seems to use the built-in Python version I assume (sys.path doesn't work). How do you configure it to use 3.1 instead? I've already installed the 3.1 package and I can use IDLE for interac...
Leong asked 21/11, 2009 at 16:34

2

Solved

I use textmate for make pdf file in latex. After the update of macOS Monterey version 12.3, the minimal version of python (/usr/bin/python) has disappeared : the compilation don't work now. I try t...
Corelation asked 17/3, 2022 at 11:26

4

Solved

I'm looking for a regex to search my python program to find all lines where foo, but not bar, is passed into a method as a keyword argument. I'm playing around with lookahead and lookbehind asserti...
Zulemazullo asked 9/4, 2010 at 20:9

3

I am doing my own local tweaks to this color theme for VSCode. The theme will be used to mainly code in Java and C++. I would like function and method declaration color to be different from functi...
Barrera asked 28/9, 2018 at 14:57

1

How do I customize the color of HTML attributes like class="", href="", src="", style="" etc. in Visual Studio Code?
Cedeno asked 11/4, 2021 at 17:16

3

Solved

There is a key chord to highlight the current document in the project drawer but I want it to happen automatically. Is there any way to make TextMate reveal files automatically by expanding the pa...
Tawana asked 12/1, 2011 at 0:8

2

In TM 1.x, there was a preferences setting to enable the highlighting of the current line. This option seems to have disappeared in TM2. I assume there is some setting in tm_properties that can be ...
Child asked 22/5, 2012 at 14:40

4

Solved

I am planning on developing an Mxmlc to Textmate formatter, one that formats mxmlc errors as clickable links, so you can open them up quickly in Textmate as Textmate has a url scheme e.g.: txmt://o...
Polito asked 26/2, 2010 at 0:44

5

I accidentaly misconfigured the bundles settings of Textmate 2. Now I want to restore the default setting. I tried to remove the following directories: rm -r /Library/Application\ Support/Textmate...
Orthogonal asked 7/5, 2013 at 21:52

11

Solved

I just recently set up my Vim environment from Textmate, after becoming addicted to its modal input. However, syntax highlighting seems to be not so beautiful in Vim. I code in C++ and since the f...

3

By default, textmate does not show all files and folders in the project drawer. how do I make textmate project drawer show hidden files, in particular all files and directories beginning with a d...
Acquiescent asked 31/10, 2012 at 17:18

16

Solved

I LOVE using TextMate on my MacBook. It's great. Unfortunately, I want to edit some files directly on my dev server, since it's difficult to recreate the environment locally. I'm using Git, so one...
Intertype asked 8/4, 2010 at 5:12

1

Solved

Textmate grammar (.tmLanguage files) are sometimes expressed in XML format. I would like to convert to a more readable format (i.e. JSON or YAML) to integrate in a VS Code Syntax Highlighting Exte...
Incline asked 18/4, 2020 at 1:43

3

Solved

I have a csv file with the following format: example csv: bear,brown,mean,large ant,black,strong,tiny cat,yellow,moody,small How may I apply double quotes around every value? How may I accom...
Unwatched asked 24/8, 2010 at 19:6

6

Solved

It looks very readable. I specifically like how the text is a little bit bolder than Consolas, sort of like Comic Sans. Is it downloadable for windows?
Collincolline asked 23/7, 2009 at 1:53

9

Solved

In Textmate I can wrap enclosing characters ('(', '[', '"', etc.) around text by selecting it and hitting the opening character. For example, if I select word and hit (, it will become (word). What...
Sensory asked 1/6, 2010 at 17:12

5

Solved

I am trying to open the content of a directory using text mate by mate . command. But, I am getting the message : -bash: mate: command not found I tried the following command to fix it : ln -s...
Loot asked 15/8, 2013 at 16:32

© 2022 - 2025 — McMap. All rights reserved.