Nice one, remove the Multimarkdown support from the Markdown bundle without warning!
So where is this "own" bundle? Is tehre something newer than Fletcher's old bundle (which I am not a particular fan of for variuous reasons)?
Gerd
Hi all,
I would like to hear whether anybody here knows a way to typeset a latex
file in textmate and then export it as MS Word .doc file.
Any help will are welcome.
Daniel
All,
I've been using the SCM and Subversion bundles with TextMate 1 successfully. With TM2, I cannot commit because I get this error (copied from Console):
Commit Window produced an error: 2012-08-27 13:33:41.972 CommitWindow[47555:707] CFPropertyListCreateFromXMLData(): Old-style plist parser: missing semicolon in dictionary.
2012-08-27 13:33:41.981 CommitWindow[47555:707] CFPropertyListCreateFromXMLData(): Old-style plist parser: missing semicolon in dictionary.
2012-08-27 13:33:41.983 CommitWindow[47555:707] CFPropertyListCreateFromXMLData(): Old-style plist parser: missing semicolon in dictionary.
2012-08-27 13:33:41.992 CommitWindow[47555:707] CFPropertyListCreateFromXMLData(): Old-style plist parser: missing semicolon in dictionary.
Unfortunately, it isn't clear which plist is the culprit. I've checked CommitWindow's Info.plist with plutil (OK), checked ~/Library/Preferences/com.cjack.tmbundles.commit-window.plist; even deleted it.
I assume I have the latest versions of SCM and Subversion (the preference window says last updated 8 months ago).
Any suggestions as how to fix it?
Best,
Jonas
Fletcher's bundle was a fork from the Markdown bundle. As such it clobbered the Markdown bundle itself, and the included Markdown syntax was at least partially broken.
I created a fork with the following changes:
- Renamed to MultiMarkdown
- Removed all commands/snippets/macros/support files duplicated from the Markdown bundle
- Removed broken Markdown syntax
- Cleaned up all UUIDs to not reference the markdown bundle
- Added dependency on the Markdown bundle (for the syntax)
After a cursory check everything seems to work as it should.
If everybody agrees that this is the way to go, could we add this bundle to the textmate namespace on github and make it "official"? The README would need a few changes: updated link, installation instructions for the pre-requesits (MMD3 itself, LaTEX etc if desired).
https://github.com/gknops/MultiMarkdown.tmbundle
Gerd
ruby bundle of textmate don't support "bundle exec" when hit cmd+R, Is there a simple way to support it?
Bundler is popular way to manage Ruby applications.
jancker
On 22.08.2012, at 21:00, textmate-request(a)lists.macromates.com wrote:
> On Aug 14, 2012, at 5:47 AM, Yuan Jiang <sleetdrop(a)gmail.com> wrote:
>
>> [?] I want Textmate to show current file's encoding in the status bar
>
> This one I don?t really like. Everybody should be using UTF-8 so for most users adding encoding to the status bar is IMO just adding noise.
It's not about (your?) personal preference, it's about what you're confronted with in real-world usage.
Not everyone (you work with) uses UTF8, sometimes people you work with save files in the wrong encoding and you have trouble down the line with your project because of that.
Hi,
I installed Todd Werth's IR_Black theme (http://blog.toddwerth.com/entries/2) in TM2 and get this error when I press Ctrl-Shift-P to show scope:
> Failure running "Show Scope (HTML)".
>
> Could not locate your theme file!
Has anyone else had success using this theme in TM2? Tried deleting the bundle, then recreating it again with the .tmTheme file, but same result. Didn't have any issues when I installed the Railscasts theme.
Adam
When recording a macro, pressing return makes it impossible to further move
the cursor. In fact any cursor movement such as pressing the left arrow
seems to cause the problem. I can press cmd-option-M to stop recording. I
can save my document, etc. But I cannot enter text into the document or
move the cursor.
TM2 version 9278 (This was also a problem in 9275).
OSX version 10.7.4
When I open a file on a local HFS+ drive in TextMate2, it will pick up changes to the file if I edit it with another tool, or alter it at the command line.
This does not happen through files opened via rmate, or through files opened on SMB shares mounted on the local machine. I assume that there simply is no file-changed event to listen for in this case, but it would be nice if I'm wrong.
As a workaround, is there a simple way to trigger a refresh of the TextMate buffer? Since I have control of both the save within TextMate and (in this case) CVS update cycle, I can ensure a consistent state that way.
"Edit In Textmate" compile broken, I'm not familiar with objectc, I have installed command line of Xcode
$ g++ -v
Using built-in specs.
Target: i686-apple-darwin11
Configured with: /private/var/tmp/llvmgcc42/llvmgcc42-2336.11~28/src/configure --disable-checking --enable-werror --prefix=/Applications/Xcode.app/Contents/Developer/usr/llvm-gcc-4.2 --mandir=/share/man --enable-languages=c,objc,c++,obj-c++ --program-prefix=llvm- --program-transform-name=/^[cg][^.-]*$/s/$/-4.2/ --with-slibdir=/usr/lib --build=i686-apple-darwin11 --enable-llvm=/private/var/tmp/llvmgcc42/llvmgcc42-2336.11~28/dst-llvmCore/Developer/usr/local --program-prefix=i686-apple-darwin11- --host=x86_64-apple-darwin11 --target=i686-apple-darwin11 --with-gxx-include-dir=/usr/include/c++/4.2.1
Thread model: posix
gcc version 4.2.1 (Based on Apple Inc. build 5658) (LLVM build 2336.11.00)
It seems system frameworks are not found, I am sorry to ask you help again -_-!, pointing out directions to google is enough.
edit-in-textmate $ make
mkdir '/tmp/Edit in TextMate'
cp 'rsrc/Info' '/tmp/Edit in TextMate/Info'
mkdir '/tmp/Edit in TextMate/Edit in TextMate.bundle'
mkdir '/tmp/Edit in TextMate/Edit in TextMate.bundle/Contents'
cp 'rsrc/Info.plist' '/tmp/Edit in TextMate/Edit in TextMate.bundle/Contents/Info.plist'
mkdir '/tmp/Edit in TextMate/Edit in TextMate.bundle/Contents/MacOS'
g++ -bundle -pipe -fPIC -Os -DNDEBUG -m32 -mmacosx-version-min=10.5 -isysroot /Developer/SDKs/MacOSX10.5.sdk -funsigned-char -fvisibility=hidden -DNS_BUILD_32_LIKE_64 -Wall -Wwrite-strings -Wformat=2 -Winit-self -Wmissing-include-dirs -Wno-parentheses -Wno-sign-compare -Wno-switch -o '/tmp/Edit in TextMate/Edit in TextMate.bundle/Contents/MacOS/Edit in TextMate' src/.mm -framework Cocoa -framework Carbon -framework WebKit
src/Edit in TextMate.mm:8:26: error: WebKit/WebKit.h: No such file or directory
src/Edit in TextMate.mm:9:26: error: Carbon/Carbon.h: No such file or directory
src/Edit in TextMate.mm:10:14: error: map: No such file or directory
In file included from src/Edit in TextMate.mm:11:
src/Edit in TextMate.h:8:24: error: Cocoa/Cocoa.h: No such file or directory
In file included from src/Edit in TextMate.mm:11:
src/Edit in TextMate.h:14: error: cannot find interface declaration for ‘NSObject’, superclass of ‘EditInTextMate’
src/Edit in TextMate.h:17: error: expected type-specifier before ‘NSString’
src/Edit in TextMate.h:17: error: expected )' before ‘NSString’
src/Edit in TextMate.h:17: error: expected;' before ‘*’ token
src/Edit in TextMate.h:18: error: expected type-specifier before ‘NSString’
src/Edit in TextMate.h:18: error: expected )' before ‘NSString’
src/Edit in TextMate.h:18: error: expected;' before ‘*’ token
src/Edit in TextMate.mm:19: error: expected initializer before ‘*’ token
src/Edit in TextMate.mm:20: error: expected initializer before ‘*’ token
src/Edit in TextMate.mm:21: error: expected initializer before ‘*’ token
src/Edit in TextMate.mm: In function ‘void +EditInTextMate setODBEventHandlers’:
src/Edit in TextMate.mm:41: error: ‘NSAppleEventManager’ was not declared in this scope
src/Edit in TextMate.mm:41: error: ‘eventManager’ was not declared in this scope
src/Edit in TextMate.mm: In function ‘void +EditInTextMate removeODBEventHandlers’:
src/Edit in TextMate.mm:48: error: ‘NSAppleEventManager’ was not declared in this scope
src/Edit in TextMate.mm:48: error: ‘eventManager’ was not declared in this scope
src/Edit in TextMate.mm: At global scope:
src/Edit in TextMate.mm:53: error: expected type-specifier before ‘BOOL’
src/Edit in TextMate.mm:53: error: expected )' before ‘BOOL’
src/Edit in TextMate.mm: In function ‘<typeprefixerror>+[EditInTextMate BOOL](objc_object*, objc_selector*)’:
src/Edit in TextMate.mm:53: error: return type ‘<type error>’ is incomplete
src/Edit in TextMate.mm:53: confused by earlier errors, bailing out
In file included from src/NSTextView: Edit in TextMate.mm:8:
src/Edit in TextMate.h:8:24: error: Cocoa/Cocoa.h: No such file or directory
In file included from src/NSTextView: Edit in TextMate.mm:8:
src/Edit in TextMate.h:14: error: cannot find interface declaration for ‘NSObject’, superclass of ‘EditInTextMate’
src/Edit in TextMate.h:17: error: expected type-specifier before ‘NSString’
src/Edit in TextMate.h:17: error: expected)' before ‘NSString’
src/Edit in TextMate.h:17: error: expected ;' before ‘*’ token
src/Edit in TextMate.h:18: error: expected type-specifier before ‘NSString’
src/Edit in TextMate.h:18: error: expected)' before ‘NSString’
src/Edit in TextMate.h:18: error: expected ;' before ‘*’ token
src/NSTextView: Edit in TextMate.mm:10: error: cannot find interface declaration for ‘NSTextView’
src/WebView: Edit in TextMate.mm:8:26: error: WebKit/WebKit.h: No such file or directory
src/WebView: Edit in TextMate.mm:9:17: error: vector: No such file or directory
In file included from src/WebView: Edit in TextMate.mm:10:
src/Edit in TextMate.h:8:24: error: Cocoa/Cocoa.h: No such file or directory
In file included from src/WebView: Edit in TextMate.mm:10:
src/Edit in TextMate.h:14: error: cannot find interface declaration for ‘NSObject’, superclass of ‘EditInTextMate’
src/Edit in TextMate.h:17: error: expected type-specifier before ‘NSString’
src/Edit in TextMate.h:17: error: expected)' before ‘NSString’
src/Edit in TextMate.h:17: error: expected ;' before ‘*’ token
src/Edit in TextMate.h:18: error: expected type-specifier before ‘NSString’
src/Edit in TextMate.h:18: error: expected)' before ‘NSString’
src/Edit in TextMate.h:18: error: expected `;' before ‘*’ token
src/WebView: Edit in TextMate.mm:17: error: cannot find interface declaration for ‘DOMHTMLTextAreaElement’
make: ** [/tmp/Edit in TextMate/Edit in TextMate.bundle/Contents/MacOS/Edit in TextMate] Error 1