So I just read on slashdot about GitHub's Atom editor: http://atom.io Yay
cross platform, etc, etc, but nothing that's going to turn my head from
TextMate obviously. Nice to know that others are seeing the light,
however, right?
And then I saw this gem in its up-front feature list:
- Import TextMate grammars and themes
Oh hello there...
In my new AsciiDoc bundle, I've still got a major problem which was one of the reasons I wrote my own bundle - in other words, my attempt to solve this problem by rewriting this bundle from scratch didn't work.
The problem is manifested in various guises, but one of the main ways is that when I scroll up in a long document, the window hesitates for about a second before showing the new window-full of text.
I have come to suspect that this is because of indented soft wrapping. I do not have any indented soft wrapping, and I do not see any indented soft wrapping, and I do not *want* any indented soft wrapping, but various indications lead me to believe that other bundles are trying to impose it upon me in some contexts.
I could try to find all of these contexts and give their scopes different names, but what I would *really* like to do is shelter my main scope (text.asciidoc) from all imposed indented soft wrapping. In other words, I just want to turn this feature OFF. I believe that this will greatly assist the text window in rendering.
How do I do that? I see how to specify what indented soft wrapping *is* for some scope, but is there a setting that just says NO to all indented soft wrapping? Can I say indentedSoftWrap = :false?
(Note that I want to keep soft wrapping; this is a marked-up text bundle, so it has paragraphs that need to soft wrap. But I want to relieve the layout engine of _all_ **indented** soft wrapping, as I believe this is causing the layout engine to suffer greatly.)
Thanks - m.
PS We were just starting to talk about this in an earlier thread when I interrupted the flow, by talking about the problem of a GUI to handle things like this. But now I'm sorry I did that, because I never got to hear the answer. :)
--
matt neuburg, phd = http://www.apeth.net/matt/
pantes anthropoi tou eidenai oregontai phusei
Programming iOS 7! http://shop.oreilly.com/product/0636920031017.do
iOS 7 Fundamentals! http://shop.oreilly.com/product/0636920032465.do
RubyFrontier! http://www.apeth.com/RubyFrontierDocs/default.html
Is it possible to force specific links in the HTML output window to open
in the default browser (instead of the HTML output window itself)?
Background info: I have a Rails project where the testsuite already
creates a dump of the HTML page for each failed feature spec. Now I’m
trying to extend RSpec’s TextMateFormatter to include links to these
files. Works so far, but I need to open the saved HTML pages in my
default browser so that I have my usual developer tools around for
debugging.
(A possible workaround is of course to drag the link to the browser’s
dock icon. Just being able to click the link would be easier, though.)
Stefan
When I hit Command R in a .py file, I get
warning: Insecure world writable dir /Users/coldrick/Library/Application
Support/TextMate/Managed/Bundles in PATH, mode 040777
Why?
Best regards,
David