Is it possible to force Textmate 2 to always open files in a new tab (as
opposed to a new window)? I call the mate command a lot and I always have a
bunch of windows to deal with. I know about "Merge All Windows", but it's an
inconvenience.
--
View this message in context: http://old.nabble.com/Always-open-in-new-tab--tp33910319p33910319.html
Sent from the textmate users mailing list archive at Nabble.com.
the Tomorrow night flavour of Chris Kempson’s tomorrow-theme
It’s a great family that works well across apps and languages.
his is here
https://github.com/chriskempson/tomorrow-theme
avian has a version here
https://github.com/avian/TextMate-Tomorrow-Theme
I’ve got a tm2 bundle forked here
https://github.com/tbates/TextMate-Tomorrow-Theme.tmbundle
On 24 May 2012, at 11:04 AM, David Howden <dhowden(a)gmail.com> wrote:
> Hey!
>
> Which theme are you using there? I don't recognise it (trying to make a collection!)
>
> Thanks,
>
> David.
>
> On Thu, May 24, 2012 at 10:48 AM, Timothy Bates <timothy.c.bates(a)gmail.com> wrote:
> Seems like just set language to python, then hit command R for run
>
> (other options you can see under “Python” in the bundles menu
>
> <PastedGraphic-1.png>
>
> On 24 May 2012, at 10:30 AM, Bill Gibson <aemq000(a)gmail.com> wrote:
>
>> Textmates:
>>
>> I would like to run a simple python program in Textmate
>>
>> name = raw_input('What is your name?\n')
>> print 'Hi, %s.' % name
>>
>>
>>
>> Is this possible?
>>
>> Thanks....
>>
>> Bill
>> --
>> Bill Gibson
>> John Converse Professor of Economics
>> Economics
>> UVM
>> Burlington, VT 05405
>> On the web: www.uvm.edu/~wgibson
>>
>>
>> _______________________________________________
>> textmate mailing list
>> textmate(a)lists.macromates.com
>> http://lists.macromates.com/listinfo/textmate
>
>
>
> _______________________________________________
> textmate mailing list
> textmate(a)lists.macromates.com
> http://lists.macromates.com/listinfo/textmate
>
Textmates:
I would like to run a simple python program in Textmate
name = raw_input('What is your name?\n')print 'Hi, %s.' % name
Is this possible?
Thanks....
Bill
--
Bill Gibson
John Converse Professor of Economics
Economics
UVM
Burlington, VT 05405
On the web: www.uvm.edu/~wgibson
Is there a way to clear the key equivalent filed in bundle editor?
(I already know how to remove from bundle source)
Elia
—
☁ @elia <http://twitter.com/elia> (twitter) ✎ elia(a)schito.me (gtalk)
☎ (+39) 348/9051393 perlelia(a)gmail.com (FaceTime)
Hello
TM is really on of the best text editors, however, there is two
issues unresolved for (the) years (of SL) now.
Issue one is TextMate's spelling behaviour, i.e., the automatic
detection of the language of a written paragraph, see here:
http://lists.macromates.com/textmate/2009-November/029964.html
TM does not detect the language I am typing in, perhaps because it
uses a non-Apple document window. Anyway, always changing the
system language to get correct spell check on the fly (as
suggested in the thread) could hardly be a working solution. In
addition, quite often I write source documents in various
languages, e.g. English and German, and that makes a "one language
per document" unusable.
There has also been an issue with an advanced print dialogue (but
I cannot remember the posting). It is quite nice that TM adds
headers and footers, however, TM does not print coloured syntax,
and leaving a margin of about 1cm makes the printout unusable for
punching and filing. In addition, 11pt Monaco is quite good on my
screen but printing in that font size is rather a waste of space
on the page. Of course, I know, that one may produce a html
(nicely coloured, indeed), open that one in, say, Firefox, and
print the html page.
Anyway, I was wondering if there is any progress on these two
points, first, to get the apple multilingual spell check working,
second, to provide TM with a print preference to set things like
font, colours, and margins.
Any thoughts?
Regards
*S*
--
Sascha Vieweg, saschaview(a)gmail.com
Hi Everyone,
I am a big fan of textmate and been using it for last 6 years, and SQL
bundle was one of the main tools in my toolbox. However, after upgrading
To Lion I can¹t execute any queries and every time I try I get ³Bad
Handshake² error even though I can connect to mysql just can¹t browse data.
Any pointers on that would be greatly appreciated.
This are my settings:
MacOSX:
Lion 10.7.2 with xcode 4.1
Textmate:
Version: 1.5.10 (1631)
I¹ve removed everything from Preferences -> Advanced -> Shell Variables
Ruby
Running controll+R for this command: puts RUBY_DESCRIPTION returns
ruby 1.8.7 (2010-01-10 patchlevel 249) [universal-darwin11.0]
MySql
It was installed via brew
version: Ver 14.14 Distrib 5.5.15, for osx10.7 (i386) using readline 5.1
My.ini
[mysqld]
max_allowed_packet=64M
character-set-server = utf8
default-character-set = utf8
#This option makes InnoDB to store each created table into its own .ibd
file.
innodb_file_per_table
log-bin
log=/var/log/mysql/mysql.log
log-error=/var/log/mysql/error.mysql.log
log-slow-queries
bind-address=0.0.0.0
[mysql]
default-character-set = utf8
I have same problem as Chris Fonnesbeck with TM2 (9100). Dragging over a long selection shows intermittent skips in highlighting. Selecting by clicking at the beginning, then shift-cliking at the end does not show the problem.
> From: Chris Fonnesbeck <fonnesbeck(a)gmail.com>
> Subject: [TxMt] Scrolling highlight bug in TM2
> Date: May 14, 2012 12:40:50 PM AKDT
> To: TextMate users <textmate(a)lists.macromates.com>
> Reply-To: TextMate users <textmate(a)lists.macromates.com>
>
>
> Running a recent build of TM2, I notice a bug in the highlighting behavior when making a scrolling selection. That is, when I select and drag using a mouse or trackpad, the parts of the editor that are highlighted is inconsistent. Chunks of unhighlighted area appear within a highlighted section. This appears most often when reaching the bottom of the screen, and the text scrolls upward.
Running a recent build of TM2, I notice a bug in the highlighting behavior when making a scrolling selection. That is, when I select and drag using a mouse or trackpad, the parts of the editor that are highlighted is inconsistent. Chunks of unhighlighted area appear within a highlighted section. This appears most often when reaching the bottom of the screen, and the text scrolls upward.
Here is a short video screen capture showing the behavior: http://cl.ly/3S131O0F321i230l3x2T
Running Version 2.0 (9113).
--
Chris Fonnesbeck
Nashville, TN
A small enhancement request....
Currently when you open a directory with TM2, it starts with an empty
untitled document. If you do not make any changes to this document, then
the first time you open another document, the empty one is discarded. Nice.
It would also be nice if there were a setting where when you close the last
tab in a window, instead of the entire window closing, a new untitled
document was used as a placeholder instead, just as when a folder is
originally opened. If you do indeed want to close the entire window then
you can use the ⇧⌘W "Close Window" command.
When I finish a task I tend to close the documents that I was working on
before starting a new task and I often find myself closing the entire
window unnecessarily.
Just a thought.
Thanks,
Curt
Hi,
TM2 still appears to have the same troublesome selection behavior TM1 has. As an example take this line in Perl:
die("$self failed to implement ".(caller(0))[3]);
Ideally I could select '$self' by double-clicking. For that to work I would need to tell TM2 that $ is a word character in Perl, per grammar word character definitions are needed. (That may be there already, but I can't find it being mentioned anywhere.)
Now double-clicking on 'self' and moving the mouse to the left to add the '$' doesn't work because it adds '("$'. TM2 should treat non-word characters as individual characters instead of grouping them together into a "word" when extending a selection that started with a double-click.
Similarly it is impossible to select 'caller(0)' by double-clicking 'caller' and extending to the right, instead one ends up with 'caller(0))['.
Gerd
I'm updating my Markdown bundle to better handle GitHub-style fenced code blocks like so:
```ruby
foo = { bar: true }
```
The grammar is simple enough for one language:
ruby_block = {
begin = '^```ruby.*$';
end = '^```.*$';
patterns = ( { include = 'source.ruby'; } );
};
However, I'd like to support any language. I tried the following, but it doesn't appear to work (and I'm not sure why):
code_block = {
begin = '^```(\w+).*$';
end = '^```.*$';
patterns = ( { include = 'source.\1'; } );
};
Is something similar possible / supported?
Thanks!
-Tyson
I'm confused as to what I should be doing to get the latest available build
for TextMate 2.
I'm currently using 9090 which is what the menu update check says is the
latest, but see posts referring to higher numbers.
I am very new to TextMate. Thanks for your patience.
--
View this message in context: http://old.nabble.com/Latest-available-build-for-TM-2-tp33763656p33763656.h…
Sent from the textmate users mailing list archive at Nabble.com.
Hi,
i just checked if skim and the sync with skim works, but it does not. Is there a way to solve this?
Best
--
Christian
-Because I'm the CEO, and I think it can be done.-
Steve Jobs, 2005
Something I'd like to see improved in TM2 is the visibility of the
current file browser root. Since I started working with TM2, I've
noticed several things about the file browser:
- I frequently glance at the file browser/project drawer to orient
myself, essentially answering "which project's window is this?"
- The "project" indication, the browser's current directory, is now
the smallest text on the page. (I use a larger font than the default
for the editing windows.) It's also tucked in the midst of a lot of
other stuff, making it hardre to quickly pick out.
- The current directory name is truncated by the buttons to its right
when the file browser pane is narrowed even a bit.
- Quickly inspecting the contents of the file browser is often not
illuminating. Imagine working with multiple Rails apps, multiple
git clones of the same project, etc.
- No location information is available when the drawer is closed. By
contrast TM1's default formatting of the title bar with "<icon>
<file> - <project>".
---------
On that last point, I note that the window title is now user-configurable in
.tm_properties; great news. However, I've not had any luck in
recreating TM1's behavior. For example, in ~/.tm_properties I have:
windowTitle = '${TM_DISPLAYNAME}\
${TM_PROJECT_DIRECTORY:+ - $TM_PROJECT_DIRECTORY}'
and in a project root directory, I have .tm_properties with:
projectDirectory = '${CWD}'
After restarting TextMate (is there an easier way to reload the
props?), it seems that TM_PROJECT_DIRECTORY is never set even when
projectDirectory has been set in .tm_properties. Am I just missing
something about projectDirectory/TM_PROJECT_DIRECTORY, or is this a
bug?
Thanks,
John
> When I try the keyboard shortcut, I just get the alert sound from my Mac
Keyboard shortcut being ??7 on a US keymap?
Yep. shift + command + 7 (standard HTML bundle default shortcut) on US
keyboard. Sorry for the late reply... Didn't notice yours until now :)
-- Yann
I've seen this a couple of times, but this time I captured a sample.
TM2 was running in the background when I noticed it was using the CPU
a lot. I had a couple of documents and projects open some of which are
in a Mercurial repository. From the sample it looks like TM2 is
scanning directories for some reason.
Version 2.0 (9090)
OS X 10.7.3
Thanks,
/Staffan
Is pastie.org the same as pastie.textmate.org?
I used pastebin.ca in the past. What authorization for gists are you referring to? This works for me:
curl -d '{"public":false,"files":{"file1.txt":{"content":"foo"}}}' https://api.github.com/gists
--
PGP: A0E4 B2D4 94E6 20EE 85BA E45B 63E4 2BD8 C58C 753A
PGP: 2C23 EBFF DF1A 840D 2351 F5F5 F25B A03F 2152 36DA
--
No situation is so dire that panic cannot make it worse.
--
Please encrypt sensitive information before emailing it:
https://jeromebaum.com/pgp/encrypt.html
On 28 Apr 2012, at 19:25, textmate-request(a)lists.macromates.com wrote:
> Date: Sat, 28 Apr 2012 17:31:20 +0100
> From: Andy Herbert <andy.herbert(a)me.com>
> To: TextMate users <textmate(a)lists.macromates.com>
> Subject: [TxMt] Re: Pastie broken?
> Message-ID: <877DFD53-B47E-46AB-8602-47D05582574C(a)me.com>
> Content-Type: text/plain; CHARSET=US-ASCII
>
> "pastie.org was DDOSed twice last night. To protect it's network and other customers Rails Machine has decided to no longer host and sponsor the site."
>
>> From http://pastie.org/
>
> I recently attempted to change pasting services to gists using the Github bundle, but they appear to have changed the authorisation system recently, can anyone recommend a fix or alternative service?
Hello, I have a patch to the Inform bundle, attached. It does the
following:
* Function names now listed in Symbol listing
* Operators now stylable in preferences
* Library functions now stylable in preferences
* Library variables now stylable in preferences
* All important properties added as Library variables
* Library constants now stylable in preferences
* All object attributes added as Library constants
* Keywords and library constants no longer have to match any
particular case (except for the library constants that Inform
requires to be ALL CAPS)
* More keywords and directives added
--Poster
www.intaligo.com INFORM, Building, doom metal
(upgraded from b9064 stable to) b9090 and when I expect TM2 to restart,
it does not. Could interruption of installer by File Save dialog to save
an unsaved document, cause this failure of auto-launch?
Assumed/Expected TM2 to auto-launch.
Launching TM2 manually reopens previous windows with this in titlebar
(see screenshot). The same string is in title bar whether a directory is
open or single file.
thank you for really fantastic software!
mac OS 10.6.8
Is pastie.textmate.org broken? I get a "user page unknown" message when I visit it in my browser and TextMate gets a 403 error.
--
PGP: A0E4 B2D4 94E6 20EE 85BA E45B 63E4 2BD8 C58C 753A
PGP: 2C23 EBFF DF1A 840D 2351 F5F5 F25B A03F 2152 36DA
--
No situation is so dire that panic cannot make it worse.
--
Please encrypt sensitive information before emailing it:
https://jeromebaum.com/pgp/encrypt.html
I'm working on several moderately-sized Rails projects, and lately it's been
taking several seconds to open or close a tab. I thought it was a memory
issue, but restarting TM doesn't seem to help at all. This also doesn't seem
to be at all related to the size of the file, so I don't think it's taking a
long time to do the syntax highlighting. Is there something I could do to
track down what's causing the slowness?
--
View this message in context: http://old.nabble.com/Slow-to-open-and-close-tabs-tp33749335p33749335.html
Sent from the textmate users mailing list archive at Nabble.com.
Hi there! Perhaps someone on the list will be be able to help me diagnose what's wrong with my current install of TextMate/RubyMate/ruby.
Whenever I try to run a ruby script through TextMate (⌘+R) and an exception gets raised, I get the following error:
/Users/jan/Library/Application Support/TextMate/Pristine Copy/Bundles/Ruby.tmbundle/Support/RubyMate/catch_exception.rb:12:in `for_fd': Bad file descriptor (Errno::EBADF)
from /Users/jan/Library/Application Support/TextMate/Pristine Copy/Bundles/Ruby.tmbundle/Support/RubyMate/catch_exception.rb:12:in `block in <top (required)>'
The line in catch_exception that's causing this is:
io = IO.for_fd(ENV['TM_ERROR_FD'].to_i)
For what it's worth, TM_ERROR_FD seems to be set to 14 here...setting it to other values (tried 1 through 14) doesn't seem to help much. I haven't done much with IO, so I'm on relatively shaky ground regarding what's happening and how to fix it. Anyone know what my next step should be?
Possibly relevant info:
TextMate version: 1.5.10 (1631)
ruby version: ruby 2.0.0dev (2012-03-26 trunk 35141) [x86_64-darwin10.8.0]
rvm version: 1.13.0
OS X version: 10.7.3
--
Jonathan Bunde-Pedersen, PhD
VP, Solution Architect, Cetrea A/S
t: +45 38400587
m: +45 23413830
On Tue, Apr 24, 2012 at 10:30, <textmate-request(a)lists.macromates.com> wrote:
> Send textmate mailing list submissions to
> textmate(a)lists.macromates.com
>
> To subscribe or unsubscribe via the World Wide Web, visit
> http://lists.macromates.com/listinfo/textmate
> or, via email, send a message with subject or body 'help' to
> textmate-request(a)lists.macromates.com
>
> You can reach the person managing the list at
> textmate-owner(a)lists.macromates.com
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of textmate digest..."
>
>
> Today's Topics:
>
> 1. [TM2] txmt: URL bugs? (Gerd Knops)
> 2. TM2: JavaScript & Lua Syntax Checkers, Lua runner with
> 'clickable' debug output (Gerd Knops)
> 3. TM2: popup dialog problem with dual screens (?Yuan Jiang)
> 4. TM2 using lots of CPU (Staffan Larsen)
>
>
> ----------------------------------------------------------------------
>
> Message: 1
> Date: Mon, 23 Apr 2012 13:17:00 -0500
> From: Gerd Knops <gerti-textmate(a)bitart.com>
> To: TextMate users <textmate(a)lists.macromates.com>
> Subject: [TxMt] [TM2] txmt: URL bugs?
> Message-ID: <4FD6E0B2-B6CB-4E15-8EB4-72B9F9502D45(a)bitart.com>
> Content-Type: text/plain; charset=us-ascii
>
> A couple of issues:
>
> http://manual.macromates.com/en/using_textmate_from_terminal.html
>
> says about url: "if this is left out, the current document is targeted". TM2 complains when url is missing.
>
> Secondly: I can't seem to figure out how to use URLs containing spaces. Neither of these work in TM2 (I belive the first one would be the correct one, at least TM2 displays it correctly in the error message):
>
> txmt://open?url=file:///Library/Screen%20Savers/
> txmt://open?url=file:///Library/Screen+Savers/
> txmt://open?url=file:///Library/Screen Savers/
>
> Am I getting those wrong?
>
> Thanks
>
> Gerd
>
>
>
> ------------------------------
>
> Message: 2
> Date: Mon, 23 Apr 2012 19:09:10 -0500
> From: Gerd Knops <gerti-textmate(a)bitart.com>
> To: TextMate users <textmate(a)lists.macromates.com>
> Subject: [TxMt] TM2: JavaScript & Lua Syntax Checkers, Lua runner with
> 'clickable' debug output
> Message-ID: <503F953A-07AA-4892-92A1-7B335F1CF6A4(a)bitart.com>
> Content-Type: text/plain; charset=us-ascii
>
> A couple of new modules I just added to github, maybe someone can find use for them:
>
> https://github.com/gknops/JavaScript-ApLo.tmbundle
> https://github.com/gknops/Lua-ApLo.tmbundle
>
> They do require ApLo:
>
> https://github.com/gknops/ApLo
>
> Gerd
>
>
>
> ------------------------------
>
> Message: 3
> Date: Tue, 24 Apr 2012 14:36:39 +0800
> From: ?Yuan Jiang <sleetdrop(a)gmail.com>
> To: TextMate users <textmate(a)lists.macromates.com>
> Subject: [TxMt] TM2: popup dialog problem with dual screens
> Message-ID: <32024141-379A-40E4-9068-467DC4CD4DDA(a)gmail.com>
> Content-Type: text/plain; charset="us-ascii"
>
> Hello,
>
> When the TM2 is in the external screen, when I use [go to file (cmd+t)] [select bundle item (ctrl+cmd+t)] [find (cmd+f)], the popup dialog will appear in the main screen.
>
>
>
>
>
> Yuan Jiang
> http://blog.vetcafe.net
> http://twitter.com/sleetdrop
>
>
Hello,
When the TM2 is in the external screen, when I use [go to file (cmd+t)] [select bundle item (ctrl+cmd+t)] [find (cmd+f)], the popup dialog will appear in the main screen.
Yuan Jiang
http://blog.vetcafe.nethttp://twitter.com/sleetdrop
A couple of issues:
http://manual.macromates.com/en/using_textmate_from_terminal.html
says about url: "if this is left out, the current document is targeted". TM2 complains when url is missing.
Secondly: I can't seem to figure out how to use URLs containing spaces. Neither of these work in TM2 (I belive the first one would be the correct one, at least TM2 displays it correctly in the error message):
txmt://open?url=file:///Library/Screen%20Savers/
txmt://open?url=file:///Library/Screen+Savers/
txmt://open?url=file:///Library/Screen Savers/
Am I getting those wrong?
Thanks
Gerd
Hi,
I'm not sure if I am missing something about the new ways to include/exclude files via entries in the .tm_properties file. I would like a subset of all my files to appear in the file browser. I first exclude all files then selectively include just those files I want. My problem is that when I do a search/replace in project the search returns matches in pure binary files (i.e. executables) that are *not* listed in my set of selected files. I never want to search/replace in any binary file. Can anyone suggest a fix?
Many thanks,
Leo
Here is the section of my .tm_properties file
# exclude all files
exclude = "*"
excludeFiles = "*"
excludeFilesInBrowser = "*"
excludeDirectoriesInBrowser = ".*"
excludeInFolderSearch = ".*"
# select some files
mySourceCode = "*.adb,*.ads,*.adc,*.sh,*.tex,*.sty"
myTextFiles = "*.txt,*.tex,*.sty,*.bib,*.inp"
myBinaryFiles = "*.{jpg,jpeg,pdf,png}"
myOtherFiles = "Makefile,README*,TO-DO*"
# make the selected files visible
includeFilesInBrowser = "{.tm_properties,$mySourceCode,$myTextFiles,$myBinaryFiles,$myOtherFiles}"
[ $myBinaryFiles ]
binary = true
I'm having serious issues with highlighting, mostly with javascript files. Whenever I open a minified js file or a file with over 300-400 lines of code, textmate process will go over 100% and won't highlight anything else until I quit it.
I'm on a i7 2.2ghz with 8gig of ram.
Anyone else experiencing this?
thanks
I've been having some weird issue with the find functionality. When I search for something, usually in a project directory, most of the results don't match the line number returned.
example, if I search for "foo". I get the list of results, so I click on the returned result from the find window, which does takes me to the correct file and to line 32 as returned in the search results, but foo is actually located in a completely different line number in that document.
anybody else experiencing this?
I'm new to TextMate and Ruby so please bear with me. I'm trying to run my
ruby code in 1.9.3. When I run things now, it's running them in 1.8.7 for
some reason. I don't know exactly what path should go in the Path but I
want it to run 1.9.3. Please help. I don't even know where 1.8.7 is coming
from
--
View this message in context: http://old.nabble.com/Change-path-tp33711606p33711606.html
Sent from the textmate users mailing list archive at Nabble.com.
Howdy.
Does anyone know if it is possible to change the color in the file drawer in
TextMate 2? I read a message asking about font size but couldn't find
anything on color. I would like to change it to the pale blue found in most
lion windows (#dde2e9).
Thanks ,
~ Ben
--
View this message in context: http://old.nabble.com/-TM2--File-Drawer-Color-tp33679398p33679398.html
Sent from the textmate users mailing list archive at Nabble.com.
When using the hotkey for ending the line with a : and going to next
line, e.g. when defining a function, most of the time the colon is
being placed several characters away from the closing parameter
parentheses like so:
def func(params) :
This behaviour is a regression in TM2, works fine in TM1.
Best regards,
Michael
In the "Go To File" dialog, is there a way to remove the saved entries from
the dropdown on the right that contains the file globs?
I looked around a bit but couldn't find where these are stored.
Thanks,
Curt
"The usage statistics will be monitored..."
-- <http://blog.macromates.com/2012/leopards-and-questions/>
Can you please post an update to the statistics of Users and their OS
version. Perhaps it will change as more people become aware of the 2.0
alpha release.
Cheers,
AZ
When I try the keyboard shortcut, I just get the alert sound from my Mac,
and when I choose Bundle > HTML > Entities > Insert Entity... via menu bar,
it opens the entity panel, but when I select one to insert, instead it
pastes this error in my document:
-------------
/tmp/temp_textmate.IH1pV6:21: undefined method `to_i' for true:TrueClass
(NoMethodError)
from /tmp/temp_textmate.IH1pV6:15:in `open'
from /tmp/temp_textmate.IH1pV6:15
-------------
Unfortunately, I was testing out Sublime Text 2 (shame on me, I know...)
for a while so I'm not sure when this started to happen. Sorry...
I tried to reinstall of TextMate (removed the textmate folder in
app support and downloaded a fresh copy) but that didn't change anything...
I get the same with the 1.5 latest release and the alphabeta 2.0 (well, I
get the error in a window in 2.0 instead of as text in the document in 1.5).
Any idea? Thanks!
--Yann
Hello All,
Apologies in advance if this is inappropriate to post here, but since there
is a 2.0 Textmate on the way that is changing how fonts work...
Here is a proposal about "elastic tabs" that seems interesting:
http://nickgravgaard.com/elastictabstops/
"Elastic tabstops - a better way to indent and align code"
there's also a discussion going on here:
http://reddit.com/comments/ro3b0
The idea is more about lining up text in columns as opposed to just
indenting text. Which is a feature I don't use much for programming. But
for editing lists of things in columns, this looks pretty sweet.
Regards,
--ErikN
Hello all,
I'm having a problem with matching character pairs in TextMate 2, and I'm wondering if it's a known issue or something specific to my installation.
For example, if I open a JavaScript file and type the following:
$(#id_name)
and then go back and place my caret before the # sign, and type a single-quote (or any other matched pair), I end up with:
$(''#id_name)
with my caret now between the matched pair. Selecting all of #id_name before typing a quote character works properly, but obviously requires use of the mouse.
I've confirmed that this happens in JavaScript and Python, but not in CSS or HTML. In fact, in those languages, there appears to be no matched pairing happening at all.
I never really used the matched pairs in TM1, so mostly I'd like to know if there's a way to turn this feature off altogether, but I'm glad to provide any other information required. My .tm_properties file is extremely sparse, and I'm not using any 3rd party plugins.
-phil
Hi there,
It seems that when using dead keys in TM2, the initial keypress of the
dead key is interpreted as input. This creates a problem for functions
like wrapping selected text (with parens or braces) because rather than
wrapping the text with the appropriate character it replaces the
selection with the dead key character.
An example: I use the semicolon followed by j for inserting a left
paren. If I make a selection and do this, it replaces the selection
with the semicolon.
Any ideas?
Thanks,
Garrett Lancaster
Hi,
I have a textmate project with some Latex files. When I click on the links with error messages, or when I press fn-enter on an include statement the correct latex file is opened, but in a new window and not in a tab within the project.
THis is annoying, because I usualy already have that file open in a tab, and a new window takes me out of the project so CMD-R does not compile the main file as set in TM_LATEX_MASTER variable in the project.
Any Ideas how to fix this?
--
Ronald
Hello everybody,
I'm using TextMate 2.0 Build 9064 on OS 10.6.8. I'm using spaces to provide multiple destops. There are some small annoyances with this setup:
1. When opening a file from the terminal window, TextMate will switch to the space where the previous TextMate window has been opened.
2. When pressing Cmd-F to open the find window, TextMate switches to the space which the find window has been active during the previous usage. This is a bit awkward since the found results will be shown a different space unless I move the search window to the desired space before performing the search :-)
3. When using rmate to open files remotely, the file opens on a seamingly random space. I'm not sure, maybe it's the space where TextMate was originally opened or the space where the last window has been opened manually (like 1.).
Can the behaviour be changed so that new windows and dialogs will open on the current space?
Cheers,
Henning Holtschneider
--
LocaNet oHG - http://www.loca.net
Baroper Straße 239 b, D-44227 Dortmund
tel +49 231 91596-25, fax +49 231 91596-55
sip 25(a)voip.loca.net
Registergericht Amtsgericht Dortmund HRA 14208
Geschäftsführer Sven Haufe, Henning Holtschneider
I config the php bundle to use local php manual via setup the PHP_MANUAL_LOCATION environment variable.
It can look up the keyword by "^H", but links in the browser window doesn't work.
As shown in the attached picture.
Yuan Jiang
http://blog.vetcafe.nethttp://twitter.com/sleetdrop
In the "Go To File" dialog if you tab to the file types drop down control
and change the selection with with either the keyboard or mouse, the list
of files immediately changes to reflect the new glob pattern.
Also, if you type in a new glob pattern *that is already in the list* and
hit the enter key, the list of files is updated.
However, if you type in a glob pattern *that is not already in the list* and
hit the enter key, the list of files is not updated. You must must use the
arrow key to select a different pattern, then use the arrow key to
re-select the desired pattern.
Hi,
I have a a kind of a weird crash with TM2 (I encountered it several weeks ago but now I do need the procedure quite often). I'm on MacOSX 10.7.3 (9110).
I have created a new bundle with several commands. All these command have the same structure:
Save: Nothing
Input: Nothing
Output: Show in New Window
Caret: After Output
and the actual command:
#!/usr/bin/env bash
[[ -f "${TM_SUPPORT_PATH}/lib/bash_init.sh" ]] && . "${TM_SUPPORT_PATH}/lib/bash_init.sh"
pbpaste | perl -e '
$word = <>;
chomp($word);
...
print $result;
'
In other words each of these commands takes the content of the clipboard and send it to a Perl script. The script and the clipboard's content have to handle real UTF-8 stuff and the PErl script contains lots of non-ASCII characters.
Now the weird thing: The crash doesn't always occur. I tried to find a more or less 'reproducible' workflow.
- TM2 is not running
- I copied a word from another program into the clipboard
- I open TM2
- an 'untitled' window appears
- I invoke one of these commands in question
- TM2 crashes with:
Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
0 libundo.dylib 0x004e3f79 ng::undo_manager_t::end_undo_group(ng::ranges_t const&) + 11
1 com.macromates.TextMate.OakTextView 0x005d9356 0x5a9000 + 197462
2 com.macromates.TextMate.OakTextView 0x005c1242 0x5a9000 + 98882
3 com.apple.AppKit 0x93315727 -[NSView _performKeyEquivalent:conditionally:] + 49
4 com.apple.AppKit 0x93315914 -[NSView performKeyEquivalent:] + 340
BUT THEN I reopen TM2 and do _exactly_ the same and IT WORKS!
Step two of WEIRDNESS: If I quit TM2 after that and reopen it and run the command with the same clipboard content again TM2 crashes once again.
It doens't matter whether I invoke the command via key equivalent or via mouse Bundles > ...
I didn't encounter that problem if TM2 was running before I copied the text, switched to TM2, and invoked the command.
Any help, fix would be really appreciated :)
For more details, don't hesitate to contact me.
Cheers,
--Hans
Hi,
I'm on Mac OSX 10.7.3 TM 2.0 (9100).
If the text buffer begins with a combining character (diacritica) you cannot delete that character, select all also doesn't work. To reproduce it, simply open a new document, open the Character Viewer, and insert let's say a combining acute accent U+0301 or in UTF-8 CC 81, then type something, and press CMD+A to try to select all, this fails. You can delete the typed characters up to the first character.
Cheers,
--Hans
Dear all,
did any of you ever come along a PVL bundle for TextMate?
PVL stands for Parameter Value Language and is used for astronomical
and planetary data headers, looking similar to this:
/* The source image data definition. */
OBJECT = UNCOMPRESSED_FILE
FILE_NAME = "PSP_002622_0945_RED_cnode26:25702.IMG"
RECORD_TYPE = FIXED_LENGTH
RECORD_BYTES = 56522 <BYTES>
FILE_RECORDS = 39152
^IMAGE = "PSP_002622_0945_RED_cnode26:25702.IMG"
OBJECT = IMAGE
DESCRIPTION = "HiRISE projected and mosaicked product"
LINES = 39152
LINE_SAMPLES = 28261
BANDS = 1
SAMPLE_TYPE = MSB_UNSIGNED_INTEGER
SAMPLE_BITS = 16
SAMPLE_BIT_MASK = 2#0000001111111111#
/* NOTE: The conversion from DN to I/F (intensity/flux) is: */
/* I/F = (DN * SCALING_FACTOR) + OFFSET */
/* I/F is defined as the ratio of the observed radiance and */
/* the radiance of a 100% lambertian reflector with the sun */
/* and camera orthogonal to the observing surface. */
SCALING_FACTOR = 9.08568311937917e-06
OFFSET = 0.0097943214240579
BAND_STORAGE_TYPE = BAND_SEQUENTIAL
I would like the bundle be able to
* color-code group starts (OBJECT = …)
* values according to their type strings and numbers
* comments
Actually, the SQL bundle does a good job of color-coding these files,
just the OBJECT emphasis and some big floating point numbers
(interestingly) are color-coded weirdly (look at SCALING FACTOR value
with the SQL bundle switched on, it's weird that the 9 is colored, but
the fractional digits are not. (Using TM2)
If there is no PVL bundle, I guess I can 'derive' from the SQL bundle
how this is done? I never created a bundle, is there any 'must-read'
tutorial on that?
Best regards,
Michael
I'm climbing the walls with this one:
I get this error message
___
Couldn't find gfortran
You must set the TM_FORTRAN variable to the full path of your Fortran compiler (e.g./usr/local/bin/gfortran). You may also set TM_FFLAGS for any Fortran compiler options.
___
but cannot find out anywhere how to edit the TM_FORTRAN variable. Can anyone help please ?
[ gfortran is working fine from Terminal. ]
Thanks
Peter
I have some self-written Python modules that work fine in TM1, but in
TM2 the Mac System ENV PYTHONPATH does not seem to be read?
I was able to steer to my Python binary of choice using TM_PYTHON but
neither the system/GUI variable PYTHONPATH not setting of a
TM_PYTHONPATH was helping TM2 to find my own Python modules that I
added before via the PYTHON PATH.
What do I need to do to let TM2 find / read the PYTHONPATH?
Best regards,
Michael
In #9064 (Mac OS X 10.6.8) the selection highlight color gets more transparent (?) sometimes. After focussing TextMate 2 the color is correct, when changing to another Tab, the color changes. If you go back to your original tab it shows the same lighter color there to.
When you focus another application and go back to TextMate it shows the original (more opaque) color again.
Regards
Jannes
Sorry I missed your response Allan, I set up my dead keys with a program
called Ukelele:
http://scripts.sil.org/cms/scripts/page.php?site_id=nrsi&id=ukelele
The first keystroke sets up a state that modifies the output of the
following keystroke (essentially each dead key you set up creates an
entirely new keyboard mapping of your choice). If the second keystroke
is not specified in the alternate mapping, the default value is used.
Garrett
textmate-request(a)lists.macromates.com wrote:
> Re: TM2 with dead keys
Hi,
I'm using TextMate Version 2.0 (9090) and found a minor but annoying bug.
Steps to reproduce:
Open up a folder
Open two files (two tabs)
Highlight text in your current tab (should be bright highlighting)
Switch to other tab, switch back (now it will be dull highlighting)
To fix you just have to command-tab to a different app and back. Seems like
changing tabs correctly dulls the tab you are changing from, but does not
brighten the tab you are changing to. Keep up the good work!
Cheers,
Andrew
Hi,
in TM 1.x it was possible to highlight the current line. In TM2 I can see a nice gutter effect which is feasible for almost all cases but I'm sometimes editing plain text tables with rather long lines and here it'd be nice to have a visual indicator for the current line to be able to read long lines better.
Thanks,
--Hans
Hi,
TM2 regularly crashes during redo. I can't consistently reproduce, except that it seems to happen when I redo more than once in quick succession, or redo directly after undoing. I have TM2 configured to send crash reports, but thought it would be a good idea to throw it out here, especially if others are experiencing the same issue.
Adam
Hi,
what is the new syntax to access the ui.rb and exit_codes.rb
files, and in general items from the Bundle Support bundle?
I mean, what should I use (in a ruby script) instead of
require ENV["TM_SUPPORT_PATH"] + "/lib/ui.rb"
which does not seem to work? maybe it's just matter of
setting a shell variable, but can't figure out how.
Thanks
Piero
I'm using TM Version 1.x (build 1631).
Some of the characters (in text mode) are not displayed "normally" (i.e.,
the way they have been). For example, the character - (minus) creates a red
highlight where is appears. Let's say I'm writing -- enable SSL -- in a
middle of a sentence, the -- enable SSL -- part is highlighted in red for
no apparent reasons (I haven't changed my setup). Also, the sign > is
changed to > with an underscore.
Any idea why this is happening? Might have changed something without
knowing it?
Thanks in advance.
I use command + arrow up / down quite a bit to navigate to the top and bottom of my tex files. I noticed that when I switch to an existing file, command + arrow up gets me to the top but command + arrow down gets me down the file but not to the bottom of the file. Or, if I do first the command + arrow down, nothing happens. I need to reiterate command + arrow up, to the top, then command + arrow down, to get to the bottom. This happens with all files except the very short ones. Is this something seen by others, and is there a solution?
-- Gildas Hamel
When I use
ctrl + command + R
to reveal current file in file browser, file browser automatically changes current dir the the subdir which current file exists.
how can disable this feature.
Yuan Jiang
http://blog.vetcafe.nethttp://twitter.com/sleetdrop
Hi,
I've noticed a few times that switching tabs causes the gutter to not
refresh properly. Switching to a file with fewer lines seems not to
refresh the gutter beyond the number of lines in the new file.
Not sure if this is a known issue. The attached picture is from a file
which has 36 lines.
Also, a brief feature request: Would be awesome to be able to set the
background/foreground colour of the gutter to match the highlight theme
:-). I realise that this could cause problems with images for folding
markers and bookmarks, but we could also have options to set images/colours
for those too :-P.
Cheers,
David.
Hi,
Services don't work in TM2.
TexMate > Services just show "No Service Apply".
Same on two different macs running OS X 10.7.2 and TM 2.0 (9090)
I can't find anything about it on the list, wiki and release notes…
I tried a /System/Library/CoreServices/pbs -flush
Is it down for everyone or just me?
Is this a known issue?
You realize how much you use those services when they're gone. :-/
--
FredB
Hi,
is it possible to increase the tabsize beyond 32?
The slider that pops up when you click on 'other' (under the tab menu) has its limit at 32 …
(textmate 1.5.10)
thanks!
TextMate hangs when I attempt to press Control+Command+C to insert a color using the color picker.
Anyone else run into this?
--
Brandon Fryslie
http://www.MateWiki.com - A TextMate 2 Wiki
sorry if this was brought up before, but when manually adding "favorites" via symlinks, they do not display in the favorites window list. (⇧⌘O)
I only see the ones added via TM2 menu controls.
thanks
I just created a macro (manually) to find all instances of the current word
using these commands:
(
{ command = 'selectWord:'; },
{ command = 'copySelectionToFindPboard:'; },
{ command = 'findAll:'; },
)
When I perform the actions manually with ctrl-w, cmd-e, cmd-opt-f, all
instances of the word flash yellow, but this doesn't happen when using the
macro. Am I using the wrong commands, or is it not possible to get the same
behavior? Thanks,
- Matt
--
View this message in context: http://old.nabble.com/Find-All-highlighting-tp33487518p33487518.html
Sent from the textmate users mailing list archive at Nabble.com.
I am somewhat aware of how the default grammar is picked for a filetype (correct me if I am wrong, but I believe it is the grammar chosen when the last file of that type was saved). So I recently edited a Latex file with an extension of .txt, and now .txt files open with the Latex grammar chosen.
Can I force TextMate 2 to use Markdown for all .txt files by default while allowing me to selectively change some .txt files to other grammars, without changing the default grammar for all files of that type?
Thanks!!
--
Brandon Fryslie
http://www.MateWiki.com - A TextMate 2 Wiki
I was periodically editing and compiling a LaTeX document when TextMate 2 started running at 100% CPU (still usable, though). In the background I have open a text file, a C++ project, a Ruby file and an HTML file.
I grabbed a sample:
http://cl.ly/2O3L0T24012i2h181L37/Sample%20of%20TextMate.txt
Jacob Bandes-Storch
And then …
I deleted both TM1 and TM2, reinstalled TM1 to set the license key, then reinstalled TM2. No notable problems.
File operations from TM2 project window (the file manager) still cause crashes. Or at least crashes often follow file ops. Causality isn't assured. Adding folders to favorites now isn't working at all.
In short, things seem to be worse than before. Favorites don't seem to work at all (crash happens). If I were more astute, I'd happily solve all this. However, … . Crash reports go to macromates. Any suggestions for a next step?
--Lewy
On Mar 13, 2012, at 4:00 AM, textmate-request(a)lists.macromates.com wrote:
>
> From: Brandon Fryslie <bmf(a)matewiki.com>
> Subject: [TxMt] Re: crashes
> Date: March 13, 2012 1:03:43 AM AKDT
> To: TextMate users <textmate(a)lists.macromates.com>
> Reply-To: TextMate users <textmate(a)lists.macromates.com>
>
>
> Here is where some of the TextMate 1 / 2 stuff is stored:
>
> TextMate 1 Original Bundles
> ~/Library/Application Support/TextMate/Pristine Copy/Bundles
>
> TextMate 1 Bundle Deltas (Changes)
> ~/Library/Application Support/TextMate/Bundles
>
> TextMate 2 plist
> ~/Library/Preferences/com.macromates.TextMate.preview.plist
>
> TextMate 2 Managed (Autoupdating / Installed from Preferences in TM2) Bundles
> ~/Library/Application Support/TextMate/Managed
>
> TextMate 2 User Bundles
> ~/Library/Application Support/Avain/Bundles
>
> You don't need to back up the managed bundles. If you back up (or don't delete) both TextMate 1 bundle folders you will be fine.
>
> AFAIK the 'official' way to get the newest version is to download the original alpha from the blog post and let it update.
>
> --
> Brandon Fryslie
> http://www.MateWiki.com - A TextMate 2 Wiki
>
> On Monday, March 12, 2012 at 1:30 PM, Lewy wrote:
>
>> <snip>
>>
>> I would like two thing:
>> 1. Where do I get the current download of TM2; and
>> 2. What do I delete?
>>
>> <snip>
Hi Allan,
maybe you can squeeze in the little fix soon, that the "wrap column" setting is sticky across launches.
I usually set it to "80" but at every launch it is back to "Use Window Frame".
Other than this, TM2 works flawlessly for me.
Thanks for your hard work,
Thomas
I'm trying to port and update some of my TM1 bundles to TM2. I've run
into trouble trying to assign commands to the ^{ and ^}
(control+curly_brace) keys. When I use "Select Bundle Item..." and
search by key equivalent, my commands are shown bound to ^{ and ^}.
Pressing those keys in a document does nothing, though.
My commands run when I assign them to different keys (such as ^+ or ^")
so I'm pretty sure they work and that the scoping is right. It's just
the ctrl+brace keys that are a problem. As far as I can tell I don't
have any add-ons that globally remap these keys, and they do work in
TM1. Does anyone else see this, and is there anything I can do to use
those keys?
This is on a standard USA MacBook Pro.
--
Steve King
Sr. Software Engineer
Arbor Networks
+1 734 821 1461
www.arbornetworks.com <http://www.arbornetworks.com/>
At 2:32 PM +0700 3/12/12, Allan Odgaard wrote:
>Right, the layout view used for the various splits (of which the HTML output is one) is presently not constrained; ideally I want to use Lion's new constraint-based layout system instead of writing my own code for this, but it requires dropping10.6 compatibility, which we're slowly building up the courage to do :)
I'm still using 10.6 -- so it practical I would refer that 10.7 not be a requirement.
I get a lot of crashes now. This pretty much has to be something odd locally. Otherwise, I'd be seeing a lot of talk about it on this list. It seems like a good time to delete TM2 and reload the thing, but there is some stuff I don't want to lose. I have some local bundles (from TM1) which I think are working with TM2. They are mostly snippets.
I have built some additions to favorites folder which would be nice but not essential to preserve. Other than that, I'd like to clear all the TM2 stuff out without using one of the find-em-all trash cleaners. Someone mentioned doing that and having trouble getting TM2 back later.
I would like two thing:
1. Where do I get the current download of TM2; and
2. What do I delete?
Should I delete the just the plist first or would it be just as good and less work to reload the whole thing.
I like TM2 and don't want to give it up. And this list has been a great help to me. Thank you all.
--Lewy
when i am editing a sass file and start a new line, then indent (adding a property to a selector, for example) the indent won't stick. the cursor just gets bumped back to line up with the previous line's indentation. is this an issue with my bundle, or some other known issue?
thanks
Hi,
I've had this problem where the plist disappears and it's really
frustrating.
After a fresh install, Textmate starts just fine, but if I close it and try
to open it again later, the plist is completely missing.
I used the troubleshooting technique on the bottom of this page:
http://wiki.macromates.com/Troubleshooting/101
To get this result:
Mac-Pro:~ myuser$ /Applications/TextMate.app/Contents/MacOS/TextMate
2012-03-12 10:21:02.633 TextMate[22543:407] No Info.plist file in
application bundle or no NSPrincipalClass in the Info.plist file, exiting
I'm running Lion 10.7.3.
What is happening here?
--
View this message in context: http://old.nabble.com/Textmate-won%27t-start.-Tried-fresh-Lion-Install-tp33…
Sent from the textmate users mailing list archive at Nabble.com.
The more I use TextMate 2, the more I wish I was better at text navigation. I'm quite good at tapping the arrow keys quickly while holding various modifiers, but here are some things I really wish I could do:
(If there's a way to do these already, great!, and I'm sorry for spamming. But if not, consider these feature requests for consideration.)
- When I have a range selected, I'd like a way to create two carets: one at the beginning of the selected range and one at the end. (A more keyboard-centric way of managing multiple carets in general would be great, too, but I think this would be a good start.)
- I'd like a more definitive way to select the next-higher code block, tag, etc.; ctrl-opt-B and shift-cmd-B are useful in some cases but the latter is limited in use and sometimes the former just selects the whole document because of the way things are scoped.
- With multiple selections or a selected range, pressing the up arrow key will put a single caret one line above the first selection/caret, and pressing down goes one line below the last one or the end. It would be nice to have a way to move up from the last line or down from the first line. (Perhaps a modifier to choose beginning/end and then the arrow key can dictate only which direction to move).
Thanks!
(Sorry if this is the wrong place for this: http://wiki.macromates.com/Main/BugReporting says to try the ticket system first, but the ticket system is not accepting new tickets. I guess that's a separate bug report.)
Since the first public 2.0 alpha, still in build 9090 at least:
In PHP mode, ^H brings up what I think is called the HTML Output pane in the lower third of the document window to show php.net documentation.
When this pane is visible, the rightmost segment of the main document status bar (now pushed above the pane) can be dragged up and down to resize the pane.
But it can be dragged down past the bottom edge of the window and "lost" such that the status bar is gone until the window is reopened.
Proposed bugfix:
- The HTML Output resize handle (the rightmost segment in the status bar) should not be draggable outside of the window boundary.
Proposed interface improvements:
- If the HTML Output resize handle is dragged to the bottom, the app should consider HTML Output "hidden" such that future invocations should show the HTML Output pane at its default size.
Currently, if you drag the handle down to make the HTML Output effectively 0 pixels high, the app still considers it open, so the next invocation of e.g. ^H will update the HTML Output window in its (hidden) place and appear to the user to do nothing.
- (Bundle-specific?) Repeating the same command (in the PHP case, ^H) that brings the HTML pane up should also hide it if it's already displayed (effectively invoking View -> Toggle HTML Output).
Thanks.
-Marco Arment
I am having no joy in getting this to work in my .tm_properties file.
[ *.{rb,erb,haml,js,html} ]
scopeAttributes = 'attr.save-on-deactivate'
Has anyone else got it to work? Any help would be appreciated.
Thanks,
Ed
Changing scopeAttributes in a .tm_properties file i.e. adding
[ *.tex ]
scopeAttributes = 'attr.save-on-deactivate'
does not update scope attributes in open files. Only .tex files opened
after the .tm_properties change will carry the new scope attribute. Not
sure if this is a bug or not, but it is worth noting as it does confuse
matters when trying test attribute-specific commands :-).
Cheers,
David.
When I open a file from PeepOpen or the command line that's inside a project,
it opens inside the project's window. But if I close the project drawer,
files open into new windows. I don't think hiding the drawer should change
that behavior.
--
View this message in context: http://old.nabble.com/Files-opening-in-new-window-tp33454169p33454169.html
Sent from the textmate users mailing list archive at Nabble.com.
Hi,
I haven't used TM2 too much. In TM1 I usually adjust the themes a little to my preferred level of contrast and do so by duplicating the theme and adding a prefix so I don't lose the original values. I was trying to adjust one of the themes in TM2 and found where they were located. It wasn't working as I thought it would. In the bundle editor I must have changed something. Now the theme just says ":false" and no matter what I do, I cannot fix it. I have even deleted the theme and replaced with the theme file from my desktop computer, restarted, etc. The theme is broken no matter what I try.
Any idea how to fix this? Also, where do the other themes go when they are installed via the preferences.
Thanks
jon
I've noticed, from working in the Ruby on Rails syntax, that certain file-types convert the tab key silently to spaces at whatever space-to-tab preference is currently set. YAML for example. I was just trying out some Python for the first time in forever, and noticed that it was using tabs instead of spaces, even though the surrounding document was entirely indented in spaces.
Is this something that is adjustable? Where would I look? I looked in the language definition in the YAML bundle, but nothing jumped out at me.
Thanks in advance,
Walter
When use a dark theme, the file drawer's background is white, how about let file drawer use the same theme as the editor area does.
Just a suggestion.
Yuan Jiang
http://blog.vetcafe.nethttp://twitter.com/sleetdrop
how to let textmate2 support different line endings in same project.
Most of my files are unix line ending, but some external libs dos line ending, I don't want to convert them.
Yuan Jiang
http://blog.vetcafe.nethttp://twitter.com/sleetdrop
In TM2, embedded ruby lines are sometimes being outdented as I type. Here's
an example:
= form_for(@consumer_enrollment, url: [@workflow], method: :put, html: {
class: 'uniform' }) do |f|
= f.fields_for(:consumer_prior_authorizations) do |prior_auth_form|
When typing the second line, hitting backspace at any point or typing the
first colon causes the line to outdent to the level of the first line. I
can't see any change in the scope, and it doesn't do this in TM1, so I don't
know what the issue is. Any ideas?
--
View this message in context: http://old.nabble.com/haml-embedded-ruby-outdenting-tp33409296p33409296.html
Sent from the textmate users mailing list archive at Nabble.com.
I getting about one TM2 crash a day.
Was wondering if the plugins I have installed for TM1 could be related -- or does TM2 have another path for it's plugins?
$ ls -l ~/Library/Application\ Support/TextMate/PlugIns/
total 0
drwxr-xr-x 3 stephen staff 102 Aug 27 2010 AckMate.tmplugin
drwxr-xr-x 3 stephen staff 102 Nov 28 2010 MissingDrawer.tmplugin
drwxr-xr-x 3 stephen staff 102 Nov 13 2007 TMTools.tmplugin
Also, when I get a crash the built-in OS crash-reporter comes up to send the report to Apple.
Are these crash reports useful for TM2 development and if so how can I submit them.
I DO have "Submit crash reports to MacroMates check ON. Does this mean the reports I submit to Apple get forwarded on to
MacroMates?
Hi,
TM2 indentation behavior seems erratic (one key I hit out of ten is
dedicated to revert the last automatic indentation action) so I
disabled from the C bundle "Indentation Rules" and "Indentation Rules
(Comments)" in the bundle editor - I'm editing ANSI C files.
However, TM2 keeps changing the indentation in some random way (from
my perspective, while TM1 was mostly right). Is some special action
required to tell TM2 to stop altering the indentation till it gets
fixed?
As a more generic question, is there a way to tell TM2 "cancel the
last automatic indentation and do not repeat it on the next key hit"?
I really do prefer to lose automatic indentation rather than fighting
the indentation engine with every single edited line.
Thanks,
Manu
Hello,
I am trying to set TM2 to by default, show hidden files, and black list everything that I don't want, instead of whitelisting things like .gitignore,.htaccess, etc
I was wondering if anyone has succesfully gotten something like this to work:
include = "{*,.*}"
exclude = ".git"
This still shows the .git folder in the file browser
-Byron