PeepOpen-Issues icon indicating copy to clipboard operation
PeepOpen-Issues copied to clipboard

Downgrading from TextMate 2.0 causes issues

Open RobertLowe opened this issue 13 years ago • 6 comments

Hi,

I figure this will happen to many others but since 2.0 isn't supported yet, I'm downgrading until things are more stable/supported.

After doing so PeepOpen opens, list files, but does nothing on selection.

I managed to fix this by changing the 'editorApplicationName' to the absolute application path. It seems (and I'm not sure why), that after using 2.0 it always wants to open with that (even if the app is deleted).

This hack fixed it for me:

Ln.139:

def handleRowClick(rowId)

  //...

  editorApplicationName = "/Applications/Textmate.app"

  NSWorkspace.sharedWorkspace.openFile(record.absFilePath,
                                       withApplication:editorApplicationName)

I guess, some support or version detection is need.

Kudos, I can't loose my pretty git diff! :sparkles:

RobertLowe avatar Dec 14 '11 00:12 RobertLowe

I don't have a copy of TextMate 2 but will try this out when it's open to the public again.

topfunky avatar Dec 14 '11 06:12 topfunky

It went public yesterday:

http://blog.macromates.com/2011/textmate-2-0-alpha/

RobertLowe avatar Dec 14 '11 07:12 RobertLowe

Same issue: I replaced TextMate 2.0 alpha back to 1.5.10, and PeepOpen finds the files but doesn't open them.

futura avatar Dec 15 '11 19:12 futura

After two weeks or so, this behavior corrected itself, so working again on TextMate 1 for me.

futura avatar Jan 02 '12 14:01 futura

Please reopen this.

ChasManRors avatar Jan 08 '12 23:01 ChasManRors

I'm seeing this issue after updating TextMate 1 to version 1.5.11 (1634)

paulyoung avatar Jun 27 '12 20:06 paulyoung