For textmate2 I do like how the bundles have been centeralized, but I am
wondering how do I import either 3rd part bundles such as the html5 bundle,
and / or bring back in a lot of my old tab triggers.
Take for example, since using textmate for so long I don't remember how to
make a UL list. So I would type ul ->(tab) and it would give me a ul with 1
li event.
Then for the rest of the list I would go through and type - li ->
The same would work for template -> img -> a -> etc.
Really you guys are doing a great job with the textmate2 alpha, and I love
rmate!
-Thanks,
Tony Spore
When I'm opening even small files (~200 lines), I can see each line change
from default color, to the color of the selected scheme. Any chance that's
going to improve?
The Bundle Development command "Show Source (HTML)" dies if it can't find
the TextMate plist. I added a check for the TM Preview plist, which fixes
the bug for me. Here is the git repo (should be ready to go in your
Avian/Bundles folder):
http://github.com/SSSSSmokey/Bundle-Development.tmbundle
Let me know if there are any problems.
Brandon
Hi,
latexmk does not work properly when checked in the prefs. Having a document with biblatex/biber it does not run as much as needed.
What are the plans to update the provided latex bundle? Does any other bundle exist for latex?
Best
Christian
Hi,
I want to duplicate each line where a certain string occurs.
* I select the text I want to search for and type Cmd-E
* Cmd-F to find all in the document
* Shift-Cmd-L to select the entire line for each occurrence
At this point, I typed Shift-Cmd-D expecting a duplicate of each line to be inserted below their respective selections. I received this error message:
I assume this is because the command doesn't (yet) support duplicating lines with multiple carets.
Adam
hello,
while the new "smart folder" feature where you can see uncommited/
untracked files is a great addition to TM2, it's very unconvenient to
use, if your project follows a modular approach. my projects for
example are always built from several generic modules, which have
their own git repositories. so the directory layout i am using is
something like:
work
|
+- module1
| + .git
| + ...
|
+- module2
| + .git
| + ...
|
+- module3
| + .git
| + ...
...
i've opened my "work" folder in TM2's file browser, but i cant use the
"smart folder" functionality here, because there is no ".git"
directory here, but each module has a ".git" directory. now to see the
uncommited/untracked files, i apparently have to navigate to each
module first to have the "smart folder" functionality. any chances
that this could be expanded, that you could have a summary of all
uncommited/untracked files from the parent directory ("work" in this
case)?
thanks very much!
harald
Failure running “Duplicate Line / Selection”.
Duplicate Line / Selection:16: undefined method `[]' for nil:NilClass
(NoMethodError)
@Adam Sharp, I couldn't see your error message but this is the error I get.
Brandon
Hi,
I don't know whether I'm missing something or just trying to use
something not yet implemented, but I can't seem to set any http_proxy
settings. I've tried:
TM_HTTP_PROXY = ****PROXYSERVER***:3128
http_proxy = ****PROXYSERVER***:3128
in my .tm_properties file and as variables in the preferences pane.
But neither seem to work - I can't for example connect to the macromates
download server to check for new releases.
This has the side effect that when I try to enable a theme I get the
message 'Installed Birds of Paradise' but the check box instantly
un-checks it's self and I get the message:
19/12/2011
12:20:15 [0x0-0x13b13b].com.macromates.TextMate.preview[25857] *** error
downloading
‘http://updates.textmate.org/Bundles/Birds%20of%20Paradise.tbz’:
couldn't connect to host
in the console log.
As a text I checked and unchecked the 'Theme' option in themes and that
then became disabled too. Obviously it's pretty easy to fix all the
symptoms, but it'd be great to get the core functionality working.
Any hints?
Cheers
Alex
p.s. (yes my .bash_profile has "export http_proxy=....
I'm getting Error moving current version. Error: Permission denied when I get
prompted to install and replace to the latest build of Textmate 2. I even
tried in a user account that has admin privileges and still get the same
error. Any advice?
--
View this message in context: http://old.nabble.com/Unable-to-update-to-newer-builds-of-TM2-tp33012846p33…
Sent from the textmate users mailing list archive at Nabble.com.
Is it possible to fill .tm_properties with (my/user defined) default values instead of an empty file?
(And maybe somewhere a visual notification so you can see a .tm_properties file is parsed and/or applied it's variables
regards,
Jasper van der Meulen